Html Css Color HEX #E1510F Persimmon

📋 copy color: '#E1510F'

red 225 ◦ green 81 ◦ blue 15

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

Shades of Persimmon #E1510F

Tints of Persimmon #E1510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.23%

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

R = 70.09%
G = 25.23%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E1510F (or 0xE1510F) is known color: Persimmon. HEX triplet: E1, 51 and 0F. RGB value is (225,81,15). Sum of RGB (Red+Green+Blue) = 225+81+15=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E1510F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1510F is #1EAEF0. Grayscale: #747474. Windows color (decimal): -2010865 or 1004001. OLE color: 1004001.

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

Color convert

RGB 225 81 15 -
CMYK 0 0.64 0.93 0.12
HSL 18.86º 0.88% 0.47% -
HSV(B) 18.86º 0.93% 0.88% -
XYZ 34.08 21.93 2.89 -
YUV 116.53 70.71 205.37 -
System Red Green Blue C M Y K H S L
Decimal 225 81 15 0 0.64 0.93 0.12 18.86 0.88 0.47
Hex E1 51 F 0 40 5D C 13 58 2F
Octal 341 121 17 0 100 135 14 23 130 57
Binary 11100001 1010001 1111 0 1000000 1011101 1100 10011 1011000 101111

Color Harmonies of #E1510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1510F

Black with #E1510F

Text Example


Text Example

White with #E1510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1510F; }

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

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

background-color css

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

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

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

border-color css

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

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

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