Html Css Color HEX #E5521C Persimmon

📋 copy color: '#E5521C'

red 229 ◦ green 82 ◦ blue 28

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

Shades of Persimmon #E5521C

Tints of Persimmon #E5521C

RGB

 RED value IS 229 (89.84% from 255) = 67.55%

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

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 67.55%
G = 24.19%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E5521C (or 0xE5521C) is known color: Persimmon. HEX triplet: E5, 52 and 1C. RGB value is (229,82,28). Sum of RGB (Red+Green+Blue) = 229+82+28=339 (44% of max value = 765). Red value is 229 (89.84% from 255 or 67.55% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 229 - color contains mainly: red. Hex color #E5521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5521C is #1AADE3. Grayscale: #787878. Windows color (decimal): -1748452 or 1856229. OLE color: 1856229.

HSL color Cylindrical-coordinate representation of color #E5521C: hue angle of 16.12º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5521C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 82 28 -
CMYK 0 0.64 0.88 0.10
HSL 16.12º 0.79% 0.5% -
HSV(B) 16.12º 0.88% 0.9% -
XYZ 35.54 22.78 3.62 -
YUV 119.8 76.2 205.89 -
System Red Green Blue C M Y K H S L
Decimal 229 82 28 0 0.64 0.88 0.10 16.12 0.79 0.5
Hex E5 52 1C 0 40 58 A 10 4F 32
Octal 345 122 34 0 100 130 12 20 117 62
Binary 11100101 1010010 11100 0 1000000 1011000 1010 10000 1001111 110010

Color Harmonies of #E5521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5521C

Black with #E5521C

Text Example


Text Example

White with #E5521C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5521C; }

 p { color: rgb(229,82,28); }

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

background-color css

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

 a { background-color: rgb(229,82,28); }

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

border-color css

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

 span { border-color: rgb(229,82,28); }

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