Html Css Color HEX #E14814 Persimmon

📋 copy color: '#E14814'

red 225 ◦ green 72 ◦ blue 20

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

Shades of Persimmon #E14814

Tints of Persimmon #E14814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.31%

R = 70.98%
G = 22.71%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E14814 (or 0xE14814) is known color: Persimmon. HEX triplet: E1, 48 and 14. RGB value is (225,72,20). Sum of RGB (Red+Green+Blue) = 225+72+20=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E14814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14814 is #1EB7EB. Grayscale: #707070. Windows color (decimal): -2013164 or 1329377. OLE color: 1329377.

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

Color convert

RGB 225 72 20 -
CMYK 0 0.68 0.91 0.12
HSL 15.22º 0.84% 0.48% -
HSV(B) 15.22º 0.91% 0.88% -
XYZ 33.49 20.69 2.89 -
YUV 111.82 76.19 208.73 -
System Red Green Blue C M Y K H S L
Decimal 225 72 20 0 0.68 0.91 0.12 15.22 0.84 0.48
Hex E1 48 14 0 44 5B C F 54 30
Octal 341 110 24 0 104 133 14 17 124 60
Binary 11100001 1001000 10100 0 1000100 1011011 1100 1111 1010100 110000

Color Harmonies of #E14814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14814

Black with #E14814

Text Example


Text Example

White with #E14814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14814; }

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

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

background-color css

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

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

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

border-color css

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

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

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