Html Css Color HEX #E8521D Persimmon

📋 copy color: '#E8521D'

red 232 ◦ green 82 ◦ blue 29

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

Shades of Persimmon #E8521D

Tints of Persimmon #E8521D

RGB

 RED value IS 232 (91.02% from 255) = 67.64%

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

 BLUE value IS 29 (11.72% from 255) = 8.45%

R = 67.64%
G = 23.91%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E8521D (or 0xE8521D) is known color: Persimmon. HEX triplet: E8, 52 and 1D. RGB value is (232,82,29). Sum of RGB (Red+Green+Blue) = 232+82+29=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E8521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8521D is #17ADE2. Grayscale: #797979. Windows color (decimal): -1551843 or 1921768. OLE color: 1921768.

HSL color Cylindrical-coordinate representation of color #E8521D: hue angle of 15.67º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8521D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 82 29 -
CMYK 0 0.65 0.88 0.09
HSL 15.67º 0.82% 0.51% -
HSV(B) 15.67º 0.88% 0.91% -
XYZ 36.52 23.28 3.73 -
YUV 120.81 76.2 207.31 -
System Red Green Blue C M Y K H S L
Decimal 232 82 29 0 0.65 0.88 0.09 15.67 0.82 0.51
Hex E8 52 1D 0 41 58 9 10 52 33
Octal 350 122 35 0 101 130 11 20 122 63
Binary 11101000 1010010 11101 0 1000001 1011000 1001 10000 1010010 110011

Color Harmonies of #E8521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8521D

Black with #E8521D

Text Example


Text Example

White with #E8521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8521D; }

 p { color: rgb(232,82,29); }

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

background-color css

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

 a { background-color: rgb(232,82,29); }

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

border-color css

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

 span { border-color: rgb(232,82,29); }

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