Html Css Color HEX #E25211 Persimmon

📋 copy color: '#E25211'

red 226 ◦ green 82 ◦ blue 17

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

Shades of Persimmon #E25211

Tints of Persimmon #E25211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.23%

 BLUE value IS 17 (7.03% from 255) = 5.23%

R = 69.54%
G = 25.23%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E25211 (or 0xE25211) is known color: Persimmon. HEX triplet: E2, 52 and 11. RGB value is (226,82,17). Sum of RGB (Red+Green+Blue) = 226+82+17=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E25211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25211 is #1DADEE. Grayscale: #767676. Windows color (decimal): -1945071 or 1135330. OLE color: 1135330.

HSL color Cylindrical-coordinate representation of color #E25211: hue angle of 18.66º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E25211 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 82 17 -
CMYK 0 0.64 0.92 0.11
HSL 18.66º 0.86% 0.48% -
HSV(B) 18.66º 0.92% 0.89% -
XYZ 34.48 22.24 3.01 -
YUV 117.65 71.21 205.29 -
System Red Green Blue C M Y K H S L
Decimal 226 82 17 0 0.64 0.92 0.11 18.66 0.86 0.48
Hex E2 52 11 0 40 5C B 13 56 30
Octal 342 122 21 0 100 134 13 23 126 60
Binary 11100010 1010010 10001 0 1000000 1011100 1011 10011 1010110 110000

Color Harmonies of #E25211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25211

Black with #E25211

Text Example


Text Example

White with #E25211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25211; }

 p { color: rgb(226,82,17); }

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

background-color css

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

 a { background-color: rgb(226,82,17); }

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

border-color css

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

 span { border-color: rgb(226,82,17); }

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