Html Css Color HEX #E05115 Persimmon

📋 copy color: '#E05115'

red 224 ◦ green 81 ◦ blue 21

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

Shades of Persimmon #E05115

Tints of Persimmon #E05115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.85%

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

R = 68.71%
G = 24.85%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E05115 (or 0xE05115) is known color: Persimmon. HEX triplet: E0, 51 and 15. RGB value is (224,81,21). Sum of RGB (Red+Green+Blue) = 224+81+21=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E05115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05115 is #1FAEEA. Grayscale: #757575. Windows color (decimal): -2076395 or 1397216. OLE color: 1397216.

HSL color Cylindrical-coordinate representation of color #E05115: hue angle of 17.73º 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 #E05115 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 81 21 -
CMYK 0 0.64 0.91 0.12
HSL 17.73º 0.83% 0.48% -
HSV(B) 17.73º 0.91% 0.88% -
XYZ 33.82 21.79 3.13 -
YUV 116.92 73.88 204.38 -
System Red Green Blue C M Y K H S L
Decimal 224 81 21 0 0.64 0.91 0.12 17.73 0.83 0.48
Hex E0 51 15 0 40 5B C 12 53 30
Octal 340 121 25 0 100 133 14 22 123 60
Binary 11100000 1010001 10101 0 1000000 1011011 1100 10010 1010011 110000

Color Harmonies of #E05115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05115

Black with #E05115

Text Example


Text Example

White with #E05115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05115; }

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

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

background-color css

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

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

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

border-color css

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

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

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