Html Css Color HEX #E02001 Scarlet

📋 copy color: '#E02001'

red 224 ◦ green 32 ◦ blue 1

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

Shades of Scarlet #E02001

Tints of Scarlet #E02001

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.45%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 87.16%
G = 12.45%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E02001 (or 0xE02001) is known color: Scarlet. HEX triplet: E0, 20 and 01. RGB value is (224,32,1). Sum of RGB (Red+Green+Blue) = 224+32+1=257 (34% of max value = 765). Red value is 224 (87.89% from 255 or 87.16% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 224 - color contains mainly: red. Hex color #E02001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02001 is #1FDFFE. Grayscale: #565656. Windows color (decimal): -2088959 or 73952. OLE color: 73952.

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

Color convert

RGB 224 32 1 -
CMYK 0 0.86 1.00 0.12
HSL 8.34º 0.99% 0.44% -
HSV(B) 8.34º 1% 0.88% -
XYZ 31.26 16.88 1.64 -
YUV 85.87 80.11 226.52 -
System Red Green Blue C M Y K H S L
Decimal 224 32 1 0 0.86 1.00 0.12 8.34 0.99 0.44
Hex E0 20 1 0 56 64 C 8 63 2C
Octal 340 40 1 0 126 144 14 10 143 54
Binary 11100000 100000 1 0 1010110 1100100 1100 1000 1100011 101100

Color Harmonies of #E02001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02001

Black with #E02001

Text Example


Text Example

White with #E02001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02001; }

 p { color: rgb(224,32,1); }

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

background-color css

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

 a { background-color: rgb(224,32,1); }

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

border-color css

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

 span { border-color: rgb(224,32,1); }

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