Html Css Color HEX #E64220 Cinnabar

📋 copy color: '#E64220'

red 230 ◦ green 66 ◦ blue 32

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

Shades of Cinnabar #E64220

Tints of Cinnabar #E64220

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

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

R = 70.12%
G = 20.12%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E64220 (or 0xE64220) is known color: Cinnabar. HEX triplet: E6, 42 and 20. RGB value is (230,66,32). Sum of RGB (Red+Green+Blue) = 230+66+32=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E64220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64220 is #19BDDF. Grayscale: #6F6F6F. Windows color (decimal): -1687008 or 2114278. OLE color: 2114278.

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

Color convert

RGB 230 66 32 -
CMYK 0 0.71 0.86 0.10
HSL 10.3º 0.8% 0.51% -
HSV(B) 10.3º 0.86% 0.9% -
XYZ 34.84 20.82 3.55 -
YUV 111.16 83.33 212.76 -
System Red Green Blue C M Y K H S L
Decimal 230 66 32 0 0.71 0.86 0.10 10.3 0.8 0.51
Hex E6 42 20 0 47 56 A A 50 33
Octal 346 102 40 0 107 126 12 12 120 63
Binary 11100110 1000010 100000 0 1000111 1010110 1010 1010 1010000 110011

Color Harmonies of #E64220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64220

Black with #E64220

Text Example


Text Example

White with #E64220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64220; }

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

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

background-color css

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

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

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

border-color css

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

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

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