Html Css Color HEX #DD5413 Persimmon

📋 copy color: '#DD5413'

red 221 ◦ green 84 ◦ blue 19

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

Shades of Persimmon #DD5413

Tints of Persimmon #DD5413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.93%

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

R = 68.21%
G = 25.93%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD5413 (or 0xDD5413) is known color: Persimmon. HEX triplet: DD, 54 and 13. RGB value is (221,84,19). Sum of RGB (Red+Green+Blue) = 221+84+19=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5413 is #22ABEC. Grayscale: #757575. Windows color (decimal): -2272237 or 1266909. OLE color: 1266909.

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

Color convert

RGB 221 84 19 -
CMYK 0 0.62 0.91 0.13
HSL 19.31º 0.84% 0.47% -
HSV(B) 19.31º 0.91% 0.87% -
XYZ 33.11 21.76 3.07 -
YUV 117.55 72.39 201.79 -
System Red Green Blue C M Y K H S L
Decimal 221 84 19 0 0.62 0.91 0.13 19.31 0.84 0.47
Hex DD 54 13 0 3E 5B D 13 54 2F
Octal 335 124 23 0 76 133 15 23 124 57
Binary 11011101 1010100 10011 0 111110 1011011 1101 10011 1010100 101111

Color Harmonies of #DD5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5413

Black with #DD5413

Text Example


Text Example

White with #DD5413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5413; }

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

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

background-color css

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

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

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

border-color css

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

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

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