Shades of Persian Red #DD302F
Tints of Persian Red #DD302F
RGB
CMYK
RGB Variations
Color information
#DD302F (or 0xDD302F) is known color: Persian Red. HEX triplet: DD, 30 and 2F. RGB value is (221,48,47). Sum of RGB (Red+Green+Blue) = 221+48+47=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD302F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD302F is #22CFD0. Grayscale: #636363. Windows color (decimal): -2281425 or 3092701. OLE color: 3092701.
HSL color Cylindrical-coordinate representation of color #DD302F: hue angle of 0.34º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD302F is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 48 | 47 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.13 |
| HSL | 0.34º | 0.72% | 0.53% | - |
| HSV(B) | 0.34º | 0.79% | 0.87% | - |
| XYZ | 31.39 | 17.69 | 4.45 | - |
| YUV | 99.61 | 98.31 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 48 | 47 | 0 | 0.78 | 0.79 | 0.13 | 0.34 | 0.72 | 0.53 |
| Hex | DD | 30 | 2F | 0 | 4E | 4F | D | 0 | 48 | 35 |
| Octal | 335 | 60 | 57 | 0 | 116 | 117 | 15 | 0 | 110 | 65 |
| Binary | 11011101 | 110000 | 101111 | 0 | 1001110 | 1001111 | 1101 | 0 | 1001000 | 110101 |
Color Harmonies of #DD302F
Complementary color
Monochromatic Colors of #DD302F
Black with #DD302F
Text Example
Text Example
White with #DD302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD302F; }
p { color: rgb(221,48,47); }
H1.HeaderClassName
{
color: #DD302F;
}
.AnyTagClassName
{
color: #DD302F;
}
</style>
background-color css
<style>
a { background-color: #DD302F; }
a { background-color: rgb(221,48,47); }
div.DivClassName
{
background-color: #DD302F;
}
.BgClassName
{
background-color: #DD302F;
}
</style>
border-color css
<style>
span { border-color: #DD302F; }
span { border-color: rgb(221,48,47); }
td.TdClassName
{
border-color: #DD302F;
}
.TagClassName
{
border-color: #DD302F;
}
</style>