Html Css Color HEX #DF470F Persimmon

📋 copy color: '#DF470F'

red 223 ◦ green 71 ◦ blue 15

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

Shades of Persimmon #DF470F

Tints of Persimmon #DF470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.98%

 BLUE value IS 15 (6.25% from 255) = 4.85%

R = 72.17%
G = 22.98%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF470F (or 0xDF470F) is known color: Persimmon. HEX triplet: DF, 47 and 0F. RGB value is (223,71,15). Sum of RGB (Red+Green+Blue) = 223+71+15=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF470F is #20B8F0. Grayscale: #6E6E6E. Windows color (decimal): -2144497 or 1001439. OLE color: 1001439.

HSL color Cylindrical-coordinate representation of color #DF470F: hue angle of 16.15º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF470F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 71 15 -
CMYK 0 0.68 0.93 0.13
HSL 16.15º 0.87% 0.47% -
HSV(B) 16.15º 0.93% 0.87% -
XYZ 32.77 20.23 2.63 -
YUV 110.06 74.36 208.55 -
System Red Green Blue C M Y K H S L
Decimal 223 71 15 0 0.68 0.93 0.13 16.15 0.87 0.47
Hex DF 47 F 0 44 5D D 10 57 2F
Octal 337 107 17 0 104 135 15 20 127 57
Binary 11011111 1000111 1111 0 1000100 1011101 1101 10000 1010111 101111

Color Harmonies of #DF470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF470F

Black with #DF470F

Text Example


Text Example

White with #DF470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF470F; }

 p { color: rgb(223,71,15); }

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

background-color css

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

 a { background-color: rgb(223,71,15); }

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

border-color css

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

 span { border-color: rgb(223,71,15); }

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