Shades of Persian Red #DD312A
Tints of Persian Red #DD312A
RGB
CMYK
RGB Variations
Color information
#DD312A (or 0xDD312A) is known color: Persian Red. HEX triplet: DD, 31 and 2A. RGB value is (221,49,42). Sum of RGB (Red+Green+Blue) = 221+49+42=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD312A is #22CED5. Grayscale: #636363. Windows color (decimal): -2281174 or 2765277. OLE color: 2765277.
HSL color Cylindrical-coordinate representation of color #DD312A: hue angle of 2.35º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD312A is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 42 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.13 |
| HSL | 2.35º | 0.72% | 0.52% | - |
| HSV(B) | 2.35º | 0.81% | 0.87% | - |
| XYZ | 31.34 | 17.74 | 3.96 | - |
| YUV | 99.63 | 95.48 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 42 | 0 | 0.78 | 0.81 | 0.13 | 2.35 | 0.72 | 0.52 |
| Hex | DD | 31 | 2A | 0 | 4E | 51 | D | 2 | 48 | 34 |
| Octal | 335 | 61 | 52 | 0 | 116 | 121 | 15 | 2 | 110 | 64 |
| Binary | 11011101 | 110001 | 101010 | 0 | 1001110 | 1010001 | 1101 | 10 | 1001000 | 110100 |
Color Harmonies of #DD312A
Complementary color
Monochromatic Colors of #DD312A
Black with #DD312A
Text Example
Text Example
White with #DD312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD312A; }
p { color: rgb(221,49,42); }
H1.HeaderClassName
{
color: #DD312A;
}
.AnyTagClassName
{
color: #DD312A;
}
</style>
background-color css
<style>
a { background-color: #DD312A; }
a { background-color: rgb(221,49,42); }
div.DivClassName
{
background-color: #DD312A;
}
.BgClassName
{
background-color: #DD312A;
}
</style>
border-color css
<style>
span { border-color: #DD312A; }
span { border-color: rgb(221,49,42); }
td.TdClassName
{
border-color: #DD312A;
}
.TagClassName
{
border-color: #DD312A;
}
</style>