Html Css Color HEX #DE5117 Persimmon

📋 copy color: '#DE5117'

red 222 ◦ green 81 ◦ blue 23

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

Shades of Persimmon #DE5117

Tints of Persimmon #DE5117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.06%

R = 68.1%
G = 24.85%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE5117 (or 0xDE5117) is known color: Persimmon. HEX triplet: DE, 51 and 17. RGB value is (222,81,23). Sum of RGB (Red+Green+Blue) = 222+81+23=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5117 is #21AEE8. Grayscale: #747474. Windows color (decimal): -2207465 or 1528286. OLE color: 1528286.

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

Color convert

RGB 222 81 23 -
CMYK 0 0.64 0.90 0.13
HSL 17.49º 0.81% 0.48% -
HSV(B) 17.49º 0.9% 0.87% -
XYZ 33.22 21.48 3.2 -
YUV 116.55 75.21 203.22 -
System Red Green Blue C M Y K H S L
Decimal 222 81 23 0 0.64 0.90 0.13 17.49 0.81 0.48
Hex DE 51 17 0 40 5A D 11 51 30
Octal 336 121 27 0 100 132 15 21 121 60
Binary 11011110 1010001 10111 0 1000000 1011010 1101 10001 1010001 110000

Color Harmonies of #DE5117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5117

Black with #DE5117

Text Example


Text Example

White with #DE5117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5117; }

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

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

background-color css

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

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

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

border-color css

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

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

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