Html Css Color HEX #DD5002 Persimmon

📋 copy color: '#DD5002'

red 221 ◦ green 80 ◦ blue 2

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

Shades of Persimmon #DD5002

Tints of Persimmon #DD5002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 72.94%
G = 26.4%
B = 0.66%

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

#DD5002 (or 0xDD5002) is known color: Persimmon. HEX triplet: DD, 50 and 02. RGB value is (221,80,2). Sum of RGB (Red+Green+Blue) = 221+80+2=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5002 is #22AFFD. Grayscale: #717171. Windows color (decimal): -2273278 or 151773. OLE color: 151773.

HSL color Cylindrical-coordinate representation of color #DD5002: hue angle of 21.37º degrees, saturation: 0.98, 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 #DD5002 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 2 -
CMYK 0 0.64 0.99 0.13
HSL 21.37º 0.98% 0.44% -
HSV(B) 21.37º 0.99% 0.87% -
XYZ 32.7 21.11 2.41 -
YUV 113.27 65.21 204.84 -
System Red Green Blue C M Y K H S L
Decimal 221 80 2 0 0.64 0.99 0.13 21.37 0.98 0.44
Hex DD 50 2 0 40 63 D 15 62 2C
Octal 335 120 2 0 100 143 15 25 142 54
Binary 11011101 1010000 10 0 1000000 1100011 1101 10101 1100010 101100

Color Harmonies of #DD5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5002

Black with #DD5002

Text Example


Text Example

White with #DD5002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5002; }

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

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

background-color css

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

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

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

border-color css

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

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

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