Html Css Color HEX #E34620 Cinnabar

📋 copy color: '#E34620'

red 227 ◦ green 70 ◦ blue 32

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

Shades of Cinnabar #E34620

Tints of Cinnabar #E34620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.28%

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

R = 69%
G = 21.28%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E34620 (or 0xE34620) is known color: Cinnabar. HEX triplet: E3, 46 and 20. RGB value is (227,70,32). Sum of RGB (Red+Green+Blue) = 227+70+32=329 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.00% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 227 - color contains mainly: red. Hex color #E34620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E34620 is #1CB9DF. Grayscale: #707070. Windows color (decimal): -1882592 or 2115299. OLE color: 2115299.

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

Color convert

RGB 227 70 32 -
CMYK 0 0.69 0.86 0.11
HSL 11.69º 0.78% 0.51% -
HSV(B) 11.69º 0.86% 0.89% -
XYZ 34.13 20.82 3.59 -
YUV 112.61 82.51 209.59 -
System Red Green Blue C M Y K H S L
Decimal 227 70 32 0 0.69 0.86 0.11 11.69 0.78 0.51
Hex E3 46 20 0 45 56 B C 4E 33
Octal 343 106 40 0 105 126 13 14 116 63
Binary 11100011 1000110 100000 0 1000101 1010110 1011 1100 1001110 110011

Color Harmonies of #E34620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E34620

Black with #E34620

Text Example


Text Example

White with #E34620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E34620; }

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

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

background-color css

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

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

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

border-color css

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

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

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