Shades of Persian Red #D13F32
Tints of Persian Red #D13F32
RGB
CMYK
RGB Variations
Color information
#D13F32 (or 0xD13F32) is known color: Persian Red. HEX triplet: D1, 3F and 32. RGB value is (209,63,50). Sum of RGB (Red+Green+Blue) = 209+63+50=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F32 is #2EC0CD. Grayscale: #696969. Windows color (decimal): -3064014 or 3293137. OLE color: 3293137.
HSL color Cylindrical-coordinate representation of color #D13F32: hue angle of 4.91º 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 #D13F32 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 50 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.18 |
| HSL | 4.91º | 0.63% | 0.51% | - |
| HSV(B) | 4.91º | 0.76% | 0.82% | - |
| XYZ | 28.65 | 17.34 | 4.85 | - |
| YUV | 105.17 | 96.87 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 50 | 0 | 0.70 | 0.76 | 0.18 | 4.91 | 0.63 | 0.51 |
| Hex | D1 | 3F | 32 | 0 | 46 | 4C | 12 | 5 | 3F | 33 |
| Octal | 321 | 77 | 62 | 0 | 106 | 114 | 22 | 5 | 77 | 63 |
| Binary | 11010001 | 111111 | 110010 | 0 | 1000110 | 1001100 | 10010 | 101 | 111111 | 110011 |
Color Harmonies of #D13F32
Complementary color
Monochromatic Colors of #D13F32
Black with #D13F32
Text Example
Text Example
White with #D13F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F32; }
p { color: rgb(209,63,50); }
H1.HeaderClassName
{
color: #D13F32;
}
.AnyTagClassName
{
color: #D13F32;
}
</style>
background-color css
<style>
a { background-color: #D13F32; }
a { background-color: rgb(209,63,50); }
div.DivClassName
{
background-color: #D13F32;
}
.BgClassName
{
background-color: #D13F32;
}
</style>
border-color css
<style>
span { border-color: #D13F32; }
span { border-color: rgb(209,63,50); }
td.TdClassName
{
border-color: #D13F32;
}
.TagClassName
{
border-color: #D13F32;
}
</style>