Html Css Color HEX #DF5113 Persimmon

📋 copy color: '#DF5113'

red 223 ◦ green 81 ◦ blue 19

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

Shades of Persimmon #DF5113

Tints of Persimmon #DF5113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.88%

R = 69.04%
G = 25.08%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF5113 (or 0xDF5113) is known color: Persimmon. HEX triplet: DF, 51 and 13. RGB value is (223,81,19). Sum of RGB (Red+Green+Blue) = 223+81+19=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5113 is #20AEEC. Grayscale: #747474. Windows color (decimal): -2141933 or 1266143. OLE color: 1266143.

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

Color convert

RGB 223 81 19 -
CMYK 0 0.64 0.91 0.13
HSL 18.24º 0.84% 0.47% -
HSV(B) 18.24º 0.91% 0.87% -
XYZ 33.49 21.62 3.02 -
YUV 116.39 73.04 204.04 -
System Red Green Blue C M Y K H S L
Decimal 223 81 19 0 0.64 0.91 0.13 18.24 0.84 0.47
Hex DF 51 13 0 40 5B D 12 54 2F
Octal 337 121 23 0 100 133 15 22 124 57
Binary 11011111 1010001 10011 0 1000000 1011011 1101 10010 1010100 101111

Color Harmonies of #DF5113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5113

Black with #DF5113

Text Example


Text Example

White with #DF5113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5113; }

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

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

background-color css

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

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

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

border-color css

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

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

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