Html Css Color HEX #E25212 Persimmon

📋 copy color: '#E25212'

red 226 ◦ green 82 ◦ blue 18

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

Shades of Persimmon #E25212

Tints of Persimmon #E25212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.52%

R = 69.33%
G = 25.15%
B = 5.52%

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

#E25212 (or 0xE25212) is known color: Persimmon. HEX triplet: E2, 52 and 12. RGB value is (226,82,18). Sum of RGB (Red+Green+Blue) = 226+82+18=326 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.33% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 226 - color contains mainly: red. Hex color #E25212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25212 is #1DADED. Grayscale: #767676. Windows color (decimal): -1945070 or 1200866. OLE color: 1200866.

HSL color Cylindrical-coordinate representation of color #E25212: hue angle of 18.46º degrees, saturation: 0.85, 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 #E25212 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 82 18 -
CMYK 0 0.64 0.92 0.11
HSL 18.46º 0.85% 0.48% -
HSV(B) 18.46º 0.92% 0.89% -
XYZ 34.49 22.25 3.05 -
YUV 117.76 71.71 205.2 -
System Red Green Blue C M Y K H S L
Decimal 226 82 18 0 0.64 0.92 0.11 18.46 0.85 0.48
Hex E2 52 12 0 40 5C B 12 55 30
Octal 342 122 22 0 100 134 13 22 125 60
Binary 11100010 1010010 10010 0 1000000 1011100 1011 10010 1010101 110000

Color Harmonies of #E25212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25212

Black with #E25212

Text Example


Text Example

White with #E25212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25212; }

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

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

background-color css

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

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

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

border-color css

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

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

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