Html Css Color HEX #DD2421 Persian Red

📋 copy color: '#DD2421'

red 221 ◦ green 36 ◦ blue 33

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

Shades of Persian Red #DD2421

Tints of Persian Red #DD2421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.41%

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

R = 76.21%
G = 12.41%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD2421 (or 0xDD2421) is known color: Persian Red. HEX triplet: DD, 24 and 21. RGB value is (221,36,33). Sum of RGB (Red+Green+Blue) = 221+36+33=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2421 is #22DBDE. Grayscale: #5B5B5B. Windows color (decimal): -2284511 or 2172125. OLE color: 2172125.

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

Color convert

RGB 221 36 33 -
CMYK 0 0.84 0.85 0.13
HSL 0.96º 0.74% 0.5% -
HSV(B) 0.96º 0.85% 0.87% -
XYZ 30.72 16.74 3.05 -
YUV 90.97 95.29 220.74 -
System Red Green Blue C M Y K H S L
Decimal 221 36 33 0 0.84 0.85 0.13 0.96 0.74 0.5
Hex DD 24 21 0 54 55 D 1 4A 32
Octal 335 44 41 0 124 125 15 1 112 62
Binary 11011101 100100 100001 0 1010100 1010101 1101 1 1001010 110010

Color Harmonies of #DD2421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2421

Black with #DD2421

Text Example


Text Example

White with #DD2421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2421; }

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

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

background-color css

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

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

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

border-color css

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

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

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