Html Css Color HEX #DF4A11 Persimmon

📋 copy color: '#DF4A11'

red 223 ◦ green 74 ◦ blue 17

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

Shades of Persimmon #DF4A11

Tints of Persimmon #DF4A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

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

R = 71.02%
G = 23.57%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF4A11 (or 0xDF4A11) is known color: Persimmon. HEX triplet: DF, 4A and 11. RGB value is (223,74,17). Sum of RGB (Red+Green+Blue) = 223+74+17=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4A11 is #20B5EE. Grayscale: #707070. Windows color (decimal): -2143727 or 1133279. OLE color: 1133279.

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

Color convert

RGB 223 74 17 -
CMYK 0 0.67 0.92 0.13
HSL 16.6º 0.86% 0.47% -
HSV(B) 16.6º 0.92% 0.87% -
XYZ 32.98 20.63 2.77 -
YUV 112.05 74.36 207.13 -
System Red Green Blue C M Y K H S L
Decimal 223 74 17 0 0.67 0.92 0.13 16.6 0.86 0.47
Hex DF 4A 11 0 43 5C D 11 56 2F
Octal 337 112 21 0 103 134 15 21 126 57
Binary 11011111 1001010 10001 0 1000011 1011100 1101 10001 1010110 101111

Color Harmonies of #DF4A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A11

Black with #DF4A11

Text Example


Text Example

White with #DF4A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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