Html Css Color HEX #E64218 Cinnabar

📋 copy color: '#E64218'

red 230 ◦ green 66 ◦ blue 24

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

Shades of Cinnabar #E64218

Tints of Cinnabar #E64218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.5%

R = 71.88%
G = 20.63%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E64218 (or 0xE64218) is known color: Cinnabar. HEX triplet: E6, 42 and 18. RGB value is (230,66,24). Sum of RGB (Red+Green+Blue) = 230+66+24=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 24 (9.77% from 255 or 7.5% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E64218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64218 is #19BDE7. Grayscale: #6E6E6E. Windows color (decimal): -1687016 or 1589990. OLE color: 1589990.

HSL color Cylindrical-coordinate representation of color #E64218: hue angle of 12.23º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E64218 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 66 24 -
CMYK 0 0.71 0.90 0.10
HSL 12.23º 0.81% 0.5% -
HSV(B) 12.23º 0.9% 0.9% -
XYZ 34.75 20.79 3.04 -
YUV 110.25 79.33 213.42 -
System Red Green Blue C M Y K H S L
Decimal 230 66 24 0 0.71 0.90 0.10 12.23 0.81 0.5
Hex E6 42 18 0 47 5A A C 51 32
Octal 346 102 30 0 107 132 12 14 121 62
Binary 11100110 1000010 11000 0 1000111 1011010 1010 1100 1010001 110010

Color Harmonies of #E64218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64218

Black with #E64218

Text Example


Text Example

White with #E64218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64218; }

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

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

background-color css

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

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

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

border-color css

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

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

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