Html Css Color HEX #DD2221 Persian Red

📋 copy color: '#DD2221'

red 221 ◦ green 34 ◦ blue 33

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

Shades of Persian Red #DD2221

Tints of Persian Red #DD2221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.81%

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

R = 76.74%
G = 11.81%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD2221 (or 0xDD2221) is known color: Persian Red. HEX triplet: DD, 22 and 21. RGB value is (221,34,33). Sum of RGB (Red+Green+Blue) = 221+34+33=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2221 is #22DDDE. Grayscale: #595959. Windows color (decimal): -2285023 or 2171613. OLE color: 2171613.

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

Color convert

RGB 221 34 33 -
CMYK 0 0.85 0.85 0.13
HSL 0.32º 0.74% 0.5% -
HSV(B) 0.32º 0.85% 0.87% -
XYZ 30.67 16.63 3.03 -
YUV 89.8 95.95 221.58 -
System Red Green Blue C M Y K H S L
Decimal 221 34 33 0 0.85 0.85 0.13 0.32 0.74 0.5
Hex DD 22 21 0 55 55 D 0 4A 32
Octal 335 42 41 0 125 125 15 0 112 62
Binary 11011101 100010 100001 0 1010101 1010101 1101 0 1001010 110010

Color Harmonies of #DD2221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2221

Black with #DD2221

Text Example


Text Example

White with #DD2221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2221; }

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

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

background-color css

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

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

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

border-color css

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

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

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