Html Css Color HEX #E1460D Persimmon

📋 copy color: '#E1460D'

red 225 ◦ green 70 ◦ blue 13

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

Shades of Persimmon #E1460D

Tints of Persimmon #E1460D

RGB

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

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

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

R = 73.05%
G = 22.73%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1460D (or 0xE1460D) is known color: Persimmon. HEX triplet: E1, 46 and 0D. RGB value is (225,70,13). Sum of RGB (Red+Green+Blue) = 225+70+13=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E1460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1460D is #1EB9F2. Grayscale: #6E6E6E. Windows color (decimal): -2013683 or 870113. OLE color: 870113.

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

Color convert

RGB 225 70 13 -
CMYK 0 0.69 0.94 0.12
HSL 16.13º 0.89% 0.47% -
HSV(B) 16.13º 0.94% 0.88% -
XYZ 33.31 20.42 2.57 -
YUV 109.85 73.35 210.13 -
System Red Green Blue C M Y K H S L
Decimal 225 70 13 0 0.69 0.94 0.12 16.13 0.89 0.47
Hex E1 46 D 0 45 5E C 10 59 2F
Octal 341 106 15 0 105 136 14 20 131 57
Binary 11100001 1000110 1101 0 1000101 1011110 1100 10000 1011001 101111

Color Harmonies of #E1460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1460D

Black with #E1460D

Text Example


Text Example

White with #E1460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1460D; }

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

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

background-color css

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

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

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

border-color css

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

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

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