Shades of Persian Red #D13D27
Tints of Persian Red #D13D27
RGB
CMYK
RGB Variations
Color information
#D13D27 (or 0xD13D27) is known color: Persian Red. HEX triplet: D1, 3D and 27. RGB value is (209,61,39). Sum of RGB (Red+Green+Blue) = 209+61+39=309 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.64% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D27 is #2EC2D8. Grayscale: #666666. Windows color (decimal): -3064537 or 2571729. OLE color: 2571729.
HSL color Cylindrical-coordinate representation of color #D13D27: hue angle of 7.76º 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 #D13D27 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 39 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.18 |
| HSL | 7.76º | 0.69% | 0.49% | - |
| HSV(B) | 7.76º | 0.81% | 0.82% | - |
| XYZ | 28.33 | 17.04 | 3.72 | - |
| YUV | 102.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 39 | 0 | 0.71 | 0.81 | 0.18 | 7.76 | 0.69 | 0.49 |
| Hex | D1 | 3D | 27 | 0 | 47 | 51 | 12 | 8 | 45 | 31 |
| Octal | 321 | 75 | 47 | 0 | 107 | 121 | 22 | 10 | 105 | 61 |
| Binary | 11010001 | 111101 | 100111 | 0 | 1000111 | 1010001 | 10010 | 1000 | 1000101 | 110001 |
Color Harmonies of #D13D27
Complementary color
Monochromatic Colors of #D13D27
Black with #D13D27
Text Example
Text Example
White with #D13D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D27; }
p { color: rgb(209,61,39); }
H1.HeaderClassName
{
color: #D13D27;
}
.AnyTagClassName
{
color: #D13D27;
}
</style>
background-color css
<style>
a { background-color: #D13D27; }
a { background-color: rgb(209,61,39); }
div.DivClassName
{
background-color: #D13D27;
}
.BgClassName
{
background-color: #D13D27;
}
</style>
border-color css
<style>
span { border-color: #D13D27; }
span { border-color: rgb(209,61,39); }
td.TdClassName
{
border-color: #D13D27;
}
.TagClassName
{
border-color: #D13D27;
}
</style>