Html Css Color HEX #E34920 Cinnabar

📋 copy color: '#E34920'

red 227 ◦ green 73 ◦ blue 32

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

Shades of Cinnabar #E34920

Tints of Cinnabar #E34920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.99%

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

R = 68.37%
G = 21.99%
B = 9.64%

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

#E34920 (or 0xE34920) is known color: Cinnabar. HEX triplet: E3, 49 and 20. RGB value is (227,73,32). Sum of RGB (Red+Green+Blue) = 227+73+32=332 (43% of max value = 765). Red value is 227 (89.06% from 255 or 68.37% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 227 - color contains mainly: red. Hex color #E34920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34920 is #1CB6DF. Grayscale: #727272. Windows color (decimal): -1881824 or 2116067. OLE color: 2116067.

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

Color convert

RGB 227 73 32 -
CMYK 0 0.68 0.86 0.11
HSL 12.62º 0.78% 0.51% -
HSV(B) 12.62º 0.86% 0.89% -
XYZ 34.32 21.2 3.65 -
YUV 114.37 81.52 208.33 -
System Red Green Blue C M Y K H S L
Decimal 227 73 32 0 0.68 0.86 0.11 12.62 0.78 0.51
Hex E3 49 20 0 44 56 B D 4E 33
Octal 343 111 40 0 104 126 13 15 116 63
Binary 11100011 1001001 100000 0 1000100 1010110 1011 1101 1001110 110011

Color Harmonies of #E34920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34920

Black with #E34920

Text Example


Text Example

White with #E34920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34920; }

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

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

background-color css

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

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

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

border-color css

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

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

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