Html Css Color HEX #E22D20 Cinnabar

📋 copy color: '#E22D20'

red 226 ◦ green 45 ◦ blue 32

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

Shades of Cinnabar #E22D20

Tints of Cinnabar #E22D20

RGB

 RED value IS 226 (88.67% from 255) = 74.59%

 GREEN value IS 45 (17.97% from 255) = 14.85%

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 74.59%
G = 14.85%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E22D20 (or 0xE22D20) is known color: Cinnabar. HEX triplet: E2, 2D and 20. RGB value is (226,45,32). Sum of RGB (Red+Green+Blue) = 226+45+32=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22D20 is #1DD2DF. Grayscale: #616161. Windows color (decimal): -1954528 or 2108898. OLE color: 2108898.

HSL color Cylindrical-coordinate representation of color #E22D20: hue angle of 4.02º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E22D20 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 45 32 -
CMYK 0 0.80 0.86 0.11
HSL 4.02º 0.77% 0.51% -
HSV(B) 4.02º 0.86% 0.89% -
XYZ 32.56 18.15 3.15 -
YUV 97.64 90.97 219.56 -
System Red Green Blue C M Y K H S L
Decimal 226 45 32 0 0.80 0.86 0.11 4.02 0.77 0.51
Hex E2 2D 20 0 50 56 B 4 4D 33
Octal 342 55 40 0 120 126 13 4 115 63
Binary 11100010 101101 100000 0 1010000 1010110 1011 100 1001101 110011

Color Harmonies of #E22D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22D20

Black with #E22D20

Text Example


Text Example

White with #E22D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22D20; }

 p { color: rgb(226,45,32); }

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

background-color css

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

 a { background-color: rgb(226,45,32); }

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

border-color css

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

 span { border-color: rgb(226,45,32); }

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