Shades of Persian Red #D13B2E
Tints of Persian Red #D13B2E
RGB
CMYK
RGB Variations
Color information
#D13B2E (or 0xD13B2E) is known color: Persian Red. HEX triplet: D1, 3B and 2E. RGB value is (209,59,46). Sum of RGB (Red+Green+Blue) = 209+59+46=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13B2E is #2EC4D1. Grayscale: #666666. Windows color (decimal): -3065042 or 3029969. OLE color: 3029969.
HSL color Cylindrical-coordinate representation of color #D13B2E: hue angle of 4.79º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D13B2E is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 46 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.18 |
| HSL | 4.79º | 0.64% | 0.5% | - |
| HSV(B) | 4.79º | 0.78% | 0.82% | - |
| XYZ | 28.35 | 16.88 | 4.35 | - |
| YUV | 102.37 | 96.2 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 46 | 0 | 0.72 | 0.78 | 0.18 | 4.79 | 0.64 | 0.5 |
| Hex | D1 | 3B | 2E | 0 | 48 | 4E | 12 | 5 | 40 | 32 |
| Octal | 321 | 73 | 56 | 0 | 110 | 116 | 22 | 5 | 100 | 62 |
| Binary | 11010001 | 111011 | 101110 | 0 | 1001000 | 1001110 | 10010 | 101 | 1000000 | 110010 |
Color Harmonies of #D13B2E
Complementary color
Monochromatic Colors of #D13B2E
Black with #D13B2E
Text Example
Text Example
White with #D13B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13B2E; }
p { color: rgb(209,59,46); }
H1.HeaderClassName
{
color: #D13B2E;
}
.AnyTagClassName
{
color: #D13B2E;
}
</style>
background-color css
<style>
a { background-color: #D13B2E; }
a { background-color: rgb(209,59,46); }
div.DivClassName
{
background-color: #D13B2E;
}
.BgClassName
{
background-color: #D13B2E;
}
</style>
border-color css
<style>
span { border-color: #D13B2E; }
span { border-color: rgb(209,59,46); }
td.TdClassName
{
border-color: #D13B2E;
}
.TagClassName
{
border-color: #D13B2E;
}
</style>