Html Css Color HEX #E14519 Cinnabar

📋 copy color: '#E14519'

red 225 ◦ green 69 ◦ blue 25

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

Shades of Cinnabar #E14519

Tints of Cinnabar #E14519

RGB

 RED value IS 225 (88.28% from 255) = 70.53%

 GREEN value IS 69 (27.34% from 255) = 21.63%

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

R = 70.53%
G = 21.63%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E14519 (or 0xE14519) is known color: Cinnabar. HEX triplet: E1, 45 and 19. RGB value is (225,69,25). Sum of RGB (Red+Green+Blue) = 225+69+25=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E14519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14519 is #1EBAE6. Grayscale: #6E6E6E. Windows color (decimal): -2013927 or 1656289. OLE color: 1656289.

HSL color Cylindrical-coordinate representation of color #E14519: hue angle of 13.2º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E14519 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 69 25 -
CMYK 0 0.69 0.89 0.12
HSL 13.2º 0.8% 0.49% -
HSV(B) 13.2º 0.89% 0.88% -
XYZ 33.35 20.33 3.09 -
YUV 110.63 79.68 209.58 -
System Red Green Blue C M Y K H S L
Decimal 225 69 25 0 0.69 0.89 0.12 13.2 0.8 0.49
Hex E1 45 19 0 45 59 C D 50 31
Octal 341 105 31 0 105 131 14 15 120 61
Binary 11100001 1000101 11001 0 1000101 1011001 1100 1101 1010000 110001

Color Harmonies of #E14519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14519

Black with #E14519

Text Example


Text Example

White with #E14519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14519; }

 p { color: rgb(225,69,25); }

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

background-color css

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

 a { background-color: rgb(225,69,25); }

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

border-color css

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

 span { border-color: rgb(225,69,25); }

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