Shades of Persian Red #D12927
Tints of Persian Red #D12927
RGB
CMYK
RGB Variations
Color information
#D12927 (or 0xD12927) is known color: Persian Red. HEX triplet: D1, 29 and 27. RGB value is (209,41,39). Sum of RGB (Red+Green+Blue) = 209+41+39=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 39 (15.62% from 255 or 13.49% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D12927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12927 is #2ED6D8. Grayscale: #5B5B5B. Windows color (decimal): -3069657 or 2566609. OLE color: 2566609.
HSL color Cylindrical-coordinate representation of color #D12927: hue angle of 0.71º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D12927 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 39 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.18 |
| HSL | 0.71º | 0.69% | 0.49% | - |
| HSV(B) | 0.71º | 0.81% | 0.82% | - |
| XYZ | 27.45 | 15.29 | 3.42 | - |
| YUV | 91 | 98.66 | 212.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 39 | 0 | 0.80 | 0.81 | 0.18 | 0.71 | 0.69 | 0.49 |
| Hex | D1 | 29 | 27 | 0 | 50 | 51 | 12 | 1 | 45 | 31 |
| Octal | 321 | 51 | 47 | 0 | 120 | 121 | 22 | 1 | 105 | 61 |
| Binary | 11010001 | 101001 | 100111 | 0 | 1010000 | 1010001 | 10010 | 1 | 1000101 | 110001 |
Color Harmonies of #D12927
Complementary color
Monochromatic Colors of #D12927
Black with #D12927
Text Example
Text Example
White with #D12927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12927; }
p { color: rgb(209,41,39); }
H1.HeaderClassName
{
color: #D12927;
}
.AnyTagClassName
{
color: #D12927;
}
</style>
background-color css
<style>
a { background-color: #D12927; }
a { background-color: rgb(209,41,39); }
div.DivClassName
{
background-color: #D12927;
}
.BgClassName
{
background-color: #D12927;
}
</style>
border-color css
<style>
span { border-color: #D12927; }
span { border-color: rgb(209,41,39); }
td.TdClassName
{
border-color: #D12927;
}
.TagClassName
{
border-color: #D12927;
}
</style>