Html Css Color HEX #DF4D11 Persimmon

📋 copy color: '#DF4D11'

red 223 ◦ green 77 ◦ blue 17

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

Shades of Persimmon #DF4D11

Tints of Persimmon #DF4D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.29%

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

R = 70.35%
G = 24.29%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF4D11 (or 0xDF4D11) is known color: Persimmon. HEX triplet: DF, 4D and 11. RGB value is (223,77,17). Sum of RGB (Red+Green+Blue) = 223+77+17=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4D11 is #20B2EE. Grayscale: #727272. Windows color (decimal): -2142959 or 1134047. OLE color: 1134047.

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

Color convert

RGB 223 77 17 -
CMYK 0 0.65 0.92 0.13
HSL 17.48º 0.86% 0.47% -
HSV(B) 17.48º 0.92% 0.87% -
XYZ 33.19 21.04 2.84 -
YUV 113.81 73.37 205.88 -
System Red Green Blue C M Y K H S L
Decimal 223 77 17 0 0.65 0.92 0.13 17.48 0.86 0.47
Hex DF 4D 11 0 41 5C D 11 56 2F
Octal 337 115 21 0 101 134 15 21 126 57
Binary 11011111 1001101 10001 0 1000001 1011100 1101 10001 1010110 101111

Color Harmonies of #DF4D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4D11

Black with #DF4D11

Text Example


Text Example

White with #DF4D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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