#EE1A12

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

Shades of Scarlet #EE1A12

Tints of Scarlet #EE1A12

Color information

#EE1A12 (or 0xEE1A12) is unknown color: approx Scarlet. HEX triplet: EE, 1A and 12. RGB value is (238,26,18). Sum of RGB (Red+Green+Blue) = 238+26+18=282 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.40% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1A12 is #11E5ED. Grayscale: #585858. Windows color (decimal): -1172974 or 1186542. OLE color: 1186542.

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

Color convert

RGB2382618-
CMYK00.890.920.07
HSL2.18º86.61%50.2%-
HSV(B)2.18º92.44%93.33%-
XYZ35.7418.962.35-
YUV88.4888.24234.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 84.40%
GREEN value IS 26 (10.55% from 255) = 9.22%
BLUE value IS 18 (7.42% from 255) = 6.38%
R=84.40%
G=9.22%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238261800.890.920.072.1886.6150.2
HexEE1A120595C725732
Octal356322201311347212762
Binary111011101101010010010110011011100111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1A12; }

 p { color: rgb(238,26,18); }

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

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

 a { background-color: rgb(238,26,18); }

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

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

 span { border-color: rgb(238,26,18); }

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