Html Css Color HEX #DF4811 Persimmon

📋 copy color: '#DF4811'

red 223 ◦ green 72 ◦ blue 17

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

Shades of Persimmon #DF4811

Tints of Persimmon #DF4811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.08%

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

R = 71.47%
G = 23.08%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF4811 (or 0xDF4811) is known color: Persimmon. HEX triplet: DF, 48 and 11. RGB value is (223,72,17). Sum of RGB (Red+Green+Blue) = 223+72+17=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 72 (28.52% from 255 or 23.08% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4811 is #20B7EE. Grayscale: #6F6F6F. Windows color (decimal): -2144239 or 1132767. OLE color: 1132767.

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

Color convert

RGB 223 72 17 -
CMYK 0 0.68 0.92 0.13
HSL 16.02º 0.86% 0.47% -
HSV(B) 16.02º 0.92% 0.87% -
XYZ 32.85 20.36 2.73 -
YUV 110.88 75.03 207.97 -
System Red Green Blue C M Y K H S L
Decimal 223 72 17 0 0.68 0.92 0.13 16.02 0.86 0.47
Hex DF 48 11 0 44 5C D 10 56 2F
Octal 337 110 21 0 104 134 15 20 126 57
Binary 11011111 1001000 10001 0 1000100 1011100 1101 10000 1010110 101111

Color Harmonies of #DF4811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4811

Black with #DF4811

Text Example


Text Example

White with #DF4811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4811; }

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

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

background-color css

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

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

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

border-color css

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

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

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