Html Css Color HEX #E34032 Cinnabar

📋 copy color: '#E34032'

red 227 ◦ green 64 ◦ blue 50

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

Shades of Cinnabar #E34032

Tints of Cinnabar #E34032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.77%

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 66.57%
G = 18.77%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E34032 (or 0xE34032) is known color: Cinnabar. HEX triplet: E3, 40 and 32. RGB value is (227,64,50). Sum of RGB (Red+Green+Blue) = 227+64+50=341 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.57% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 227 - color contains mainly: red. Hex color #E34032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34032 is #1CBFCD. Grayscale: #6F6F6F. Windows color (decimal): -1884110 or 3293411. OLE color: 3293411.

HSL color Cylindrical-coordinate representation of color #E34032: hue angle of 4.75º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E34032 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 64 50 -
CMYK 0 0.72 0.78 0.11
HSL 4.75º 0.76% 0.54% -
HSV(B) 4.75º 0.78% 0.89% -
XYZ 34.09 20.23 5.13 -
YUV 111.14 93.5 210.64 -
System Red Green Blue C M Y K H S L
Decimal 227 64 50 0 0.72 0.78 0.11 4.75 0.76 0.54
Hex E3 40 32 0 48 4E B 5 4C 36
Octal 343 100 62 0 110 116 13 5 114 66
Binary 11100011 1000000 110010 0 1001000 1001110 1011 101 1001100 110110

Color Harmonies of #E34032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34032

Black with #E34032

Text Example


Text Example

White with #E34032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34032; }

 p { color: rgb(227,64,50); }

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

background-color css

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

 a { background-color: rgb(227,64,50); }

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

border-color css

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

 span { border-color: rgb(227,64,50); }

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