Html Css Color HEX #E34034 Cinnabar

📋 copy color: '#E34034'

red 227 ◦ green 64 ◦ blue 52

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

Shades of Cinnabar #E34034

Tints of Cinnabar #E34034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.16%

R = 66.18%
G = 18.66%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E34034 (or 0xE34034) is known color: Cinnabar. HEX triplet: E3, 40 and 34. RGB value is (227,64,52). Sum of RGB (Red+Green+Blue) = 227+64+52=343 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.18% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 227 - color contains mainly: red. Hex color #E34034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34034 is #1CBFCB. Grayscale: #6F6F6F. Windows color (decimal): -1884108 or 3424483. OLE color: 3424483.

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

Color convert

RGB 227 64 52 -
CMYK 0 0.72 0.77 0.11
HSL 4.11º 0.76% 0.55% -
HSV(B) 4.11º 0.77% 0.89% -
XYZ 34.13 20.25 5.36 -
YUV 111.37 94.5 210.48 -
System Red Green Blue C M Y K H S L
Decimal 227 64 52 0 0.72 0.77 0.11 4.11 0.76 0.55
Hex E3 40 34 0 48 4D B 4 4C 37
Octal 343 100 64 0 110 115 13 4 114 67
Binary 11100011 1000000 110100 0 1001000 1001101 1011 100 1001100 110111

Color Harmonies of #E34034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34034

Black with #E34034

Text Example


Text Example

White with #E34034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34034; }

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

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

background-color css

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

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

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

border-color css

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

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

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