Html Css Color HEX #DE5109 Persimmon

📋 copy color: '#DE5109'

red 222 ◦ green 81 ◦ blue 9

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

Shades of Persimmon #DE5109

Tints of Persimmon #DE5109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.88%

R = 71.15%
G = 25.96%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE5109 (or 0xDE5109) is known color: Persimmon. HEX triplet: DE, 51 and 09. RGB value is (222,81,9). Sum of RGB (Red+Green+Blue) = 222+81+9=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5109 is #21AEF6. Grayscale: #737373. Windows color (decimal): -2207479 or 610782. OLE color: 610782.

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

Color convert

RGB 222 81 9 -
CMYK 0 0.64 0.96 0.13
HSL 20.28º 0.92% 0.45% -
HSV(B) 20.28º 0.96% 0.87% -
XYZ 33.12 21.43 2.65 -
YUV 114.95 68.21 204.35 -
System Red Green Blue C M Y K H S L
Decimal 222 81 9 0 0.64 0.96 0.13 20.28 0.92 0.45
Hex DE 51 9 0 40 60 D 14 5C 2D
Octal 336 121 11 0 100 140 15 24 134 55
Binary 11011110 1010001 1001 0 1000000 1100000 1101 10100 1011100 101101

Color Harmonies of #DE5109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5109

Black with #DE5109

Text Example


Text Example

White with #DE5109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5109; }

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

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

background-color css

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

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

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

border-color css

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

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

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