Html Css Color HEX #DD5313 Persimmon

📋 copy color: '#DD5313'

red 221 ◦ green 83 ◦ blue 19

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

Shades of Persimmon #DD5313

Tints of Persimmon #DD5313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.7%

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

R = 68.42%
G = 25.7%
B = 5.88%

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

#DD5313 (or 0xDD5313) is known color: Persimmon. HEX triplet: DD, 53 and 13. RGB value is (221,83,19). Sum of RGB (Red+Green+Blue) = 221+83+19=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 19 (7.81% from 255 or 5.88% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5313 is #22ACEC. Grayscale: #757575. Windows color (decimal): -2272493 or 1266653. OLE color: 1266653.

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

Color convert

RGB 221 83 19 -
CMYK 0 0.62 0.91 0.13
HSL 19.01º 0.84% 0.47% -
HSV(B) 19.01º 0.91% 0.87% -
XYZ 33.03 21.61 3.05 -
YUV 116.97 72.72 202.2 -
System Red Green Blue C M Y K H S L
Decimal 221 83 19 0 0.62 0.91 0.13 19.01 0.84 0.47
Hex DD 53 13 0 3E 5B D 13 54 2F
Octal 335 123 23 0 76 133 15 23 124 57
Binary 11011101 1010011 10011 0 111110 1011011 1101 10011 1010100 101111

Color Harmonies of #DD5313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5313

Black with #DD5313

Text Example


Text Example

White with #DD5313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5313; }

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

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

background-color css

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

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

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

border-color css

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

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

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