Html Css Color HEX #DF5313 Persimmon

📋 copy color: '#DF5313'

red 223 ◦ green 83 ◦ blue 19

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

Shades of Persimmon #DF5313

Tints of Persimmon #DF5313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

 BLUE value IS 19 (7.81% from 255) = 5.85%

R = 68.62%
G = 25.54%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF5313 (or 0xDF5313) is known color: Persimmon. HEX triplet: DF, 53 and 13. RGB value is (223,83,19). Sum of RGB (Red+Green+Blue) = 223+83+19=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5313 is #20ACEC. Grayscale: #757575. Windows color (decimal): -2141421 or 1266655. OLE color: 1266655.

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

Color convert

RGB 223 83 19 -
CMYK 0 0.63 0.91 0.13
HSL 18.82º 0.84% 0.47% -
HSV(B) 18.82º 0.91% 0.87% -
XYZ 33.64 21.92 3.07 -
YUV 117.56 72.38 203.2 -
System Red Green Blue C M Y K H S L
Decimal 223 83 19 0 0.63 0.91 0.13 18.82 0.84 0.47
Hex DF 53 13 0 3F 5B D 13 54 2F
Octal 337 123 23 0 77 133 15 23 124 57
Binary 11011111 1010011 10011 0 111111 1011011 1101 10011 1010100 101111

Color Harmonies of #DF5313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5313

Black with #DF5313

Text Example


Text Example

White with #DF5313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5313; }

 p { color: rgb(223,83,19); }

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

background-color css

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

 a { background-color: rgb(223,83,19); }

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

border-color css

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

 span { border-color: rgb(223,83,19); }

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