Html Css Color HEX #E64920 Cinnabar

📋 copy color: '#E64920'

red 230 ◦ green 73 ◦ blue 32

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

Shades of Cinnabar #E64920

Tints of Cinnabar #E64920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.79%

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

R = 68.66%
G = 21.79%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E64920 (or 0xE64920) is known color: Cinnabar. HEX triplet: E6, 49 and 20. RGB value is (230,73,32). Sum of RGB (Red+Green+Blue) = 230+73+32=335 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.66% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 230 - color contains mainly: red. Hex color #E64920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64920 is #19B6DF. Grayscale: #737373. Windows color (decimal): -1685216 or 2116070. OLE color: 2116070.

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

Color convert

RGB 230 73 32 -
CMYK 0 0.68 0.86 0.10
HSL 12.42º 0.8% 0.51% -
HSV(B) 12.42º 0.86% 0.9% -
XYZ 35.28 21.69 3.69 -
YUV 115.27 81.01 209.83 -
System Red Green Blue C M Y K H S L
Decimal 230 73 32 0 0.68 0.86 0.10 12.42 0.8 0.51
Hex E6 49 20 0 44 56 A C 50 33
Octal 346 111 40 0 104 126 12 14 120 63
Binary 11100110 1001001 100000 0 1000100 1010110 1010 1100 1010000 110011

Color Harmonies of #E64920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64920

Black with #E64920

Text Example


Text Example

White with #E64920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64920; }

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

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

background-color css

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

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

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

border-color css

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

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

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