Html Css Color HEX #E01802 Scarlet

📋 copy color: '#E01802'

red 224 ◦ green 24 ◦ blue 2

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

Shades of Scarlet #E01802

Tints of Scarlet #E01802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

 BLUE value IS 2 (1.17% from 255) = 0.8%

R = 89.6%
G = 9.6%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E01802 (or 0xE01802) is known color: Scarlet. HEX triplet: E0, 18 and 02. RGB value is (224,24,2). Sum of RGB (Red+Green+Blue) = 224+24+2=250 (33% of max value = 765). Red value is 224 (87.89% from 255 or 89.6% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 224 - color contains mainly: red. Hex color #E01802 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E01802 is #1FE7FD. Grayscale: #515151. Windows color (decimal): -2091006 or 137440. OLE color: 137440.

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

Color convert

RGB 224 24 2 -
CMYK 0 0.89 0.99 0.12
HSL 5.95º 0.98% 0.44% -
HSV(B) 5.95º 0.99% 0.88% -
XYZ 31.08 16.5 1.61 -
YUV 81.29 83.26 229.79 -
System Red Green Blue C M Y K H S L
Decimal 224 24 2 0 0.89 0.99 0.12 5.95 0.98 0.44
Hex E0 18 2 0 59 63 C 6 62 2C
Octal 340 30 2 0 131 143 14 6 142 54
Binary 11100000 11000 10 0 1011001 1100011 1100 110 1100010 101100

Color Harmonies of #E01802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01802

Black with #E01802

Text Example


Text Example

White with #E01802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01802; }

 p { color: rgb(224,24,2); }

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

background-color css

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

 a { background-color: rgb(224,24,2); }

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

border-color css

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

 span { border-color: rgb(224,24,2); }

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