Html Css Color HEX #E1610D Persimmon

📋 copy color: '#E1610D'

red 225 ◦ green 97 ◦ blue 13

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

Shades of Persimmon #E1610D

Tints of Persimmon #E1610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.96%

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

R = 67.16%
G = 28.96%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1610D (or 0xE1610D) is known color: Persimmon. HEX triplet: E1, 61 and 0D. RGB value is (225,97,13). Sum of RGB (Red+Green+Blue) = 225+97+13=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1610D is #1E9EF2. Grayscale: #7E7E7E. Windows color (decimal): -2006771 or 877025. OLE color: 877025.

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

Color convert

RGB 225 97 13 -
CMYK 0 0.57 0.94 0.12
HSL 23.77º 0.89% 0.47% -
HSV(B) 23.77º 0.94% 0.88% -
XYZ 35.4 24.59 3.26 -
YUV 125.7 64.41 198.83 -
System Red Green Blue C M Y K H S L
Decimal 225 97 13 0 0.57 0.94 0.12 23.77 0.89 0.47
Hex E1 61 D 0 39 5E C 18 59 2F
Octal 341 141 15 0 71 136 14 30 131 57
Binary 11100001 1100001 1101 0 111001 1011110 1100 11000 1011001 101111

Color Harmonies of #E1610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1610D

Black with #E1610D

Text Example


Text Example

White with #E1610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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