Html Css Color HEX #DF510D Persimmon

📋 copy color: '#DF510D'

red 223 ◦ green 81 ◦ blue 13

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

Shades of Persimmon #DF510D

Tints of Persimmon #DF510D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.1%

R = 70.35%
G = 25.55%
B = 4.1%

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

#DF510D (or 0xDF510D) is known color: Persimmon. HEX triplet: DF, 51 and 0D. RGB value is (223,81,13). Sum of RGB (Red+Green+Blue) = 223+81+13=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF510D is #20AEF2. Grayscale: #747474. Windows color (decimal): -2141939 or 872927. OLE color: 872927.

HSL color Cylindrical-coordinate representation of color #DF510D: hue angle of 19.43º degrees, saturation: 0.89, 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 #DF510D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 81 13 -
CMYK 0 0.64 0.94 0.13
HSL 19.43º 0.89% 0.46% -
HSV(B) 19.43º 0.94% 0.87% -
XYZ 33.45 21.6 2.79 -
YUV 115.71 70.04 204.53 -
System Red Green Blue C M Y K H S L
Decimal 223 81 13 0 0.64 0.94 0.13 19.43 0.89 0.46
Hex DF 51 D 0 40 5E D 13 59 2E
Octal 337 121 15 0 100 136 15 23 131 56
Binary 11011111 1010001 1101 0 1000000 1011110 1101 10011 1011001 101110

Color Harmonies of #DF510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF510D

Black with #DF510D

Text Example


Text Example

White with #DF510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF510D; }

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

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

background-color css

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

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

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

border-color css

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

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

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