Html Css Color HEX #E34220 Cinnabar

📋 copy color: '#E34220'

red 227 ◦ green 66 ◦ blue 32

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

Shades of Cinnabar #E34220

Tints of Cinnabar #E34220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.31%

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

R = 69.85%
G = 20.31%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E34220 (or 0xE34220) is known color: Cinnabar. HEX triplet: E3, 42 and 20. RGB value is (227,66,32). Sum of RGB (Red+Green+Blue) = 227+66+32=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E34220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34220 is #1CBDDF. Grayscale: #6E6E6E. Windows color (decimal): -1883616 or 2114275. OLE color: 2114275.

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

Color convert

RGB 227 66 32 -
CMYK 0 0.71 0.86 0.11
HSL 10.46º 0.78% 0.51% -
HSV(B) 10.46º 0.86% 0.89% -
XYZ 33.89 20.33 3.5 -
YUV 110.26 83.84 211.26 -
System Red Green Blue C M Y K H S L
Decimal 227 66 32 0 0.71 0.86 0.11 10.46 0.78 0.51
Hex E3 42 20 0 47 56 B A 4E 33
Octal 343 102 40 0 107 126 13 12 116 63
Binary 11100011 1000010 100000 0 1000111 1010110 1011 1010 1001110 110011

Color Harmonies of #E34220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34220

Black with #E34220

Text Example


Text Example

White with #E34220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34220; }

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

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

background-color css

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

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

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

border-color css

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

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

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