Html Css Color HEX #E14913 Persimmon

📋 copy color: '#E14913'

red 225 ◦ green 73 ◦ blue 19

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

Shades of Persimmon #E14913

Tints of Persimmon #E14913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.03%

 BLUE value IS 19 (7.81% from 255) = 5.99%

R = 70.98%
G = 23.03%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E14913 (or 0xE14913) is known color: Persimmon. HEX triplet: E1, 49 and 13. RGB value is (225,73,19). Sum of RGB (Red+Green+Blue) = 225+73+19=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E14913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14913 is #1EB6EC. Grayscale: #707070. Windows color (decimal): -2012909 or 1264097. OLE color: 1264097.

HSL color Cylindrical-coordinate representation of color #E14913: hue angle of 15.73º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E14913 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 73 19 -
CMYK 0 0.68 0.92 0.12
HSL 15.73º 0.84% 0.48% -
HSV(B) 15.73º 0.92% 0.88% -
XYZ 33.55 20.82 2.87 -
YUV 112.29 75.36 208.39 -
System Red Green Blue C M Y K H S L
Decimal 225 73 19 0 0.68 0.92 0.12 15.73 0.84 0.48
Hex E1 49 13 0 44 5C C 10 54 30
Octal 341 111 23 0 104 134 14 20 124 60
Binary 11100001 1001001 10011 0 1000100 1011100 1100 10000 1010100 110000

Color Harmonies of #E14913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14913

Black with #E14913

Text Example


Text Example

White with #E14913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14913; }

 p { color: rgb(225,73,19); }

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

background-color css

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

 a { background-color: rgb(225,73,19); }

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

border-color css

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

 span { border-color: rgb(225,73,19); }

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