Html Css Color HEX #E34820 Cinnabar

📋 copy color: '#E34820'

red 227 ◦ green 72 ◦ blue 32

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

Shades of Cinnabar #E34820

Tints of Cinnabar #E34820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

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

R = 68.58%
G = 21.75%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E34820 (or 0xE34820) is known color: Cinnabar. HEX triplet: E3, 48 and 20. RGB value is (227,72,32). Sum of RGB (Red+Green+Blue) = 227+72+32=331 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.58% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 227 - color contains mainly: red. Hex color #E34820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34820 is #1CB7DF. Grayscale: #727272. Windows color (decimal): -1882080 or 2115811. OLE color: 2115811.

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

Color convert

RGB 227 72 32 -
CMYK 0 0.68 0.86 0.11
HSL 12.31º 0.78% 0.51% -
HSV(B) 12.31º 0.86% 0.89% -
XYZ 34.26 21.07 3.63 -
YUV 113.79 81.85 208.75 -
System Red Green Blue C M Y K H S L
Decimal 227 72 32 0 0.68 0.86 0.11 12.31 0.78 0.51
Hex E3 48 20 0 44 56 B C 4E 33
Octal 343 110 40 0 104 126 13 14 116 63
Binary 11100011 1001000 100000 0 1000100 1010110 1011 1100 1001110 110011

Color Harmonies of #E34820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34820

Black with #E34820

Text Example


Text Example

White with #E34820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34820; }

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

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

background-color css

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

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

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

border-color css

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

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

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