Html Css Color HEX #DD5114 Persimmon

📋 copy color: '#DD5114'

red 221 ◦ green 81 ◦ blue 20

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

Shades of Persimmon #DD5114

Tints of Persimmon #DD5114

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.16%

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 68.63%
G = 25.16%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD5114 (or 0xDD5114) is known color: Persimmon. HEX triplet: DD, 51 and 14. RGB value is (221,81,20). Sum of RGB (Red+Green+Blue) = 221+81+20=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5114 is #22AEEB. Grayscale: #747474. Windows color (decimal): -2273004 or 1331677. OLE color: 1331677.

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

Color convert

RGB 221 81 20 -
CMYK 0 0.63 0.91 0.13
HSL 18.21º 0.83% 0.47% -
HSV(B) 18.21º 0.91% 0.87% -
XYZ 32.89 21.31 3.04 -
YUV 115.91 73.88 202.96 -
System Red Green Blue C M Y K H S L
Decimal 221 81 20 0 0.63 0.91 0.13 18.21 0.83 0.47
Hex DD 51 14 0 3F 5B D 12 53 2F
Octal 335 121 24 0 77 133 15 22 123 57
Binary 11011101 1010001 10100 0 111111 1011011 1101 10010 1010011 101111

Color Harmonies of #DD5114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5114

Black with #DD5114

Text Example


Text Example

White with #DD5114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5114; }

 p { color: rgb(221,81,20); }

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

background-color css

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

 a { background-color: rgb(221,81,20); }

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

border-color css

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

 span { border-color: rgb(221,81,20); }

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