#E02204

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

Shades of Scarlet #E02204

Tints of Scarlet #E02204

Color information

#E02204 (or 0xE02204) is unknown color: approx Scarlet. HEX triplet: E0, 22 and 04. RGB value is (224,34,4). Sum of RGB (Red+Green+Blue) = 224+34+4=262 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.50% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 224 - color contains mainly: red. Hex color #E02204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02204 is #1FDDFB. Grayscale: #575757. Windows color (decimal): -2088444 or 271072. OLE color: 271072.

HSL color Cylindrical-coordinate representation of color #E02204: hue angle of 8.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E02204 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB224344-
CMYK00.850.980.12
HSL8.18º96.49%44.71%-
HSV(B)8.18º98.21%87.84%-
XYZ31.33171.74-
YUV87.3980.95225.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 85.50%
GREEN value IS 34 (13.67% from 255) = 12.98%
BLUE value IS 4 (1.95% from 255) = 1.53%
R=85.50%
G=12.98%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22434400.850.980.128.1896.4944.71
HexE022405562C8602d
Octal3404240125142141014055
Binary11100000100010100010101011100010110010001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E02204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E02204; }

 p { color: rgb(224,34,4); }

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

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

 a { background-color: rgb(224,34,4); }

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

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

 span { border-color: rgb(224,34,4); }

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