Html Css Color HEX #E02E21 Cinnabar

📋 copy color: '#E02E21'

red 224 ◦ green 46 ◦ blue 33

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

Shades of Cinnabar #E02E21

Tints of Cinnabar #E02E21

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.18%

 BLUE value IS 33 (13.28% from 255) = 10.89%

R = 73.93%
G = 15.18%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E02E21 (or 0xE02E21) is known color: Cinnabar. HEX triplet: E0, 2E and 21. RGB value is (224,46,33). Sum of RGB (Red+Green+Blue) = 224+46+33=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E02E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02E21 is #1FD1DE. Grayscale: #616161. Windows color (decimal): -2085343 or 2174688. OLE color: 2174688.

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

Color convert

RGB 224 46 33 -
CMYK 0 0.79 0.85 0.12
HSL 4.08º 0.75% 0.5% -
HSV(B) 4.08º 0.85% 0.88% -
XYZ 31.99 17.91 3.21 -
YUV 97.74 91.47 218.06 -
System Red Green Blue C M Y K H S L
Decimal 224 46 33 0 0.79 0.85 0.12 4.08 0.75 0.5
Hex E0 2E 21 0 4F 55 C 4 4B 32
Octal 340 56 41 0 117 125 14 4 113 62
Binary 11100000 101110 100001 0 1001111 1010101 1100 100 1001011 110010

Color Harmonies of #E02E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02E21

Black with #E02E21

Text Example


Text Example

White with #E02E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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