Html Css Color HEX #DF5111 Persimmon

📋 copy color: '#DF5111'

red 223 ◦ green 81 ◦ blue 17

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

Shades of Persimmon #DF5111

Tints of Persimmon #DF5111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.3%

R = 69.47%
G = 25.23%
B = 5.3%

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

#DF5111 (or 0xDF5111) is known color: Persimmon. HEX triplet: DF, 51 and 11. RGB value is (223,81,17). Sum of RGB (Red+Green+Blue) = 223+81+17=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5111 is #20AEEE. Grayscale: #747474. Windows color (decimal): -2141935 or 1135071. OLE color: 1135071.

HSL color Cylindrical-coordinate representation of color #DF5111: hue angle of 18.64º degrees, saturation: 0.86, 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 #DF5111 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 81 17 -
CMYK 0 0.64 0.92 0.13
HSL 18.64º 0.86% 0.47% -
HSV(B) 18.64º 0.92% 0.87% -
XYZ 33.48 21.61 2.94 -
YUV 116.16 72.04 204.2 -
System Red Green Blue C M Y K H S L
Decimal 223 81 17 0 0.64 0.92 0.13 18.64 0.86 0.47
Hex DF 51 11 0 40 5C D 13 56 2F
Octal 337 121 21 0 100 134 15 23 126 57
Binary 11011111 1010001 10001 0 1000000 1011100 1101 10011 1010110 101111

Color Harmonies of #DF5111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5111

Black with #DF5111

Text Example


Text Example

White with #DF5111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5111; }

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

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

background-color css

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

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

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

border-color css

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

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

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