Html Css Color HEX #DF4E11 Persimmon

📋 copy color: '#DF4E11'

red 223 ◦ green 78 ◦ blue 17

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

Shades of Persimmon #DF4E11

Tints of Persimmon #DF4E11

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.53%

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

R = 70.13%
G = 24.53%
B = 5.35%

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

#DF4E11 (or 0xDF4E11) is known color: Persimmon. HEX triplet: DF, 4E and 11. RGB value is (223,78,17). Sum of RGB (Red+Green+Blue) = 223+78+17=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4E11 is #20B1EE. Grayscale: #727272. Windows color (decimal): -2142703 or 1134303. OLE color: 1134303.

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

Color convert

RGB 223 78 17 -
CMYK 0 0.65 0.92 0.13
HSL 17.77º 0.86% 0.47% -
HSV(B) 17.77º 0.92% 0.87% -
XYZ 33.26 21.18 2.87 -
YUV 114.4 73.04 205.46 -
System Red Green Blue C M Y K H S L
Decimal 223 78 17 0 0.65 0.92 0.13 17.77 0.86 0.47
Hex DF 4E 11 0 41 5C D 12 56 2F
Octal 337 116 21 0 101 134 15 22 126 57
Binary 11011111 1001110 10001 0 1000001 1011100 1101 10010 1010110 101111

Color Harmonies of #DF4E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4E11

Black with #DF4E11

Text Example


Text Example

White with #DF4E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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