Html Css Color HEX #DD2B21 Persian Red

📋 copy color: '#DD2B21'

red 221 ◦ green 43 ◦ blue 33

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

Shades of Persian Red #DD2B21

Tints of Persian Red #DD2B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.11%

R = 74.41%
G = 14.48%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD2B21 (or 0xDD2B21) is known color: Persian Red. HEX triplet: DD, 2B and 21. RGB value is (221,43,33). Sum of RGB (Red+Green+Blue) = 221+43+33=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2B21 is #22D4DE. Grayscale: #5F5F5F. Windows color (decimal): -2282719 or 2173917. OLE color: 2173917.

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

Color convert

RGB 221 43 33 -
CMYK 0 0.81 0.85 0.13
HSL 3.19º 0.74% 0.5% -
HSV(B) 3.19º 0.85% 0.87% -
XYZ 30.96 17.21 3.13 -
YUV 95.08 92.97 217.81 -
System Red Green Blue C M Y K H S L
Decimal 221 43 33 0 0.81 0.85 0.13 3.19 0.74 0.5
Hex DD 2B 21 0 51 55 D 3 4A 32
Octal 335 53 41 0 121 125 15 3 112 62
Binary 11011101 101011 100001 0 1010001 1010101 1101 11 1001010 110010

Color Harmonies of #DD2B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2B21

Black with #DD2B21

Text Example


Text Example

White with #DD2B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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