Html Css Color HEX #E05215 Persimmon

📋 copy color: '#E05215'

red 224 ◦ green 82 ◦ blue 21

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

Shades of Persimmon #E05215

Tints of Persimmon #E05215

RGB

 RED value IS 224 (87.89% from 255) = 68.5%

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

 BLUE value IS 21 (8.59% from 255) = 6.42%

R = 68.5%
G = 25.08%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E05215 (or 0xE05215) is known color: Persimmon. HEX triplet: E0, 52 and 15. RGB value is (224,82,21). Sum of RGB (Red+Green+Blue) = 224+82+21=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E05215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05215 is #1FADEA. Grayscale: #757575. Windows color (decimal): -2076139 or 1397472. OLE color: 1397472.

HSL color Cylindrical-coordinate representation of color #E05215: hue angle of 18.03º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E05215 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 82 21 -
CMYK 0 0.63 0.91 0.12
HSL 18.03º 0.83% 0.48% -
HSV(B) 18.03º 0.91% 0.88% -
XYZ 33.89 21.94 3.16 -
YUV 117.5 73.54 203.96 -
System Red Green Blue C M Y K H S L
Decimal 224 82 21 0 0.63 0.91 0.12 18.03 0.83 0.48
Hex E0 52 15 0 3F 5B C 12 53 30
Octal 340 122 25 0 77 133 14 22 123 60
Binary 11100000 1010010 10101 0 111111 1011011 1100 10010 1010011 110000

Color Harmonies of #E05215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05215

Black with #E05215

Text Example


Text Example

White with #E05215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05215; }

 p { color: rgb(224,82,21); }

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

background-color css

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

 a { background-color: rgb(224,82,21); }

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

border-color css

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

 span { border-color: rgb(224,82,21); }

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