Html Css Color HEX #DD2B20 Persian Red

📋 copy color: '#DD2B20'

red 221 ◦ green 43 ◦ blue 32

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

Shades of Persian Red #DD2B20

Tints of Persian Red #DD2B20

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.53%

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 74.66%
G = 14.53%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD2B20 (or 0xDD2B20) is known color: Persian Red. HEX triplet: DD, 2B and 20. RGB value is (221,43,32). Sum of RGB (Red+Green+Blue) = 221+43+32=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 43 (17.19% from 255 or 14.53% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B20 is #22D4DF. Grayscale: #5F5F5F. Windows color (decimal): -2282720 or 2108381. OLE color: 2108381.

HSL color Cylindrical-coordinate representation of color #DD2B20: hue angle of 3.49º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2B20 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 43 32 -
CMYK 0 0.81 0.86 0.13
HSL 3.49º 0.75% 0.5% -
HSV(B) 3.49º 0.86% 0.87% -
XYZ 30.94 17.2 3.06 -
YUV 94.97 92.47 217.89 -
System Red Green Blue C M Y K H S L
Decimal 221 43 32 0 0.81 0.86 0.13 3.49 0.75 0.5
Hex DD 2B 20 0 51 56 D 3 4B 32
Octal 335 53 40 0 121 126 15 3 113 62
Binary 11011101 101011 100000 0 1010001 1010110 1101 11 1001011 110010

Color Harmonies of #DD2B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B20

Black with #DD2B20

Text Example


Text Example

White with #DD2B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B20; }

 p { color: rgb(221,43,32); }

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

background-color css

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

 a { background-color: rgb(221,43,32); }

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

border-color css

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

 span { border-color: rgb(221,43,32); }

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