Html Css Color HEX #E34D34 Cinnabar

📋 copy color: '#E34D34'

red 227 ◦ green 77 ◦ blue 52

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

Shades of Cinnabar #E34D34

Tints of Cinnabar #E34D34

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.63%

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

R = 63.76%
G = 21.63%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E34D34 (or 0xE34D34) is known color: Cinnabar. HEX triplet: E3, 4D and 34. RGB value is (227,77,52). Sum of RGB (Red+Green+Blue) = 227+77+52=356 (47% of max value = 765). Red value is 227 (89.06% from 255 or 63.76% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 227 - color contains mainly: red. Hex color #E34D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34D34 is #1CB2CB. Grayscale: #777777. Windows color (decimal): -1880780 or 3427811. OLE color: 3427811.

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

Color convert

RGB 227 77 52 -
CMYK 0 0.66 0.77 0.11
HSL 8.57º 0.76% 0.55% -
HSV(B) 8.57º 0.77% 0.89% -
XYZ 34.95 21.89 5.63 -
YUV 119 90.2 205.03 -
System Red Green Blue C M Y K H S L
Decimal 227 77 52 0 0.66 0.77 0.11 8.57 0.76 0.55
Hex E3 4D 34 0 42 4D B 9 4C 37
Octal 343 115 64 0 102 115 13 11 114 67
Binary 11100011 1001101 110100 0 1000010 1001101 1011 1001 1001100 110111

Color Harmonies of #E34D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34D34

Black with #E34D34

Text Example


Text Example

White with #E34D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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