Html Css Color HEX #E64120 Cinnabar

📋 copy color: '#E64120'

red 230 ◦ green 65 ◦ blue 32

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

Shades of Cinnabar #E64120

Tints of Cinnabar #E64120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.88%

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

R = 70.34%
G = 19.88%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E64120 (or 0xE64120) is known color: Cinnabar. HEX triplet: E6, 41 and 20. RGB value is (230,65,32). Sum of RGB (Red+Green+Blue) = 230+65+32=327 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.34% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 230 - color contains mainly: red. Hex color #E64120 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64120 is #19BEDF. Grayscale: #6E6E6E. Windows color (decimal): -1687264 or 2114022. OLE color: 2114022.

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

Color convert

RGB 230 65 32 -
CMYK 0 0.72 0.86 0.10
HSL 10º 0.8% 0.51% -
HSV(B) 10º 0.86% 0.9% -
XYZ 34.78 20.71 3.53 -
YUV 110.57 83.66 213.18 -
System Red Green Blue C M Y K H S L
Decimal 230 65 32 0 0.72 0.86 0.10 10 0.8 0.51
Hex E6 41 20 0 48 56 A A 50 33
Octal 346 101 40 0 110 126 12 12 120 63
Binary 11100110 1000001 100000 0 1001000 1010110 1010 1010 1010000 110011

Color Harmonies of #E64120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64120

Black with #E64120

Text Example


Text Example

White with #E64120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64120; }

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

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

background-color css

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

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

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

border-color css

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

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

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