Html Css Color HEX #E02202 Scarlet

📋 copy color: '#E02202'

red 224 ◦ green 34 ◦ blue 2

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

Shades of Scarlet #E02202

Tints of Scarlet #E02202

RGB

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

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

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

R = 86.15%
G = 13.08%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E02202 (or 0xE02202) is known color: Scarlet. HEX triplet: E0, 22 and 02. RGB value is (224,34,2). Sum of RGB (Red+Green+Blue) = 224+34+2=260 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.15% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 224 - color contains mainly: red. Hex color #E02202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02202 is #1FDDFD. Grayscale: #575757. Windows color (decimal): -2088446 or 140000. OLE color: 140000.

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

Color convert

RGB 224 34 2 -
CMYK 0 0.85 0.99 0.12
HSL 8.65º 0.98% 0.44% -
HSV(B) 8.65º 0.99% 0.88% -
XYZ 31.32 17 1.69 -
YUV 87.16 79.95 225.6 -
System Red Green Blue C M Y K H S L
Decimal 224 34 2 0 0.85 0.99 0.12 8.65 0.98 0.44
Hex E0 22 2 0 55 63 C 9 62 2C
Octal 340 42 2 0 125 143 14 11 142 54
Binary 11100000 100010 10 0 1010101 1100011 1100 1001 1100010 101100

Color Harmonies of #E02202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02202

Black with #E02202

Text Example


Text Example

White with #E02202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02202; }

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

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

background-color css

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

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

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

border-color css

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

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

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