Html Css Color HEX #E64520 Cinnabar

📋 copy color: '#E64520'

red 230 ◦ green 69 ◦ blue 32

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

Shades of Cinnabar #E64520

Tints of Cinnabar #E64520

RGB

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

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

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

R = 69.49%
G = 20.85%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E64520 (or 0xE64520) is known color: Cinnabar. HEX triplet: E6, 45 and 20. RGB value is (230,69,32). Sum of RGB (Red+Green+Blue) = 230+69+32=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E64520 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64520 is #19BADF. Grayscale: #717171. Windows color (decimal): -1686240 or 2115046. OLE color: 2115046.

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

Color convert

RGB 230 69 32 -
CMYK 0 0.7 0.86 0.10
HSL 11.21º 0.8% 0.51% -
HSV(B) 11.21º 0.86% 0.9% -
XYZ 35.02 21.18 3.61 -
YUV 112.92 82.34 211.51 -
System Red Green Blue C M Y K H S L
Decimal 230 69 32 0 0.7 0.86 0.10 11.21 0.8 0.51
Hex E6 45 20 0 46 56 A B 50 33
Octal 346 105 40 0 106 126 12 13 120 63
Binary 11100110 1000101 100000 0 1000110 1010110 1010 1011 1010000 110011

Color Harmonies of #E64520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64520

Black with #E64520

Text Example


Text Example

White with #E64520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64520; }

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

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

background-color css

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

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

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

border-color css

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

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

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