Html Css Color HEX #E34520 Cinnabar

📋 copy color: '#E34520'

red 227 ◦ green 69 ◦ blue 32

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

Shades of Cinnabar #E34520

Tints of Cinnabar #E34520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.04%

 BLUE value IS 32 (12.89% from 255) = 9.76%

R = 69.21%
G = 21.04%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E34520 (or 0xE34520) is known color: Cinnabar. HEX triplet: E3, 45 and 20. RGB value is (227,69,32). Sum of RGB (Red+Green+Blue) = 227+69+32=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E34520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34520 is #1CBADF. Grayscale: #707070. Windows color (decimal): -1882848 or 2115043. OLE color: 2115043.

HSL color Cylindrical-coordinate representation of color #E34520: hue angle of 11.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E34520 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 69 32 -
CMYK 0 0.70 0.86 0.11
HSL 11.38º 0.78% 0.51% -
HSV(B) 11.38º 0.86% 0.89% -
XYZ 34.07 20.69 3.56 -
YUV 112.02 82.85 210.01 -
System Red Green Blue C M Y K H S L
Decimal 227 69 32 0 0.70 0.86 0.11 11.38 0.78 0.51
Hex E3 45 20 0 46 56 B B 4E 33
Octal 343 105 40 0 106 126 13 13 116 63
Binary 11100011 1000101 100000 0 1000110 1010110 1011 1011 1001110 110011

Color Harmonies of #E34520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34520

Black with #E34520

Text Example


Text Example

White with #E34520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34520; }

 p { color: rgb(227,69,32); }

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

background-color css

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

 a { background-color: rgb(227,69,32); }

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

border-color css

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

 span { border-color: rgb(227,69,32); }

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