#EE1B0F

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

Shades of Scarlet #EE1B0F

Tints of Scarlet #EE1B0F

Color information

#EE1B0F (or 0xEE1B0F) is unknown color: approx Scarlet. HEX triplet: EE, 1B and 0F. RGB value is (238,27,15). Sum of RGB (Red+Green+Blue) = 238+27+15=280 (37% of max value = 765). Red value is 238 (93.36% from 255 or 85% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1B0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1B0F is #11E4F0. Grayscale: #585858. Windows color (decimal): -1172721 or 990190. OLE color: 990190.

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

Color convert

RGB2382715-
CMYK00.890.940.07
HSL3.23º88.14%49.61%-
HSV(B)3.23º93.7%93.33%-
XYZ35.74192.23-
YUV88.7286.4234.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 85%
GREEN value IS 27 (10.94% from 255) = 9.64%
BLUE value IS 15 (6.25% from 255) = 5.36%
R=85%
G=9.64%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238271500.890.940.073.2388.1449.61
HexEE1BF0595E735832
Octal356331701311367313062
Binary11101110110111111010110011011110111111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1B0F; }

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

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

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

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

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

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

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

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