Html Css Color HEX #DF5112 Persimmon

📋 copy color: '#DF5112'

red 223 ◦ green 81 ◦ blue 18

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

Shades of Persimmon #DF5112

Tints of Persimmon #DF5112

RGB

 RED value IS 223 (87.5% from 255) = 69.25%

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

 BLUE value IS 18 (7.42% from 255) = 5.59%

R = 69.25%
G = 25.16%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF5112 (or 0xDF5112) is known color: Persimmon. HEX triplet: DF, 51 and 12. RGB value is (223,81,18). Sum of RGB (Red+Green+Blue) = 223+81+18=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5112 is #20AEED. Grayscale: #747474. Windows color (decimal): -2141934 or 1200607. OLE color: 1200607.

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

Color convert

RGB 223 81 18 -
CMYK 0 0.64 0.92 0.13
HSL 18.44º 0.85% 0.47% -
HSV(B) 18.44º 0.92% 0.87% -
XYZ 33.48 21.62 2.98 -
YUV 116.28 72.54 204.12 -
System Red Green Blue C M Y K H S L
Decimal 223 81 18 0 0.64 0.92 0.13 18.44 0.85 0.47
Hex DF 51 12 0 40 5C D 12 55 2F
Octal 337 121 22 0 100 134 15 22 125 57
Binary 11011111 1010001 10010 0 1000000 1011100 1101 10010 1010101 101111

Color Harmonies of #DF5112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5112

Black with #DF5112

Text Example


Text Example

White with #DF5112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5112; }

 p { color: rgb(223,81,18); }

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

background-color css

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

 a { background-color: rgb(223,81,18); }

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

border-color css

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

 span { border-color: rgb(223,81,18); }

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