Html Css Color HEX #DF4913 Persimmon

📋 copy color: '#DF4913'

red 223 ◦ green 73 ◦ blue 19

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

Shades of Persimmon #DF4913

Tints of Persimmon #DF4913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.17%

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

R = 70.79%
G = 23.17%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF4913 (or 0xDF4913) is known color: Persimmon. HEX triplet: DF, 49 and 13. RGB value is (223,73,19). Sum of RGB (Red+Green+Blue) = 223+73+19=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4913 is #20B6EC. Grayscale: #707070. Windows color (decimal): -2143981 or 1264095. OLE color: 1264095.

HSL color Cylindrical-coordinate representation of color #DF4913: hue angle of 15.88º 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 #DF4913 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 73 19 -
CMYK 0 0.67 0.91 0.13
HSL 15.88º 0.84% 0.47% -
HSV(B) 15.88º 0.91% 0.87% -
XYZ 32.93 20.5 2.84 -
YUV 111.69 75.7 207.39 -
System Red Green Blue C M Y K H S L
Decimal 223 73 19 0 0.67 0.91 0.13 15.88 0.84 0.47
Hex DF 49 13 0 43 5B D 10 54 2F
Octal 337 111 23 0 103 133 15 20 124 57
Binary 11011111 1001001 10011 0 1000011 1011011 1101 10000 1010100 101111

Color Harmonies of #DF4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4913

Black with #DF4913

Text Example


Text Example

White with #DF4913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4913; }

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

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

background-color css

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

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

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

border-color css

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

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

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