#EE1F0F

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

Shades of Scarlet #EE1F0F

Tints of Scarlet #EE1F0F

Color information

#EE1F0F (or 0xEE1F0F) is unknown color: approx Scarlet. HEX triplet: EE, 1F and 0F. RGB value is (238,31,15). Sum of RGB (Red+Green+Blue) = 238+31+15=284 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.80% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1F0F is #11E0F0. Grayscale: #5B5B5B. Windows color (decimal): -1171697 or 991214. OLE color: 991214.

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

Color convert

RGB2383115-
CMYK00.870.940.07
HSL4.3º88.14%49.61%-
HSV(B)4.3º93.7%93.33%-
XYZ35.8419.192.27-
YUV91.0785.08232.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 83.80%
GREEN value IS 31 (12.5% from 255) = 10.92%
BLUE value IS 15 (6.25% from 255) = 5.28%
R=83.80%
G=10.92%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238311500.870.940.074.388.1449.61
HexEE1FF0575E745832
Octal356371701271367413062
Binary111011101111111110101011110111101111001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1F0F; }

 p { color: rgb(238,31,15); }

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

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

 a { background-color: rgb(238,31,15); }

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

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

 span { border-color: rgb(238,31,15); }

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