Html Css Color HEX #DD2920 Persian Red

📋 copy color: '#DD2920'

red 221 ◦ green 41 ◦ blue 32

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

Shades of Persian Red #DD2920

Tints of Persian Red #DD2920

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.95%

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

R = 75.17%
G = 13.95%
B = 10.88%

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

#DD2920 (or 0xDD2920) is known color: Persian Red. HEX triplet: DD, 29 and 20. RGB value is (221,41,32). Sum of RGB (Red+Green+Blue) = 221+41+32=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2920 is #22D6DF. Grayscale: #5E5E5E. Windows color (decimal): -2283232 or 2107869. OLE color: 2107869.

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

Color convert

RGB 221 41 32 -
CMYK 0 0.81 0.86 0.13
HSL 2.86º 0.75% 0.5% -
HSV(B) 2.86º 0.86% 0.87% -
XYZ 30.87 17.06 3.03 -
YUV 93.79 93.13 218.73 -
System Red Green Blue C M Y K H S L
Decimal 221 41 32 0 0.81 0.86 0.13 2.86 0.75 0.5
Hex DD 29 20 0 51 56 D 3 4B 32
Octal 335 51 40 0 121 126 15 3 113 62
Binary 11011101 101001 100000 0 1010001 1010110 1101 11 1001011 110010

Color Harmonies of #DD2920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2920

Black with #DD2920

Text Example


Text Example

White with #DD2920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2920; }

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

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

background-color css

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

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

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

border-color css

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

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

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