Html Css Color HEX #DE5110 Persimmon

📋 copy color: '#DE5110'

red 222 ◦ green 81 ◦ blue 16

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

Shades of Persimmon #DE5110

Tints of Persimmon #DE5110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.02%

R = 69.59%
G = 25.39%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE5110 (or 0xDE5110) is known color: Persimmon. HEX triplet: DE, 51 and 10. RGB value is (222,81,16). Sum of RGB (Red+Green+Blue) = 222+81+16=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5110 is #21AEEF. Grayscale: #747474. Windows color (decimal): -2207472 or 1069534. OLE color: 1069534.

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

Color convert

RGB 222 81 16 -
CMYK 0 0.64 0.93 0.13
HSL 18.93º 0.87% 0.47% -
HSV(B) 18.93º 0.93% 0.87% -
XYZ 33.16 21.45 2.88 -
YUV 115.75 71.71 203.79 -
System Red Green Blue C M Y K H S L
Decimal 222 81 16 0 0.64 0.93 0.13 18.93 0.87 0.47
Hex DE 51 10 0 40 5D D 13 57 2F
Octal 336 121 20 0 100 135 15 23 127 57
Binary 11011110 1010001 10000 0 1000000 1011101 1101 10011 1010111 101111

Color Harmonies of #DE5110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5110

Black with #DE5110

Text Example


Text Example

White with #DE5110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5110; }

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

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

background-color css

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

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

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

border-color css

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

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

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