Html Css Color HEX #DE5E09 Persimmon

📋 copy color: '#DE5E09'

red 222 ◦ green 94 ◦ blue 9

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

Shades of Persimmon #DE5E09

Tints of Persimmon #DE5E09

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.92%

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

R = 68.31%
G = 28.92%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE5E09 (or 0xDE5E09) is known color: Persimmon. HEX triplet: DE, 5E and 09. RGB value is (222,94,9). Sum of RGB (Red+Green+Blue) = 222+94+9=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 9 (3.91% from 255 or 2.77% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5E09 is #21A1F6. Grayscale: #7B7B7B. Windows color (decimal): -2204151 or 614110. OLE color: 614110.

HSL color Cylindrical-coordinate representation of color #DE5E09: hue angle of 23.94º 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 #DE5E09 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 94 9 -
CMYK 0 0.58 0.96 0.13
HSL 23.94º 0.92% 0.45% -
HSV(B) 23.94º 0.96% 0.87% -
XYZ 34.18 23.55 3 -
YUV 122.58 63.91 198.91 -
System Red Green Blue C M Y K H S L
Decimal 222 94 9 0 0.58 0.96 0.13 23.94 0.92 0.45
Hex DE 5E 9 0 3A 60 D 18 5C 2D
Octal 336 136 11 0 72 140 15 30 134 55
Binary 11011110 1011110 1001 0 111010 1100000 1101 11000 1011100 101101

Color Harmonies of #DE5E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E09

Black with #DE5E09

Text Example


Text Example

White with #DE5E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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