Shades of Persian Red #D13F2C
Tints of Persian Red #D13F2C
RGB
CMYK
RGB Variations
Color information
#D13F2C (or 0xD13F2C) is known color: Persian Red. HEX triplet: D1, 3F and 2C. RGB value is (209,63,44). Sum of RGB (Red+Green+Blue) = 209+63+44=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F2C is #2EC0D3. Grayscale: #686868. Windows color (decimal): -3064020 or 2899921. OLE color: 2899921.
HSL color Cylindrical-coordinate representation of color #D13F2C: hue angle of 6.91º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D13F2C is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 44 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.18 |
| HSL | 6.91º | 0.65% | 0.5% | - |
| HSV(B) | 6.91º | 0.79% | 0.82% | - |
| XYZ | 28.53 | 17.29 | 4.22 | - |
| YUV | 104.49 | 93.87 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 44 | 0 | 0.70 | 0.79 | 0.18 | 6.91 | 0.65 | 0.5 |
| Hex | D1 | 3F | 2C | 0 | 46 | 4F | 12 | 7 | 41 | 32 |
| Octal | 321 | 77 | 54 | 0 | 106 | 117 | 22 | 7 | 101 | 62 |
| Binary | 11010001 | 111111 | 101100 | 0 | 1000110 | 1001111 | 10010 | 111 | 1000001 | 110010 |
Color Harmonies of #D13F2C
Complementary color
Monochromatic Colors of #D13F2C
Black with #D13F2C
Text Example
Text Example
White with #D13F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F2C; }
p { color: rgb(209,63,44); }
H1.HeaderClassName
{
color: #D13F2C;
}
.AnyTagClassName
{
color: #D13F2C;
}
</style>
background-color css
<style>
a { background-color: #D13F2C; }
a { background-color: rgb(209,63,44); }
div.DivClassName
{
background-color: #D13F2C;
}
.BgClassName
{
background-color: #D13F2C;
}
</style>
border-color css
<style>
span { border-color: #D13F2C; }
span { border-color: rgb(209,63,44); }
td.TdClassName
{
border-color: #D13F2C;
}
.TagClassName
{
border-color: #D13F2C;
}
</style>