Html Css Color HEX #DD5302 Persimmon

📋 copy color: '#DD5302'

red 221 ◦ green 83 ◦ blue 2

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

Shades of Persimmon #DD5302

Tints of Persimmon #DD5302

RGB

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

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

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

R = 72.22%
G = 27.12%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD5302 (or 0xDD5302) is known color: Persimmon. HEX triplet: DD, 53 and 02. RGB value is (221,83,2). Sum of RGB (Red+Green+Blue) = 221+83+2=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5302 is #22ACFD. Grayscale: #737373. Windows color (decimal): -2272510 or 152541. OLE color: 152541.

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

Color convert

RGB 221 83 2 -
CMYK 0 0.62 0.99 0.13
HSL 22.19º 0.98% 0.44% -
HSV(B) 22.19º 0.99% 0.87% -
XYZ 32.92 21.56 2.48 -
YUV 115.03 64.22 203.59 -
System Red Green Blue C M Y K H S L
Decimal 221 83 2 0 0.62 0.99 0.13 22.19 0.98 0.44
Hex DD 53 2 0 3E 63 D 16 62 2C
Octal 335 123 2 0 76 143 15 26 142 54
Binary 11011101 1010011 10 0 111110 1100011 1101 10110 1100010 101100

Color Harmonies of #DD5302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5302

Black with #DD5302

Text Example


Text Example

White with #DD5302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5302; }

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

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

background-color css

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

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

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

border-color css

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

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

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