Html Css Color HEX #DF510E Persimmon

📋 copy color: '#DF510E'

red 223 ◦ green 81 ◦ blue 14

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

Shades of Persimmon #DF510E

Tints of Persimmon #DF510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.47%

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 70.13%
G = 25.47%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF510E (or 0xDF510E) is known color: Persimmon. HEX triplet: DF, 51 and 0E. RGB value is (223,81,14). Sum of RGB (Red+Green+Blue) = 223+81+14=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF510E is #20AEF1. Grayscale: #747474. Windows color (decimal): -2141938 or 938463. OLE color: 938463.

HSL color Cylindrical-coordinate representation of color #DF510E: hue angle of 19.23º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF510E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 81 14 -
CMYK 0 0.64 0.94 0.13
HSL 19.23º 0.88% 0.46% -
HSV(B) 19.23º 0.94% 0.87% -
XYZ 33.45 21.6 2.82 -
YUV 115.82 70.54 204.45 -
System Red Green Blue C M Y K H S L
Decimal 223 81 14 0 0.64 0.94 0.13 19.23 0.88 0.46
Hex DF 51 E 0 40 5E D 13 58 2E
Octal 337 121 16 0 100 136 15 23 130 56
Binary 11011111 1010001 1110 0 1000000 1011110 1101 10011 1011000 101110

Color Harmonies of #DF510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF510E

Black with #DF510E

Text Example


Text Example

White with #DF510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF510E; }

 p { color: rgb(223,81,14); }

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

background-color css

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

 a { background-color: rgb(223,81,14); }

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

border-color css

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

 span { border-color: rgb(223,81,14); }

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