Html Css Color HEX #E34D24 Cinnabar

📋 copy color: '#E34D24'

red 227 ◦ green 77 ◦ blue 36

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

Shades of Cinnabar #E34D24

Tints of Cinnabar #E34D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.59%

R = 66.76%
G = 22.65%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E34D24 (or 0xE34D24) is known color: Cinnabar. HEX triplet: E3, 4D and 24. RGB value is (227,77,36). Sum of RGB (Red+Green+Blue) = 227+77+36=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E34D24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E34D24 is #1CB2DB. Grayscale: #757575. Windows color (decimal): -1880796 or 2379235. OLE color: 2379235.

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

Color convert

RGB 227 77 36 -
CMYK 0 0.66 0.84 0.11
HSL 12.88º 0.77% 0.52% -
HSV(B) 12.88º 0.84% 0.89% -
XYZ 34.65 21.77 4.04 -
YUV 117.18 82.2 206.33 -
System Red Green Blue C M Y K H S L
Decimal 227 77 36 0 0.66 0.84 0.11 12.88 0.77 0.52
Hex E3 4D 24 0 42 54 B D 4D 34
Octal 343 115 44 0 102 124 13 15 115 64
Binary 11100011 1001101 100100 0 1000010 1010100 1011 1101 1001101 110100

Color Harmonies of #E34D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34D24

Black with #E34D24

Text Example


Text Example

White with #E34D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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