Html Css Color HEX #DD5003 Persimmon

📋 copy color: '#DD5003'

red 221 ◦ green 80 ◦ blue 3

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

Shades of Persimmon #DD5003

Tints of Persimmon #DD5003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 72.7%
G = 26.32%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD5003 (or 0xDD5003) is known color: Persimmon. HEX triplet: DD, 50 and 03. RGB value is (221,80,3). Sum of RGB (Red+Green+Blue) = 221+80+3=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5003 is #22AFFC. Grayscale: #717171. Windows color (decimal): -2273277 or 217309. OLE color: 217309.

HSL color Cylindrical-coordinate representation of color #DD5003: hue angle of 21.19º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD5003 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 3 -
CMYK 0 0.64 0.99 0.13
HSL 21.19º 0.97% 0.44% -
HSV(B) 21.19º 0.99% 0.87% -
XYZ 32.7 21.12 2.44 -
YUV 113.38 65.71 204.76 -
System Red Green Blue C M Y K H S L
Decimal 221 80 3 0 0.64 0.99 0.13 21.19 0.97 0.44
Hex DD 50 3 0 40 63 D 15 61 2C
Octal 335 120 3 0 100 143 15 25 141 54
Binary 11011101 1010000 11 0 1000000 1100011 1101 10101 1100001 101100

Color Harmonies of #DD5003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5003

Black with #DD5003

Text Example


Text Example

White with #DD5003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5003; }

 p { color: rgb(221,80,3); }

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

background-color css

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

 a { background-color: rgb(221,80,3); }

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

border-color css

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

 span { border-color: rgb(221,80,3); }

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