Html Css Color HEX #E34720 Cinnabar

📋 copy color: '#E34720'

red 227 ◦ green 71 ◦ blue 32

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

Shades of Cinnabar #E34720

Tints of Cinnabar #E34720

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.52%

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

R = 68.79%
G = 21.52%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E34720 (or 0xE34720) is known color: Cinnabar. HEX triplet: E3, 47 and 20. RGB value is (227,71,32). Sum of RGB (Red+Green+Blue) = 227+71+32=330 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.79% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 227 - color contains mainly: red. Hex color #E34720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34720 is #1CB8DF. Grayscale: #717171. Windows color (decimal): -1882336 or 2115555. OLE color: 2115555.

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

Color convert

RGB 227 71 32 -
CMYK 0 0.69 0.86 0.11
HSL 12º 0.78% 0.51% -
HSV(B) 12º 0.86% 0.89% -
XYZ 34.19 20.94 3.61 -
YUV 113.2 82.18 209.17 -
System Red Green Blue C M Y K H S L
Decimal 227 71 32 0 0.69 0.86 0.11 12 0.78 0.51
Hex E3 47 20 0 45 56 B C 4E 33
Octal 343 107 40 0 105 126 13 14 116 63
Binary 11100011 1000111 100000 0 1000101 1010110 1011 1100 1001110 110011

Color Harmonies of #E34720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34720

Black with #E34720

Text Example


Text Example

White with #E34720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34720; }

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

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

background-color css

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

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

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

border-color css

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

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

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