#EE1E0F

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

Shades of Scarlet #EE1E0F

Tints of Scarlet #EE1E0F

Color information

#EE1E0F (or 0xEE1E0F) is unknown color: approx Scarlet. HEX triplet: EE, 1E and 0F. RGB value is (238,30,15). Sum of RGB (Red+Green+Blue) = 238+30+15=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1E0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE1E0F is #11E1F0. Grayscale: #5A5A5A. Windows color (decimal): -1171953 or 990958. OLE color: 990958.

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

Color convert

RGB2383015-
CMYK00.870.940.07
HSL4.04º88.14%49.61%-
HSV(B)4.04º93.7%93.33%-
XYZ35.8119.142.26-
YUV90.4885.41233.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 84.10%
GREEN value IS 30 (12.11% from 255) = 10.60%
BLUE value IS 15 (6.25% from 255) = 5.30%
R=84.10%
G=10.60%
B=5.30%

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
Decimal238301500.870.940.074.0488.1449.61
HexEE1EF0575E745832
Octal356361701271367413062
Binary111011101111011110101011110111101111001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE1E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE1E0F; }

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

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

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

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

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

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

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

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