#EE2212

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

Shades of Scarlet #EE2212

Tints of Scarlet #EE2212

Color information

#EE2212 (or 0xEE2212) is unknown color: approx Scarlet. HEX triplet: EE, 22 and 12. RGB value is (238,34,18). Sum of RGB (Red+Green+Blue) = 238+34+18=290 (38% of max value = 765). Red value is 238 (93.36% from 255 or 82.07% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE2212 is #11DDED. Grayscale: #5D5D5D. Windows color (decimal): -1170926 or 1188590. OLE color: 1188590.

HSL color Cylindrical-coordinate representation of color #EE2212: hue angle of 4.36º 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 #EE2212 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB2383418-
CMYK00.860.920.07
HSL4.36º86.61%50.2%-
HSV(B)4.36º92.44%93.33%-
XYZ35.9419.362.42-
YUV93.1785.59231.3-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 82.07%
GREEN value IS 34 (13.67% from 255) = 11.72%
BLUE value IS 18 (7.42% from 255) = 6.21%
R=82.07%
G=11.72%
B=6.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238341800.860.920.074.3686.6150.2
HexEE22120565C745732
Octal356422201261347412762
Binary11101110100010100100101011010111001111001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2212; }

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

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

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

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

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

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

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

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