Html Css Color HEX #DF5115 Persimmon

📋 copy color: '#DF5115'

red 223 ◦ green 81 ◦ blue 21

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

Shades of Persimmon #DF5115

Tints of Persimmon #DF5115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.46%

R = 68.62%
G = 24.92%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF5115 (or 0xDF5115) is known color: Persimmon. HEX triplet: DF, 51 and 15. RGB value is (223,81,21). Sum of RGB (Red+Green+Blue) = 223+81+21=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5115 is #20AEEA. Grayscale: #757575. Windows color (decimal): -2141931 or 1397215. OLE color: 1397215.

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

Color convert

RGB 223 81 21 -
CMYK 0 0.64 0.91 0.13
HSL 17.82º 0.83% 0.48% -
HSV(B) 17.82º 0.91% 0.87% -
XYZ 33.51 21.63 3.12 -
YUV 116.62 74.04 203.88 -
System Red Green Blue C M Y K H S L
Decimal 223 81 21 0 0.64 0.91 0.13 17.82 0.83 0.48
Hex DF 51 15 0 40 5B D 12 53 30
Octal 337 121 25 0 100 133 15 22 123 60
Binary 11011111 1010001 10101 0 1000000 1011011 1101 10010 1010011 110000

Color Harmonies of #DF5115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5115

Black with #DF5115

Text Example


Text Example

White with #DF5115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5115; }

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

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

background-color css

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

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

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

border-color css

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

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

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