Html Css Color HEX #E14713 Persimmon

📋 copy color: '#E14713'

red 225 ◦ green 71 ◦ blue 19

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

Shades of Persimmon #E14713

Tints of Persimmon #E14713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.54%

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

R = 71.43%
G = 22.54%
B = 6.03%

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

#E14713 (or 0xE14713) is known color: Persimmon. HEX triplet: E1, 47 and 13. RGB value is (225,71,19). Sum of RGB (Red+Green+Blue) = 225+71+19=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E14713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14713 is #1EB8EC. Grayscale: #6F6F6F. Windows color (decimal): -2013421 or 1263585. OLE color: 1263585.

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

Color convert

RGB 225 71 19 -
CMYK 0 0.68 0.92 0.12
HSL 15.15º 0.84% 0.48% -
HSV(B) 15.15º 0.92% 0.88% -
XYZ 33.42 20.56 2.82 -
YUV 111.12 76.02 209.23 -
System Red Green Blue C M Y K H S L
Decimal 225 71 19 0 0.68 0.92 0.12 15.15 0.84 0.48
Hex E1 47 13 0 44 5C C F 54 30
Octal 341 107 23 0 104 134 14 17 124 60
Binary 11100001 1000111 10011 0 1000100 1011100 1100 1111 1010100 110000

Color Harmonies of #E14713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14713

Black with #E14713

Text Example


Text Example

White with #E14713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14713; }

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

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

background-color css

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

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

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

border-color css

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

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

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