Html Css Color HEX #DF4D0D Persimmon

📋 copy color: '#DF4D0D'

red 223 ◦ green 77 ◦ blue 13

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

Shades of Persimmon #DF4D0D

Tints of Persimmon #DF4D0D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.6%

 BLUE value IS 13 (5.47% from 255) = 4.15%

R = 71.25%
G = 24.6%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF4D0D (or 0xDF4D0D) is known color: Persimmon. HEX triplet: DF, 4D and 0D. RGB value is (223,77,13). Sum of RGB (Red+Green+Blue) = 223+77+13=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4D0D is #20B2F2. Grayscale: #717171. Windows color (decimal): -2142963 or 871903. OLE color: 871903.

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

Color convert

RGB 223 77 13 -
CMYK 0 0.65 0.94 0.13
HSL 18.29º 0.89% 0.46% -
HSV(B) 18.29º 0.94% 0.87% -
XYZ 33.16 21.02 2.69 -
YUV 113.36 71.37 206.2 -
System Red Green Blue C M Y K H S L
Decimal 223 77 13 0 0.65 0.94 0.13 18.29 0.89 0.46
Hex DF 4D D 0 41 5E D 12 59 2E
Octal 337 115 15 0 101 136 15 22 131 56
Binary 11011111 1001101 1101 0 1000001 1011110 1101 10010 1011001 101110

Color Harmonies of #DF4D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4D0D

Black with #DF4D0D

Text Example


Text Example

White with #DF4D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4D0D; }

 p { color: rgb(223,77,13); }

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

background-color css

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

 a { background-color: rgb(223,77,13); }

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

border-color css

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

 span { border-color: rgb(223,77,13); }

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