Html Css Color HEX #E02108 Scarlet

📋 copy color: '#E02108'

red 224 ◦ green 33 ◦ blue 8

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

Shades of Scarlet #E02108

Tints of Scarlet #E02108

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.45%

 BLUE value IS 8 (3.52% from 255) = 3.02%

R = 84.53%
G = 12.45%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E02108 (or 0xE02108) is known color: Scarlet. HEX triplet: E0, 21 and 08. RGB value is (224,33,8). Sum of RGB (Red+Green+Blue) = 224+33+8=265 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.53% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 224 - color contains mainly: red. Hex color #E02108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02108 is #1FDEF7. Grayscale: #575757. Windows color (decimal): -2088696 or 532960. OLE color: 532960.

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

Color convert

RGB 224 33 8 -
CMYK 0 0.85 0.96 0.12
HSL 6.94º 0.93% 0.45% -
HSV(B) 6.94º 0.96% 0.88% -
XYZ 31.33 16.95 1.85 -
YUV 87.26 83.28 225.53 -
System Red Green Blue C M Y K H S L
Decimal 224 33 8 0 0.85 0.96 0.12 6.94 0.93 0.45
Hex E0 21 8 0 55 60 C 7 5D 2D
Octal 340 41 10 0 125 140 14 7 135 55
Binary 11100000 100001 1000 0 1010101 1100000 1100 111 1011101 101101

Color Harmonies of #E02108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02108

Black with #E02108

Text Example


Text Example

White with #E02108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02108; }

 p { color: rgb(224,33,8); }

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

background-color css

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

 a { background-color: rgb(224,33,8); }

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

border-color css

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

 span { border-color: rgb(224,33,8); }

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