Html Css Color HEX #E34C32 Cinnabar

📋 copy color: '#E34C32'

red 227 ◦ green 76 ◦ blue 50

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

Shades of Cinnabar #E34C32

Tints of Cinnabar #E34C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.53%

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

R = 64.31%
G = 21.53%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E34C32 (or 0xE34C32) is known color: Cinnabar. HEX triplet: E3, 4C and 32. RGB value is (227,76,50). Sum of RGB (Red+Green+Blue) = 227+76+50=353 (46% of max value = 765). Red value is 227 (89.06% from 255 or 64.31% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34C32 is #1CB3CD. Grayscale: #767676. Windows color (decimal): -1881038 or 3296483. OLE color: 3296483.

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

Color convert

RGB 227 76 50 -
CMYK 0 0.67 0.78 0.11
HSL 8.81º 0.76% 0.54% -
HSV(B) 8.81º 0.78% 0.89% -
XYZ 34.84 21.73 5.38 -
YUV 118.19 89.53 205.61 -
System Red Green Blue C M Y K H S L
Decimal 227 76 50 0 0.67 0.78 0.11 8.81 0.76 0.54
Hex E3 4C 32 0 43 4E B 9 4C 36
Octal 343 114 62 0 103 116 13 11 114 66
Binary 11100011 1001100 110010 0 1000011 1001110 1011 1001 1001100 110110

Color Harmonies of #E34C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34C32

Black with #E34C32

Text Example


Text Example

White with #E34C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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