Html Css Color HEX #DD2620 Persian Red

📋 copy color: '#DD2620'

red 221 ◦ green 38 ◦ blue 32

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

Shades of Persian Red #DD2620

Tints of Persian Red #DD2620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

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

R = 75.95%
G = 13.06%
B = 11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD2620 (or 0xDD2620) is known color: Persian Red. HEX triplet: DD, 26 and 20. RGB value is (221,38,32). Sum of RGB (Red+Green+Blue) = 221+38+32=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2620 is #22D9DF. Grayscale: #5C5C5C. Windows color (decimal): -2284000 or 2107101. OLE color: 2107101.

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

Color convert

RGB 221 38 32 -
CMYK 0 0.83 0.86 0.13
HSL 1.9º 0.75% 0.5% -
HSV(B) 1.9º 0.86% 0.87% -
XYZ 30.77 16.86 3 -
YUV 92.03 94.13 219.99 -
System Red Green Blue C M Y K H S L
Decimal 221 38 32 0 0.83 0.86 0.13 1.9 0.75 0.5
Hex DD 26 20 0 53 56 D 2 4B 32
Octal 335 46 40 0 123 126 15 2 113 62
Binary 11011101 100110 100000 0 1010011 1010110 1101 10 1001011 110010

Color Harmonies of #DD2620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2620

Black with #DD2620

Text Example


Text Example

White with #DD2620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2620; }

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

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

background-color css

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

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

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

border-color css

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

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

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