Html Css Color HEX #E64119 Cinnabar

📋 copy color: '#E64119'

red 230 ◦ green 65 ◦ blue 25

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

Shades of Cinnabar #E64119

Tints of Cinnabar #E64119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.81%

R = 71.88%
G = 20.31%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E64119 (or 0xE64119) is known color: Cinnabar. HEX triplet: E6, 41 and 19. RGB value is (230,65,25). Sum of RGB (Red+Green+Blue) = 230+65+25=320 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.88% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 230 - color contains mainly: red. Hex color #E64119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64119 is #19BEE6. Grayscale: #6E6E6E. Windows color (decimal): -1687271 or 1655270. OLE color: 1655270.

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

Color convert

RGB 230 65 25 -
CMYK 0 0.72 0.89 0.10
HSL 11.71º 0.8% 0.5% -
HSV(B) 11.71º 0.89% 0.9% -
XYZ 34.7 20.67 3.08 -
YUV 109.78 80.16 213.75 -
System Red Green Blue C M Y K H S L
Decimal 230 65 25 0 0.72 0.89 0.10 11.71 0.8 0.5
Hex E6 41 19 0 48 59 A C 50 32
Octal 346 101 31 0 110 131 12 14 120 62
Binary 11100110 1000001 11001 0 1001000 1011001 1010 1100 1010000 110010

Color Harmonies of #E64119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64119

Black with #E64119

Text Example


Text Example

White with #E64119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64119; }

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

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

background-color css

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

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

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

border-color css

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

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

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