Html Css Color HEX #E64D20 Cinnabar

📋 copy color: '#E64D20'

red 230 ◦ green 77 ◦ blue 32

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

Shades of Cinnabar #E64D20

Tints of Cinnabar #E64D20

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.71%

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

R = 67.85%
G = 22.71%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E64D20 (or 0xE64D20) is known color: Cinnabar. HEX triplet: E6, 4D and 20. RGB value is (230,77,32). Sum of RGB (Red+Green+Blue) = 230+77+32=339 (44% of max value = 765). Red value is 230 (90.23% from 255 or 67.85% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 32 (12.89% from 255 or 9.44% from 339); Max value from RGB is 230 - color contains mainly: red. Hex color #E64D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E64D20 is #19B2DF. Grayscale: #757575. Windows color (decimal): -1684192 or 2117094. OLE color: 2117094.

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

Color convert

RGB 230 77 32 -
CMYK 0 0.67 0.86 0.10
HSL 13.64º 0.8% 0.51% -
HSV(B) 13.64º 0.86% 0.9% -
XYZ 35.55 22.24 3.78 -
YUV 117.62 79.69 208.16 -
System Red Green Blue C M Y K H S L
Decimal 230 77 32 0 0.67 0.86 0.10 13.64 0.8 0.51
Hex E6 4D 20 0 43 56 A E 50 33
Octal 346 115 40 0 103 126 12 16 120 63
Binary 11100110 1001101 100000 0 1000011 1010110 1010 1110 1010000 110011

Color Harmonies of #E64D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64D20

Black with #E64D20

Text Example


Text Example

White with #E64D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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