Html Css Color HEX #E14613 Persimmon

📋 copy color: '#E14613'

red 225 ◦ green 70 ◦ blue 19

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

Shades of Persimmon #E14613

Tints of Persimmon #E14613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.29%

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

R = 71.66%
G = 22.29%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E14613 (or 0xE14613) is known color: Persimmon. HEX triplet: E1, 46 and 13. RGB value is (225,70,19). Sum of RGB (Red+Green+Blue) = 225+70+19=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E14613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14613 is #1EB9EC. Grayscale: #6E6E6E. Windows color (decimal): -2013677 or 1263329. OLE color: 1263329.

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

Color convert

RGB 225 70 19 -
CMYK 0 0.69 0.92 0.12
HSL 14.85º 0.84% 0.48% -
HSV(B) 14.85º 0.92% 0.88% -
XYZ 33.36 20.43 2.8 -
YUV 110.53 76.35 209.65 -
System Red Green Blue C M Y K H S L
Decimal 225 70 19 0 0.69 0.92 0.12 14.85 0.84 0.48
Hex E1 46 13 0 45 5C C F 54 30
Octal 341 106 23 0 105 134 14 17 124 60
Binary 11100001 1000110 10011 0 1000101 1011100 1100 1111 1010100 110000

Color Harmonies of #E14613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14613

Black with #E14613

Text Example


Text Example

White with #E14613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14613; }

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

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

background-color css

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

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

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

border-color css

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

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

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