Shades of Persian Red #D13434
Tints of Persian Red #D13434
RGB
CMYK
RGB Variations
Color information
#D13434 (or 0xD13434) is known color: Persian Red. HEX triplet: D1, 34 and 34. RGB value is (209,52,52). Sum of RGB (Red+Green+Blue) = 209+52+52=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D13434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13434 is #2ECBCB. Grayscale: #636363. Windows color (decimal): -3066828 or 3421393. OLE color: 3421393.
HSL color Cylindrical-coordinate representation of color #D13434: hue angle of 0º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13434 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 52 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.18 |
| HSL | 0º | 0.63% | 0.51% | - |
| HSV(B) | 0º | 0.75% | 0.82% | - |
| XYZ | 28.14 | 16.26 | 4.9 | - |
| YUV | 98.94 | 101.51 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 52 | 0 | 0.75 | 0.75 | 0.18 | 0 | 0.63 | 0.51 |
| Hex | D1 | 34 | 34 | 0 | 4B | 4B | 12 | 0 | 3F | 33 |
| Octal | 321 | 64 | 64 | 0 | 113 | 113 | 22 | 0 | 77 | 63 |
| Binary | 11010001 | 110100 | 110100 | 0 | 1001011 | 1001011 | 10010 | 0 | 111111 | 110011 |
Color Harmonies of #D13434
Complementary color
Monochromatic Colors of #D13434
Black with #D13434
Text Example
Text Example
White with #D13434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13434; }
p { color: rgb(209,52,52); }
H1.HeaderClassName
{
color: #D13434;
}
.AnyTagClassName
{
color: #D13434;
}
</style>
background-color css
<style>
a { background-color: #D13434; }
a { background-color: rgb(209,52,52); }
div.DivClassName
{
background-color: #D13434;
}
.BgClassName
{
background-color: #D13434;
}
</style>
border-color css
<style>
span { border-color: #D13434; }
span { border-color: rgb(209,52,52); }
td.TdClassName
{
border-color: #D13434;
}
.TagClassName
{
border-color: #D13434;
}
</style>