Html Css Color HEX #E2610D Persimmon

📋 copy color: '#E2610D'

red 226 ◦ green 97 ◦ blue 13

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

Shades of Persimmon #E2610D

Tints of Persimmon #E2610D

RGB

 RED value IS 226 (88.67% from 255) = 67.26%

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

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

R = 67.26%
G = 28.87%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E2610D (or 0xE2610D) is known color: Persimmon. HEX triplet: E2, 61 and 0D. RGB value is (226,97,13). Sum of RGB (Red+Green+Blue) = 226+97+13=336 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.26% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 226 - color contains mainly: red. Hex color #E2610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2610D is #1D9EF2. Grayscale: #7E7E7E. Windows color (decimal): -1941235 or 877026. OLE color: 877026.

HSL color Cylindrical-coordinate representation of color #E2610D: hue angle of 23.66º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2610D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 97 13 -
CMYK 0 0.57 0.94 0.11
HSL 23.66º 0.89% 0.47% -
HSV(B) 23.66º 0.94% 0.89% -
XYZ 35.71 24.75 3.28 -
YUV 126 64.24 199.33 -
System Red Green Blue C M Y K H S L
Decimal 226 97 13 0 0.57 0.94 0.11 23.66 0.89 0.47
Hex E2 61 D 0 39 5E B 18 59 2F
Octal 342 141 15 0 71 136 13 30 131 57
Binary 11100010 1100001 1101 0 111001 1011110 1011 11000 1011001 101111

Color Harmonies of #E2610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2610D

Black with #E2610D

Text Example


Text Example

White with #E2610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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