Html Css Color HEX #E34232 Cinnabar

📋 copy color: '#E34232'

red 227 ◦ green 66 ◦ blue 50

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

Shades of Cinnabar #E34232

Tints of Cinnabar #E34232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

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

R = 66.18%
G = 19.24%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E34232 (or 0xE34232) is known color: Cinnabar. HEX triplet: E3, 42 and 32. RGB value is (227,66,50). Sum of RGB (Red+Green+Blue) = 227+66+50=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E34232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34232 is #1CBDCD. Grayscale: #707070. Windows color (decimal): -1883598 or 3293923. OLE color: 3293923.

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

Color convert

RGB 227 66 50 -
CMYK 0 0.71 0.78 0.11
HSL 5.42º 0.76% 0.54% -
HSV(B) 5.42º 0.78% 0.89% -
XYZ 34.2 20.46 5.16 -
YUV 112.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 227 66 50 0 0.71 0.78 0.11 5.42 0.76 0.54
Hex E3 42 32 0 47 4E B 5 4C 36
Octal 343 102 62 0 107 116 13 5 114 66
Binary 11100011 1000010 110010 0 1000111 1001110 1011 101 1001100 110110

Color Harmonies of #E34232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34232

Black with #E34232

Text Example


Text Example

White with #E34232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34232; }

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

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

background-color css

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

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

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

border-color css

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

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

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