Shades of Persian Red #DD2F26
Tints of Persian Red #DD2F26
RGB
CMYK
RGB Variations
Color information
#DD2F26 (or 0xDD2F26) is known color: Persian Red. HEX triplet: DD, 2F and 26. RGB value is (221,47,38). Sum of RGB (Red+Green+Blue) = 221+47+38=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2F26 is #22D0D9. Grayscale: #626262. Windows color (decimal): -2281690 or 2502621. OLE color: 2502621.
HSL color Cylindrical-coordinate representation of color #DD2F26: hue angle of 2.95º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD2F26 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 38 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.13 |
| HSL | 2.95º | 0.73% | 0.51% | - |
| HSV(B) | 2.95º | 0.83% | 0.87% | - |
| XYZ | 31.19 | 17.55 | 3.58 | - |
| YUV | 98 | 94.15 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 38 | 0 | 0.79 | 0.83 | 0.13 | 2.95 | 0.73 | 0.51 |
| Hex | DD | 2F | 26 | 0 | 4F | 53 | D | 3 | 49 | 33 |
| Octal | 335 | 57 | 46 | 0 | 117 | 123 | 15 | 3 | 111 | 63 |
| Binary | 11011101 | 101111 | 100110 | 0 | 1001111 | 1010011 | 1101 | 11 | 1001001 | 110011 |
Color Harmonies of #DD2F26
Complementary color
Monochromatic Colors of #DD2F26
Black with #DD2F26
Text Example
Text Example
White with #DD2F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F26; }
p { color: rgb(221,47,38); }
H1.HeaderClassName
{
color: #DD2F26;
}
.AnyTagClassName
{
color: #DD2F26;
}
</style>
background-color css
<style>
a { background-color: #DD2F26; }
a { background-color: rgb(221,47,38); }
div.DivClassName
{
background-color: #DD2F26;
}
.BgClassName
{
background-color: #DD2F26;
}
</style>
border-color css
<style>
span { border-color: #DD2F26; }
span { border-color: rgb(221,47,38); }
td.TdClassName
{
border-color: #DD2F26;
}
.TagClassName
{
border-color: #DD2F26;
}
</style>