#EE1200

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

Shades of Scarlet #EE1200

Tints of Scarlet #EE1200

Color information

#EE1200 (or 0xEE1200) is unknown color: approx Scarlet. HEX triplet: EE, 12 and 00. RGB value is (238,18,0). Sum of RGB (Red+Green+Blue) = 238+18+0=256 (33% of max value = 765). Red value is 238 (93.36% from 255 or 92.97% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1200 is #11EDFF. Grayscale: #525252. Windows color (decimal): -1175040 or 4846. OLE color: 4846.

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

Color convert

RGB238180-
CMYK00.9210.07
HSL4.54º100%46.67%-
HSV(B)4.54º100%93.33%-
XYZ35.4818.611.72-
YUV81.7381.89239.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 92.97%
GREEN value IS 18 (7.42% from 255) = 7.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.97%
G=7.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818000.9210.074.5410046.67
HexEE12005C6475642f
Octal35622001341447514457
Binary111011101001000101110011001001111011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1200; }

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

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

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

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

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

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

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

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