Html Css Color HEX #DE5118 Persimmon

📋 copy color: '#DE5118'

red 222 ◦ green 81 ◦ blue 24

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

Shades of Persimmon #DE5118

Tints of Persimmon #DE5118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.34%

R = 67.89%
G = 24.77%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE5118 (or 0xDE5118) is known color: Persimmon. HEX triplet: DE, 51 and 18. RGB value is (222,81,24). Sum of RGB (Red+Green+Blue) = 222+81+24=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 24 (9.77% from 255 or 7.34% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5118 is #21AEE7. Grayscale: #757575. Windows color (decimal): -2207464 or 1593822. OLE color: 1593822.

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

Color convert

RGB 222 81 24 -
CMYK 0 0.64 0.89 0.13
HSL 17.27º 0.8% 0.48% -
HSV(B) 17.27º 0.89% 0.87% -
XYZ 33.23 21.48 3.26 -
YUV 116.66 75.71 203.13 -
System Red Green Blue C M Y K H S L
Decimal 222 81 24 0 0.64 0.89 0.13 17.27 0.8 0.48
Hex DE 51 18 0 40 59 D 11 50 30
Octal 336 121 30 0 100 131 15 21 120 60
Binary 11011110 1010001 11000 0 1000000 1011001 1101 10001 1010000 110000

Color Harmonies of #DE5118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5118

Black with #DE5118

Text Example


Text Example

White with #DE5118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5118; }

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

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

background-color css

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

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

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

border-color css

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

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

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