Html Css Color HEX #E64118 Cinnabar

📋 copy color: '#E64118'

red 230 ◦ green 65 ◦ blue 24

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

Shades of Cinnabar #E64118

Tints of Cinnabar #E64118

RGB

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

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

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

R = 72.1%
G = 20.38%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E64118 (or 0xE64118) is known color: Cinnabar. HEX triplet: E6, 41 and 18. RGB value is (230,65,24). Sum of RGB (Red+Green+Blue) = 230+65+24=319 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.10% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 230 - color contains mainly: red. Hex color #E64118 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64118 is #19BEE7. Grayscale: #6D6D6D. Windows color (decimal): -1687272 or 1589734. OLE color: 1589734.

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

Color convert

RGB 230 65 24 -
CMYK 0 0.72 0.90 0.10
HSL 11.94º 0.81% 0.5% -
HSV(B) 11.94º 0.9% 0.9% -
XYZ 34.69 20.67 3.03 -
YUV 109.66 79.66 213.83 -
System Red Green Blue C M Y K H S L
Decimal 230 65 24 0 0.72 0.90 0.10 11.94 0.81 0.5
Hex E6 41 18 0 48 5A A C 51 32
Octal 346 101 30 0 110 132 12 14 121 62
Binary 11100110 1000001 11000 0 1001000 1011010 1010 1100 1010001 110010

Color Harmonies of #E64118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64118

Black with #E64118

Text Example


Text Example

White with #E64118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64118; }

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

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

background-color css

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

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

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

border-color css

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

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

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