Html Css Color HEX #E33220 Cinnabar

📋 copy color: '#E33220'

red 227 ◦ green 50 ◦ blue 32

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

Shades of Cinnabar #E33220

Tints of Cinnabar #E33220

RGB

 RED value IS 227 (89.06% from 255) = 73.46%

 GREEN value IS 50 (19.92% from 255) = 16.18%

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

R = 73.46%
G = 16.18%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E33220 (or 0xE33220) is known color: Cinnabar. HEX triplet: E3, 32 and 20. RGB value is (227,50,32). Sum of RGB (Red+Green+Blue) = 227+50+32=309 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.46% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 227 - color contains mainly: red. Hex color #E33220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E33220 is #1CCDDF. Grayscale: #656565. Windows color (decimal): -1887712 or 2110179. OLE color: 2110179.

HSL color Cylindrical-coordinate representation of color #E33220: hue angle of 5.54º degrees, saturation: 0.78, 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 #E33220 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 50 32 -
CMYK 0 0.78 0.86 0.11
HSL 5.54º 0.78% 0.51% -
HSV(B) 5.54º 0.86% 0.89% -
XYZ 33.08 18.72 3.24 -
YUV 100.87 89.14 217.96 -
System Red Green Blue C M Y K H S L
Decimal 227 50 32 0 0.78 0.86 0.11 5.54 0.78 0.51
Hex E3 32 20 0 4E 56 B 6 4E 33
Octal 343 62 40 0 116 126 13 6 116 63
Binary 11100011 110010 100000 0 1001110 1010110 1011 110 1001110 110011

Color Harmonies of #E33220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E33220

Black with #E33220

Text Example


Text Example

White with #E33220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E33220; }

 p { color: rgb(227,50,32); }

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

background-color css

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

 a { background-color: rgb(227,50,32); }

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

border-color css

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

 span { border-color: rgb(227,50,32); }

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