Html Css Color HEX #E02201 Scarlet

📋 copy color: '#E02201'

red 224 ◦ green 34 ◦ blue 1

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

Shades of Scarlet #E02201

Tints of Scarlet #E02201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

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

R = 86.49%
G = 13.13%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1.00

 K value IS 0.12

RGB Variations

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

Color information

#E02201 (or 0xE02201) is known color: Scarlet. HEX triplet: E0, 22 and 01. RGB value is (224,34,1). Sum of RGB (Red+Green+Blue) = 224+34+1=259 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.49% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 224 - color contains mainly: red. Hex color #E02201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02201 is #1FDDFE. Grayscale: #575757. Windows color (decimal): -2088447 or 74464. OLE color: 74464.

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

Color convert

RGB 224 34 1 -
CMYK 0 0.85 1.00 0.12
HSL 8.88º 0.99% 0.44% -
HSV(B) 8.88º 1% 0.88% -
XYZ 31.32 16.99 1.66 -
YUV 87.05 79.45 225.68 -
System Red Green Blue C M Y K H S L
Decimal 224 34 1 0 0.85 1.00 0.12 8.88 0.99 0.44
Hex E0 22 1 0 55 64 C 9 63 2C
Octal 340 42 1 0 125 144 14 11 143 54
Binary 11100000 100010 1 0 1010101 1100100 1100 1001 1100011 101100

Color Harmonies of #E02201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02201

Black with #E02201

Text Example


Text Example

White with #E02201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02201; }

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

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

background-color css

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

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

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

border-color css

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

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

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