Html Css Color HEX #E02404 Scarlet

📋 copy color: '#E02404'

red 224 ◦ green 36 ◦ blue 4

#E02404
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet #E02404

Tints of Scarlet #E02404

RGB

 RED value IS 224 (87.89% from 255) = 84.85%

 GREEN value IS 36 (14.45% from 255) = 13.64%

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 84.85%
G = 13.64%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E02404 (or 0xE02404) is known color: Scarlet. HEX triplet: E0, 24 and 04. RGB value is (224,36,4). Sum of RGB (Red+Green+Blue) = 224+36+4=264 (34% of max value = 765). Red value is 224 (87.89% from 255 or 84.85% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 224 - color contains mainly: red. Hex color #E02404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02404 is #1FDBFB. Grayscale: #585858. Windows color (decimal): -2087932 or 271584. OLE color: 271584.

HSL color Cylindrical-coordinate representation of color #E02404: hue angle of 8.73º 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 #E02404 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 36 4 -
CMYK 0 0.84 0.98 0.12
HSL 8.73º 0.96% 0.45% -
HSV(B) 8.73º 0.98% 0.88% -
XYZ 31.39 17.12 1.76 -
YUV 88.56 80.28 224.6 -
System Red Green Blue C M Y K H S L
Decimal 224 36 4 0 0.84 0.98 0.12 8.73 0.96 0.45
Hex E0 24 4 0 54 62 C 9 60 2D
Octal 340 44 4 0 124 142 14 11 140 55
Binary 11100000 100100 100 0 1010100 1100010 1100 1001 1100000 101101

Color Harmonies of #E02404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02404

Black with #E02404

Text Example


Text Example

White with #E02404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02404; }

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

 H1.HeaderClassName
 {
   color: #E02404;
 }
 .AnyTagClassName
 {
   color: #E02404;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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