Html Css Color HEX #E64420 Cinnabar

📋 copy color: '#E64420'

red 230 ◦ green 68 ◦ blue 32

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

Shades of Cinnabar #E64420

Tints of Cinnabar #E64420

RGB

 RED value IS 230 (90.23% from 255) = 69.7%

 GREEN value IS 68 (26.95% from 255) = 20.61%

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

R = 69.7%
G = 20.61%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E64420 (or 0xE64420) is known color: Cinnabar. HEX triplet: E6, 44 and 20. RGB value is (230,68,32). Sum of RGB (Red+Green+Blue) = 230+68+32=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E64420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64420 is #19BBDF. Grayscale: #707070. Windows color (decimal): -1686496 or 2114790. OLE color: 2114790.

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

Color convert

RGB 230 68 32 -
CMYK 0 0.70 0.86 0.10
HSL 10.91º 0.8% 0.51% -
HSV(B) 10.91º 0.86% 0.9% -
XYZ 34.96 21.06 3.59 -
YUV 112.33 82.67 211.93 -
System Red Green Blue C M Y K H S L
Decimal 230 68 32 0 0.70 0.86 0.10 10.91 0.8 0.51
Hex E6 44 20 0 46 56 A B 50 33
Octal 346 104 40 0 106 126 12 13 120 63
Binary 11100110 1000100 100000 0 1000110 1010110 1010 1011 1010000 110011

Color Harmonies of #E64420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64420

Black with #E64420

Text Example


Text Example

White with #E64420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64420; }

 p { color: rgb(230,68,32); }

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

background-color css

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

 a { background-color: rgb(230,68,32); }

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

border-color css

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

 span { border-color: rgb(230,68,32); }

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