Shades of Persian Red #D13432
Tints of Persian Red #D13432
RGB
CMYK
RGB Variations
Color information
#D13432 (or 0xD13432) is known color: Persian Red. HEX triplet: D1, 34 and 32. RGB value is (209,52,50). Sum of RGB (Red+Green+Blue) = 209+52+50=311 (41% of max value = 765). Red value is 209 (82.03% from 255 or 67.20% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 209 - color contains mainly: red. Hex color #D13432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13432 is #2ECBCD. Grayscale: #626262. Windows color (decimal): -3066830 or 3290321. OLE color: 3290321.
HSL color Cylindrical-coordinate representation of color #D13432: hue angle of 0.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13432 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 50 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.18 |
| HSL | 0.75º | 0.63% | 0.51% | - |
| HSV(B) | 0.75º | 0.76% | 0.82% | - |
| XYZ | 28.1 | 16.24 | 4.67 | - |
| YUV | 98.72 | 100.51 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 50 | 0 | 0.75 | 0.76 | 0.18 | 0.75 | 0.63 | 0.51 |
| Hex | D1 | 34 | 32 | 0 | 4B | 4C | 12 | 1 | 3F | 33 |
| Octal | 321 | 64 | 62 | 0 | 113 | 114 | 22 | 1 | 77 | 63 |
| Binary | 11010001 | 110100 | 110010 | 0 | 1001011 | 1001100 | 10010 | 1 | 111111 | 110011 |
Color Harmonies of #D13432
Complementary color
Monochromatic Colors of #D13432
Black with #D13432
Text Example
Text Example
White with #D13432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13432; }
p { color: rgb(209,52,50); }
H1.HeaderClassName
{
color: #D13432;
}
.AnyTagClassName
{
color: #D13432;
}
</style>
background-color css
<style>
a { background-color: #D13432; }
a { background-color: rgb(209,52,50); }
div.DivClassName
{
background-color: #D13432;
}
.BgClassName
{
background-color: #D13432;
}
</style>
border-color css
<style>
span { border-color: #D13432; }
span { border-color: rgb(209,52,50); }
td.TdClassName
{
border-color: #D13432;
}
.TagClassName
{
border-color: #D13432;
}
</style>