Html Css Color HEX #E34A20 Cinnabar

📋 copy color: '#E34A20'

red 227 ◦ green 74 ◦ blue 32

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

Shades of Cinnabar #E34A20

Tints of Cinnabar #E34A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.22%

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

R = 68.17%
G = 22.22%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E34A20 (or 0xE34A20) is known color: Cinnabar. HEX triplet: E3, 4A and 20. RGB value is (227,74,32). Sum of RGB (Red+Green+Blue) = 227+74+32=333 (44% of max value = 765). Red value is 227 (89.06% from 255 or 68.17% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 227 - color contains mainly: red. Hex color #E34A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34A20 is #1CB5DF. Grayscale: #737373. Windows color (decimal): -1881568 or 2116323. OLE color: 2116323.

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

Color convert

RGB 227 74 32 -
CMYK 0 0.67 0.86 0.11
HSL 12.92º 0.78% 0.51% -
HSV(B) 12.92º 0.86% 0.89% -
XYZ 34.39 21.33 3.67 -
YUV 114.96 81.19 207.92 -
System Red Green Blue C M Y K H S L
Decimal 227 74 32 0 0.67 0.86 0.11 12.92 0.78 0.51
Hex E3 4A 20 0 43 56 B D 4E 33
Octal 343 112 40 0 103 126 13 15 116 63
Binary 11100011 1001010 100000 0 1000011 1010110 1011 1101 1001110 110011

Color Harmonies of #E34A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34A20

Black with #E34A20

Text Example


Text Example

White with #E34A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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