Html Css Color HEX #DE5115 Persimmon

📋 copy color: '#DE5115'

red 222 ◦ green 81 ◦ blue 21

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

Shades of Persimmon #DE5115

Tints of Persimmon #DE5115

RGB

 RED value IS 222 (87.11% from 255) = 68.52%

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

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

R = 68.52%
G = 25%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE5115 (or 0xDE5115) is known color: Persimmon. HEX triplet: DE, 51 and 15. RGB value is (222,81,21). Sum of RGB (Red+Green+Blue) = 222+81+21=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5115 is #21AEEA. Grayscale: #747474. Windows color (decimal): -2207467 or 1397214. OLE color: 1397214.

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

Color convert

RGB 222 81 21 -
CMYK 0 0.64 0.91 0.13
HSL 17.91º 0.83% 0.48% -
HSV(B) 17.91º 0.91% 0.87% -
XYZ 33.2 21.47 3.1 -
YUV 116.32 74.21 203.38 -
System Red Green Blue C M Y K H S L
Decimal 222 81 21 0 0.64 0.91 0.13 17.91 0.83 0.48
Hex DE 51 15 0 40 5B D 12 53 30
Octal 336 121 25 0 100 133 15 22 123 60
Binary 11011110 1010001 10101 0 1000000 1011011 1101 10010 1010011 110000

Color Harmonies of #DE5115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5115

Black with #DE5115

Text Example


Text Example

White with #DE5115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5115; }

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

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

background-color css

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

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

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

border-color css

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

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

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