Html Css Color HEX #DF4710 Persimmon

📋 copy color: '#DF4710'

red 223 ◦ green 71 ◦ blue 16

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

Shades of Persimmon #DF4710

Tints of Persimmon #DF4710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.9%

 BLUE value IS 16 (6.64% from 255) = 5.16%

R = 71.94%
G = 22.9%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF4710 (or 0xDF4710) is known color: Persimmon. HEX triplet: DF, 47 and 10. RGB value is (223,71,16). Sum of RGB (Red+Green+Blue) = 223+71+16=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4710 is #20B8EF. Grayscale: #6E6E6E. Windows color (decimal): -2144496 or 1066975. OLE color: 1066975.

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

Color convert

RGB 223 71 16 -
CMYK 0 0.68 0.93 0.13
HSL 15.94º 0.87% 0.47% -
HSV(B) 15.94º 0.93% 0.87% -
XYZ 32.78 20.23 2.67 -
YUV 110.18 74.86 208.47 -
System Red Green Blue C M Y K H S L
Decimal 223 71 16 0 0.68 0.93 0.13 15.94 0.87 0.47
Hex DF 47 10 0 44 5D D 10 57 2F
Octal 337 107 20 0 104 135 15 20 127 57
Binary 11011111 1000111 10000 0 1000100 1011101 1101 10000 1010111 101111

Color Harmonies of #DF4710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4710

Black with #DF4710

Text Example


Text Example

White with #DF4710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4710; }

 p { color: rgb(223,71,16); }

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

background-color css

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

 a { background-color: rgb(223,71,16); }

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

border-color css

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

 span { border-color: rgb(223,71,16); }

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