Html Css Color HEX #DD2720 Persian Red

📋 copy color: '#DD2720'

red 221 ◦ green 39 ◦ blue 32

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

Shades of Persian Red #DD2720

Tints of Persian Red #DD2720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.36%

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

R = 75.68%
G = 13.36%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD2720 (or 0xDD2720) is known color: Persian Red. HEX triplet: DD, 27 and 20. RGB value is (221,39,32). Sum of RGB (Red+Green+Blue) = 221+39+32=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2720 is #22D8DF. Grayscale: #5C5C5C. Windows color (decimal): -2283744 or 2107357. OLE color: 2107357.

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

Color convert

RGB 221 39 32 -
CMYK 0 0.82 0.86 0.13
HSL 2.22º 0.75% 0.5% -
HSV(B) 2.22º 0.86% 0.87% -
XYZ 30.81 16.93 3.01 -
YUV 92.62 93.8 219.57 -
System Red Green Blue C M Y K H S L
Decimal 221 39 32 0 0.82 0.86 0.13 2.22 0.75 0.5
Hex DD 27 20 0 52 56 D 2 4B 32
Octal 335 47 40 0 122 126 15 2 113 62
Binary 11011101 100111 100000 0 1010010 1010110 1101 10 1001011 110010

Color Harmonies of #DD2720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2720

Black with #DD2720

Text Example


Text Example

White with #DD2720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2720; }

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

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

background-color css

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

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

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

border-color css

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

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

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