Html Css Color HEX #DF4F11 Persimmon

📋 copy color: '#DF4F11'

red 223 ◦ green 79 ◦ blue 17

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

Shades of Persimmon #DF4F11

Tints of Persimmon #DF4F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.76%

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

R = 69.91%
G = 24.76%
B = 5.33%

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

#DF4F11 (or 0xDF4F11) is known color: Persimmon. HEX triplet: DF, 4F and 11. RGB value is (223,79,17). Sum of RGB (Red+Green+Blue) = 223+79+17=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4F11 is #20B0EE. Grayscale: #737373. Windows color (decimal): -2142447 or 1134559. OLE color: 1134559.

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

Color convert

RGB 223 79 17 -
CMYK 0 0.65 0.92 0.13
HSL 18.06º 0.86% 0.47% -
HSV(B) 18.06º 0.92% 0.87% -
XYZ 33.33 21.32 2.89 -
YUV 114.99 72.71 205.04 -
System Red Green Blue C M Y K H S L
Decimal 223 79 17 0 0.65 0.92 0.13 18.06 0.86 0.47
Hex DF 4F 11 0 41 5C D 12 56 2F
Octal 337 117 21 0 101 134 15 22 126 57
Binary 11011111 1001111 10001 0 1000001 1011100 1101 10010 1010110 101111

Color Harmonies of #DF4F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4F11

Black with #DF4F11

Text Example


Text Example

White with #DF4F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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