Html Css Color HEX #DD2C20 Persian Red

📋 copy color: '#DD2C20'

red 221 ◦ green 44 ◦ blue 32

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

Shades of Persian Red #DD2C20

Tints of Persian Red #DD2C20

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.81%

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

R = 74.41%
G = 14.81%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD2C20 (or 0xDD2C20) is known color: Persian Red. HEX triplet: DD, 2C and 20. RGB value is (221,44,32). Sum of RGB (Red+Green+Blue) = 221+44+32=297 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.41% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2C20 is #22D3DF. Grayscale: #5F5F5F. Windows color (decimal): -2282464 or 2108637. OLE color: 2108637.

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

Color convert

RGB 221 44 32 -
CMYK 0 0.80 0.86 0.13
HSL 3.81º 0.75% 0.5% -
HSV(B) 3.81º 0.86% 0.87% -
XYZ 30.98 17.28 3.07 -
YUV 95.56 92.14 217.48 -
System Red Green Blue C M Y K H S L
Decimal 221 44 32 0 0.80 0.86 0.13 3.81 0.75 0.5
Hex DD 2C 20 0 50 56 D 4 4B 32
Octal 335 54 40 0 120 126 15 4 113 62
Binary 11011101 101100 100000 0 1010000 1010110 1101 100 1001011 110010

Color Harmonies of #DD2C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2C20

Black with #DD2C20

Text Example


Text Example

White with #DD2C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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