Html Css Color HEX #DF4813 Persimmon

📋 copy color: '#DF4813'

red 223 ◦ green 72 ◦ blue 19

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

Shades of Persimmon #DF4813

Tints of Persimmon #DF4813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.93%

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

R = 71.02%
G = 22.93%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF4813 (or 0xDF4813) is known color: Persimmon. HEX triplet: DF, 48 and 13. RGB value is (223,72,19). Sum of RGB (Red+Green+Blue) = 223+72+19=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4813 is #20B7EC. Grayscale: #6F6F6F. Windows color (decimal): -2144237 or 1263839. OLE color: 1263839.

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

Color convert

RGB 223 72 19 -
CMYK 0 0.68 0.91 0.13
HSL 15.59º 0.84% 0.47% -
HSV(B) 15.59º 0.91% 0.87% -
XYZ 32.87 20.37 2.82 -
YUV 111.11 76.03 207.81 -
System Red Green Blue C M Y K H S L
Decimal 223 72 19 0 0.68 0.91 0.13 15.59 0.84 0.47
Hex DF 48 13 0 44 5B D 10 54 2F
Octal 337 110 23 0 104 133 15 20 124 57
Binary 11011111 1001000 10011 0 1000100 1011011 1101 10000 1010100 101111

Color Harmonies of #DF4813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4813

Black with #DF4813

Text Example


Text Example

White with #DF4813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4813; }

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

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

background-color css

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

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

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

border-color css

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

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

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