#EE2A11

Color #EE2A11 Scarlet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet #EE2A11

Tints of Scarlet #EE2A11

Color information

#EE2A11 (or 0xEE2A11) is unknown color: approx Scarlet. HEX triplet: EE, 2A and 11. RGB value is (238,42,17). Sum of RGB (Red+Green+Blue) = 238+42+17=297 (39% of max value = 765). Red value is 238 (93.36% from 255 or 80.13% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2A11 is #11D5EE. Grayscale: #626262. Windows color (decimal): -1168879 or 1125102. OLE color: 1125102.

HSL color Cylindrical-coordinate representation of color #EE2A11: hue angle of 6.79º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE2A11 is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB2384217-
CMYK00.820.930.07
HSL6.79º86.67%50%-
HSV(B)6.79º92.86%93.33%-
XYZ36.1919.872.46-
YUV97.7582.43228.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 80.13%
GREEN value IS 42 (16.80% from 255) = 14.14%
BLUE value IS 17 (7.03% from 255) = 5.72%
R=80.13%
G=14.14%
B=5.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238421700.820.930.076.7986.6750
HexEE2A110525D775732
Octal356522101221357712762
Binary11101110101010100010101001010111011111111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2A11; }

 p { color: rgb(238,42,17); }

 H1.HeaderClassName
 {
   color: #EE2A11;
 }
 .AnyTagClassName
 {
   color: #EE2A11;
 }
</style>
background-color css

<style>
 a { background-color: #EE2A11; }

 a { background-color: rgb(238,42,17); }

 div.DivClassName
 {
   background-color: #EE2A11;
 }
 .BgClassName
 {
   background-color: #EE2A11;
 }
</style>
border-color css

<style>
 span { border-color: #EE2A11; }

 span { border-color: rgb(238,42,17); }

 td.TdClassName
 {
   border-color: #EE2A11;
 }
 .TagClassName
 {
   border-color: #EE2A11;
 }
</style>