Html Css Color HEX #DD4F13 Persimmon

📋 copy color: '#DD4F13'

red 221 ◦ green 79 ◦ blue 19

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

Shades of Persimmon #DD4F13

Tints of Persimmon #DD4F13

RGB

 RED value IS 221 (86.72% from 255) = 69.28%

 GREEN value IS 79 (31.25% from 255) = 24.76%

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

R = 69.28%
G = 24.76%
B = 5.96%

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

#DD4F13 (or 0xDD4F13) is known color: Persimmon. HEX triplet: DD, 4F and 13. RGB value is (221,79,19). Sum of RGB (Red+Green+Blue) = 221+79+19=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4F13 is #22B0EC. Grayscale: #737373. Windows color (decimal): -2273517 or 1265629. OLE color: 1265629.

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

Color convert

RGB 221 79 19 -
CMYK 0 0.64 0.91 0.13
HSL 17.82º 0.84% 0.47% -
HSV(B) 17.82º 0.91% 0.87% -
XYZ 32.73 21.01 2.95 -
YUV 114.62 74.04 203.88 -
System Red Green Blue C M Y K H S L
Decimal 221 79 19 0 0.64 0.91 0.13 17.82 0.84 0.47
Hex DD 4F 13 0 40 5B D 12 54 2F
Octal 335 117 23 0 100 133 15 22 124 57
Binary 11011101 1001111 10011 0 1000000 1011011 1101 10010 1010100 101111

Color Harmonies of #DD4F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F13

Black with #DD4F13

Text Example


Text Example

White with #DD4F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F13; }

 p { color: rgb(221,79,19); }

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

background-color css

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

 a { background-color: rgb(221,79,19); }

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

border-color css

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

 span { border-color: rgb(221,79,19); }

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