Shades of Persian Red #D12F2C
Tints of Persian Red #D12F2C
RGB
CMYK
RGB Variations
Color information
#D12F2C (or 0xD12F2C) is known color: Persian Red. HEX triplet: D1, 2F and 2C. RGB value is (209,47,44). Sum of RGB (Red+Green+Blue) = 209+47+44=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D12F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12F2C is #2ED0D3. Grayscale: #5F5F5F. Windows color (decimal): -3068116 or 2895825. OLE color: 2895825.
HSL color Cylindrical-coordinate representation of color #D12F2C: hue angle of 1.09º 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 #D12F2C is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 44 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.18 |
| HSL | 1.09º | 0.65% | 0.5% | - |
| HSV(B) | 1.09º | 0.79% | 0.82% | - |
| XYZ | 27.77 | 15.77 | 3.96 | - |
| YUV | 95.1 | 99.17 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 44 | 0 | 0.78 | 0.79 | 0.18 | 1.09 | 0.65 | 0.5 |
| Hex | D1 | 2F | 2C | 0 | 4E | 4F | 12 | 1 | 41 | 32 |
| Octal | 321 | 57 | 54 | 0 | 116 | 117 | 22 | 1 | 101 | 62 |
| Binary | 11010001 | 101111 | 101100 | 0 | 1001110 | 1001111 | 10010 | 1 | 1000001 | 110010 |
Color Harmonies of #D12F2C
Complementary color
Monochromatic Colors of #D12F2C
Black with #D12F2C
Text Example
Text Example
White with #D12F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12F2C; }
p { color: rgb(209,47,44); }
H1.HeaderClassName
{
color: #D12F2C;
}
.AnyTagClassName
{
color: #D12F2C;
}
</style>
background-color css
<style>
a { background-color: #D12F2C; }
a { background-color: rgb(209,47,44); }
div.DivClassName
{
background-color: #D12F2C;
}
.BgClassName
{
background-color: #D12F2C;
}
</style>
border-color css
<style>
span { border-color: #D12F2C; }
span { border-color: rgb(209,47,44); }
td.TdClassName
{
border-color: #D12F2C;
}
.TagClassName
{
border-color: #D12F2C;
}
</style>