Html Css Color HEX #DD4D15 Persimmon

📋 copy color: '#DD4D15'

red 221 ◦ green 77 ◦ blue 21

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

Shades of Persimmon #DD4D15

Tints of Persimmon #DD4D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.58%

R = 69.28%
G = 24.14%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD4D15 (or 0xDD4D15) is known color: Persimmon. HEX triplet: DD, 4D and 15. RGB value is (221,77,21). Sum of RGB (Red+Green+Blue) = 221+77+21=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4D15 is #22B2EA. Grayscale: #727272. Windows color (decimal): -2274027 or 1396189. OLE color: 1396189.

HSL color Cylindrical-coordinate representation of color #DD4D15: hue angle of 16.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD4D15 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 77 21 -
CMYK 0 0.65 0.90 0.13
HSL 16.8º 0.83% 0.47% -
HSV(B) 16.8º 0.9% 0.87% -
XYZ 32.61 20.73 2.99 -
YUV 113.67 75.71 204.55 -
System Red Green Blue C M Y K H S L
Decimal 221 77 21 0 0.65 0.90 0.13 16.8 0.83 0.47
Hex DD 4D 15 0 41 5A D 11 53 2F
Octal 335 115 25 0 101 132 15 21 123 57
Binary 11011101 1001101 10101 0 1000001 1011010 1101 10001 1010011 101111

Color Harmonies of #DD4D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D15

Black with #DD4D15

Text Example


Text Example

White with #DD4D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D15; }

 p { color: rgb(221,77,21); }

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

background-color css

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

 a { background-color: rgb(221,77,21); }

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

border-color css

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

 span { border-color: rgb(221,77,21); }

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