Html Css Color HEX #DF510B Persimmon

📋 copy color: '#DF510B'

red 223 ◦ green 81 ◦ blue 11

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

Shades of Persimmon #DF510B

Tints of Persimmon #DF510B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.49%

R = 70.79%
G = 25.71%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF510B (or 0xDF510B) is known color: Persimmon. HEX triplet: DF, 51 and 0B. RGB value is (223,81,11). Sum of RGB (Red+Green+Blue) = 223+81+11=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF510B is #20AEF4. Grayscale: #737373. Windows color (decimal): -2141941 or 741855. OLE color: 741855.

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

Color convert

RGB 223 81 11 -
CMYK 0 0.64 0.95 0.13
HSL 19.81º 0.91% 0.46% -
HSV(B) 19.81º 0.95% 0.87% -
XYZ 33.43 21.6 2.72 -
YUV 115.48 69.04 204.69 -
System Red Green Blue C M Y K H S L
Decimal 223 81 11 0 0.64 0.95 0.13 19.81 0.91 0.46
Hex DF 51 B 0 40 5F D 14 5B 2E
Octal 337 121 13 0 100 137 15 24 133 56
Binary 11011111 1010001 1011 0 1000000 1011111 1101 10100 1011011 101110

Color Harmonies of #DF510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF510B

Black with #DF510B

Text Example


Text Example

White with #DF510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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