Shades of Persian Red #D13326
Tints of Persian Red #D13326
RGB
CMYK
RGB Variations
Color information
#D13326 (or 0xD13326) is known color: Persian Red. HEX triplet: D1, 33 and 26. RGB value is (209,51,38). Sum of RGB (Red+Green+Blue) = 209+51+38=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D13326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13326 is #2ECCD9. Grayscale: #606060. Windows color (decimal): -3067098 or 2503633. OLE color: 2503633.
HSL color Cylindrical-coordinate representation of color #D13326: hue angle of 4.56º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D13326 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 38 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.18 |
| HSL | 4.56º | 0.69% | 0.48% | - |
| HSV(B) | 4.56º | 0.82% | 0.82% | - |
| XYZ | 27.83 | 16.06 | 3.47 | - |
| YUV | 96.76 | 94.85 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 38 | 0 | 0.76 | 0.82 | 0.18 | 4.56 | 0.69 | 0.48 |
| Hex | D1 | 33 | 26 | 0 | 4C | 52 | 12 | 5 | 45 | 30 |
| Octal | 321 | 63 | 46 | 0 | 114 | 122 | 22 | 5 | 105 | 60 |
| Binary | 11010001 | 110011 | 100110 | 0 | 1001100 | 1010010 | 10010 | 101 | 1000101 | 110000 |
Color Harmonies of #D13326
Complementary color
Monochromatic Colors of #D13326
Black with #D13326
Text Example
Text Example
White with #D13326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13326; }
p { color: rgb(209,51,38); }
H1.HeaderClassName
{
color: #D13326;
}
.AnyTagClassName
{
color: #D13326;
}
</style>
background-color css
<style>
a { background-color: #D13326; }
a { background-color: rgb(209,51,38); }
div.DivClassName
{
background-color: #D13326;
}
.BgClassName
{
background-color: #D13326;
}
</style>
border-color css
<style>
span { border-color: #D13326; }
span { border-color: rgb(209,51,38); }
td.TdClassName
{
border-color: #D13326;
}
.TagClassName
{
border-color: #D13326;
}
</style>