Shades of Persian Red #DD312D
Tints of Persian Red #DD312D
RGB
CMYK
RGB Variations
Color information
#DD312D (or 0xDD312D) is known color: Persian Red. HEX triplet: DD, 31 and 2D. RGB value is (221,49,45). Sum of RGB (Red+Green+Blue) = 221+49+45=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD312D is #22CED2. Grayscale: #646464. Windows color (decimal): -2281171 or 2961885. OLE color: 2961885.
HSL color Cylindrical-coordinate representation of color #DD312D: hue angle of 1.36º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD312D is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 45 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.13 |
| HSL | 1.36º | 0.72% | 0.52% | - |
| HSV(B) | 1.36º | 0.8% | 0.87% | - |
| XYZ | 31.39 | 17.76 | 4.26 | - |
| YUV | 99.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 45 | 0 | 0.78 | 0.80 | 0.13 | 1.36 | 0.72 | 0.52 |
| Hex | DD | 31 | 2D | 0 | 4E | 50 | D | 1 | 48 | 34 |
| Octal | 335 | 61 | 55 | 0 | 116 | 120 | 15 | 1 | 110 | 64 |
| Binary | 11011101 | 110001 | 101101 | 0 | 1001110 | 1010000 | 1101 | 1 | 1001000 | 110100 |
Color Harmonies of #DD312D
Complementary color
Monochromatic Colors of #DD312D
Black with #DD312D
Text Example
Text Example
White with #DD312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD312D; }
p { color: rgb(221,49,45); }
H1.HeaderClassName
{
color: #DD312D;
}
.AnyTagClassName
{
color: #DD312D;
}
</style>
background-color css
<style>
a { background-color: #DD312D; }
a { background-color: rgb(221,49,45); }
div.DivClassName
{
background-color: #DD312D;
}
.BgClassName
{
background-color: #DD312D;
}
</style>
border-color css
<style>
span { border-color: #DD312D; }
span { border-color: rgb(221,49,45); }
td.TdClassName
{
border-color: #DD312D;
}
.TagClassName
{
border-color: #DD312D;
}
</style>