Shades of Persian Red #D13127
Tints of Persian Red #D13127
RGB
CMYK
RGB Variations
Color information
#D13127 (or 0xD13127) is known color: Persian Red. HEX triplet: D1, 31 and 27. RGB value is (209,49,39). Sum of RGB (Red+Green+Blue) = 209+49+39=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 39 (15.62% from 255 or 13.13% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D13127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13127 is #2ECED8. Grayscale: #5F5F5F. Windows color (decimal): -3067609 or 2568657. OLE color: 2568657.
HSL color Cylindrical-coordinate representation of color #D13127: hue angle of 3.53º 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 #D13127 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 39 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.18 |
| HSL | 3.53º | 0.69% | 0.49% | - |
| HSV(B) | 3.53º | 0.81% | 0.82% | - |
| XYZ | 27.76 | 15.9 | 3.53 | - |
| YUV | 95.7 | 96.01 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 39 | 0 | 0.77 | 0.81 | 0.18 | 3.53 | 0.69 | 0.49 |
| Hex | D1 | 31 | 27 | 0 | 4D | 51 | 12 | 4 | 45 | 31 |
| Octal | 321 | 61 | 47 | 0 | 115 | 121 | 22 | 4 | 105 | 61 |
| Binary | 11010001 | 110001 | 100111 | 0 | 1001101 | 1010001 | 10010 | 100 | 1000101 | 110001 |
Color Harmonies of #D13127
Complementary color
Monochromatic Colors of #D13127
Black with #D13127
Text Example
Text Example
White with #D13127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13127; }
p { color: rgb(209,49,39); }
H1.HeaderClassName
{
color: #D13127;
}
.AnyTagClassName
{
color: #D13127;
}
</style>
background-color css
<style>
a { background-color: #D13127; }
a { background-color: rgb(209,49,39); }
div.DivClassName
{
background-color: #D13127;
}
.BgClassName
{
background-color: #D13127;
}
</style>
border-color css
<style>
span { border-color: #D13127; }
span { border-color: rgb(209,49,39); }
td.TdClassName
{
border-color: #D13127;
}
.TagClassName
{
border-color: #D13127;
}
</style>