Html Css Color HEX #DF4610 Persimmon

📋 copy color: '#DF4610'

red 223 ◦ green 70 ◦ blue 16

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

Shades of Persimmon #DF4610

Tints of Persimmon #DF4610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.65%

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

R = 72.17%
G = 22.65%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF4610 (or 0xDF4610) is known color: Persimmon. HEX triplet: DF, 46 and 10. RGB value is (223,70,16). Sum of RGB (Red+Green+Blue) = 223+70+16=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4610 is #20B9EF. Grayscale: #6D6D6D. Windows color (decimal): -2144752 or 1066719. OLE color: 1066719.

HSL color Cylindrical-coordinate representation of color #DF4610: hue angle of 15.65º 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 #DF4610 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 70 16 -
CMYK 0 0.69 0.93 0.13
HSL 15.65º 0.87% 0.47% -
HSV(B) 15.65º 0.93% 0.87% -
XYZ 32.72 20.11 2.65 -
YUV 109.59 75.19 208.89 -
System Red Green Blue C M Y K H S L
Decimal 223 70 16 0 0.69 0.93 0.13 15.65 0.87 0.47
Hex DF 46 10 0 45 5D D 10 57 2F
Octal 337 106 20 0 105 135 15 20 127 57
Binary 11011111 1000110 10000 0 1000101 1011101 1101 10000 1010111 101111

Color Harmonies of #DF4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4610

Black with #DF4610

Text Example


Text Example

White with #DF4610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4610; }

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

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

background-color css

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

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

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

border-color css

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

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

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