Shades of Persian Red #D12727
Tints of Persian Red #D12727
RGB
CMYK
RGB Variations
Color information
#D12727 (or 0xD12727) is known color: Persian Red. HEX triplet: D1, 27 and 27. RGB value is (209,39,39). Sum of RGB (Red+Green+Blue) = 209+39+39=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 39 (15.62% from 255 or 13.59% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D12727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12727 is #2ED8D8. Grayscale: #5A5A5A. Windows color (decimal): -3070169 or 2566097. OLE color: 2566097.
HSL color Cylindrical-coordinate representation of color #D12727: hue angle of 0º 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 #D12727 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 39 | - |
| CMYK | 0 | 0.81 | 0.81 | 0.18 |
| HSL | 0º | 0.69% | 0.49% | - |
| HSV(B) | 0º | 0.81% | 0.82% | - |
| XYZ | 27.39 | 15.15 | 3.4 | - |
| YUV | 89.83 | 99.32 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 39 | 0 | 0.81 | 0.81 | 0.18 | 0 | 0.69 | 0.49 |
| Hex | D1 | 27 | 27 | 0 | 51 | 51 | 12 | 0 | 45 | 31 |
| Octal | 321 | 47 | 47 | 0 | 121 | 121 | 22 | 0 | 105 | 61 |
| Binary | 11010001 | 100111 | 100111 | 0 | 1010001 | 1010001 | 10010 | 0 | 1000101 | 110001 |
Color Harmonies of #D12727
Complementary color
Monochromatic Colors of #D12727
Black with #D12727
Text Example
Text Example
White with #D12727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12727; }
p { color: rgb(209,39,39); }
H1.HeaderClassName
{
color: #D12727;
}
.AnyTagClassName
{
color: #D12727;
}
</style>
background-color css
<style>
a { background-color: #D12727; }
a { background-color: rgb(209,39,39); }
div.DivClassName
{
background-color: #D12727;
}
.BgClassName
{
background-color: #D12727;
}
</style>
border-color css
<style>
span { border-color: #D12727; }
span { border-color: rgb(209,39,39); }
td.TdClassName
{
border-color: #D12727;
}
.TagClassName
{
border-color: #D12727;
}
</style>