Html Css Color HEX #E14819 Cinnabar

📋 copy color: '#E14819'

red 225 ◦ green 72 ◦ blue 25

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

Shades of Cinnabar #E14819

Tints of Cinnabar #E14819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.36%

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

R = 69.88%
G = 22.36%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#E14819 (or 0xE14819) is known color: Cinnabar. HEX triplet: E1, 48 and 19. RGB value is (225,72,25). Sum of RGB (Red+Green+Blue) = 225+72+25=322 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.88% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 225 - color contains mainly: red. Hex color #E14819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14819 is #1EB7E6. Grayscale: #707070. Windows color (decimal): -2013159 or 1657057. OLE color: 1657057.

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

Color convert

RGB 225 72 25 -
CMYK 0 0.68 0.89 0.12
HSL 14.1º 0.8% 0.49% -
HSV(B) 14.1º 0.89% 0.88% -
XYZ 33.54 20.71 3.15 -
YUV 112.39 78.69 208.32 -
System Red Green Blue C M Y K H S L
Decimal 225 72 25 0 0.68 0.89 0.12 14.1 0.8 0.49
Hex E1 48 19 0 44 59 C E 50 31
Octal 341 110 31 0 104 131 14 16 120 61
Binary 11100001 1001000 11001 0 1000100 1011001 1100 1110 1010000 110001

Color Harmonies of #E14819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14819

Black with #E14819

Text Example


Text Example

White with #E14819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14819; }

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

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

background-color css

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

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

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

border-color css

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

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

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