Html Css Color HEX #E14C0D Persimmon

📋 copy color: '#E14C0D'

red 225 ◦ green 76 ◦ blue 13

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

Shades of Persimmon #E14C0D

Tints of Persimmon #E14C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.2%

 BLUE value IS 13 (5.47% from 255) = 4.14%

R = 71.66%
G = 24.2%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E14C0D (or 0xE14C0D) is known color: Persimmon. HEX triplet: E1, 4C and 0D. RGB value is (225,76,13). Sum of RGB (Red+Green+Blue) = 225+76+13=314 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.66% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 13 (5.47% from 255 or 4.14% from 314); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14C0D is #1EB3F2. Grayscale: #717171. Windows color (decimal): -2012147 or 871649. OLE color: 871649.

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

Color convert

RGB 225 76 13 -
CMYK 0 0.66 0.94 0.12
HSL 17.83º 0.89% 0.47% -
HSV(B) 17.83º 0.94% 0.88% -
XYZ 33.71 21.21 2.7 -
YUV 113.37 71.36 207.62 -
System Red Green Blue C M Y K H S L
Decimal 225 76 13 0 0.66 0.94 0.12 17.83 0.89 0.47
Hex E1 4C D 0 42 5E C 12 59 2F
Octal 341 114 15 0 102 136 14 22 131 57
Binary 11100001 1001100 1101 0 1000010 1011110 1100 10010 1011001 101111

Color Harmonies of #E14C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C0D

Black with #E14C0D

Text Example


Text Example

White with #E14C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C0D; }

 p { color: rgb(225,76,13); }

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

background-color css

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

 a { background-color: rgb(225,76,13); }

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

border-color css

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

 span { border-color: rgb(225,76,13); }

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