Html Css Color HEX #E14F0F Persimmon

📋 copy color: '#E14F0F'

red 225 ◦ green 79 ◦ blue 15

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

Shades of Persimmon #E14F0F

Tints of Persimmon #E14F0F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.76%

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 70.53%
G = 24.76%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E14F0F (or 0xE14F0F) is known color: Persimmon. HEX triplet: E1, 4F and 0F. RGB value is (225,79,15). Sum of RGB (Red+Green+Blue) = 225+79+15=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14F0F is #1EB0F0. Grayscale: #737373. Windows color (decimal): -2011377 or 1003489. OLE color: 1003489.

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

Color convert

RGB 225 79 15 -
CMYK 0 0.65 0.93 0.12
HSL 18.29º 0.88% 0.47% -
HSV(B) 18.29º 0.93% 0.88% -
XYZ 33.93 21.63 2.84 -
YUV 115.36 71.37 206.2 -
System Red Green Blue C M Y K H S L
Decimal 225 79 15 0 0.65 0.93 0.12 18.29 0.88 0.47
Hex E1 4F F 0 41 5D C 12 58 2F
Octal 341 117 17 0 101 135 14 22 130 57
Binary 11100001 1001111 1111 0 1000001 1011101 1100 10010 1011000 101111

Color Harmonies of #E14F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14F0F

Black with #E14F0F

Text Example


Text Example

White with #E14F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14F0F; }

 p { color: rgb(225,79,15); }

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

background-color css

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

 a { background-color: rgb(225,79,15); }

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

border-color css

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

 span { border-color: rgb(225,79,15); }

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