Html Css Color HEX #E2520C Persimmon

📋 copy color: '#E2520C'

red 226 ◦ green 82 ◦ blue 12

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

Shades of Persimmon #E2520C

Tints of Persimmon #E2520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.75%

R = 70.63%
G = 25.63%
B = 3.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2520C (or 0xE2520C) is known color: Persimmon. HEX triplet: E2, 52 and 0C. RGB value is (226,82,12). Sum of RGB (Red+Green+Blue) = 226+82+12=320 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.62% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 226 - color contains mainly: red. Hex color #E2520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2520C is #1DADF3. Grayscale: #757575. Windows color (decimal): -1945076 or 807650. OLE color: 807650.

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

Color convert

RGB 226 82 12 -
CMYK 0 0.64 0.95 0.11
HSL 19.63º 0.9% 0.47% -
HSV(B) 19.63º 0.95% 0.89% -
XYZ 34.45 22.23 2.82 -
YUV 117.08 68.71 205.69 -
System Red Green Blue C M Y K H S L
Decimal 226 82 12 0 0.64 0.95 0.11 19.63 0.9 0.47
Hex E2 52 C 0 40 5F B 14 5A 2F
Octal 342 122 14 0 100 137 13 24 132 57
Binary 11100010 1010010 1100 0 1000000 1011111 1011 10100 1011010 101111

Color Harmonies of #E2520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2520C

Black with #E2520C

Text Example


Text Example

White with #E2520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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