Shades of Persian Red #D13F3E
Tints of Persian Red #D13F3E
RGB
CMYK
RGB Variations
Color information
#D13F3E (or 0xD13F3E) is known color: Persian Red. HEX triplet: D1, 3F and 3E. RGB value is (209,63,62). Sum of RGB (Red+Green+Blue) = 209+63+62=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13F3E is #2EC0C1. Grayscale: #6A6A6A. Windows color (decimal): -3064002 or 4079569. OLE color: 4079569.
HSL color Cylindrical-coordinate representation of color #D13F3E: hue angle of 0.41º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F3E is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 62 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.18 |
| HSL | 0.41º | 0.62% | 0.53% | - |
| HSV(B) | 0.41º | 0.7% | 0.82% | - |
| XYZ | 28.94 | 17.46 | 6.4 | - |
| YUV | 106.54 | 102.87 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 62 | 0 | 0.70 | 0.70 | 0.18 | 0.41 | 0.62 | 0.53 |
| Hex | D1 | 3F | 3E | 0 | 46 | 46 | 12 | 0 | 3E | 35 |
| Octal | 321 | 77 | 76 | 0 | 106 | 106 | 22 | 0 | 76 | 65 |
| Binary | 11010001 | 111111 | 111110 | 0 | 1000110 | 1000110 | 10010 | 0 | 111110 | 110101 |
Color Harmonies of #D13F3E
Complementary color
Monochromatic Colors of #D13F3E
Black with #D13F3E
Text Example
Text Example
White with #D13F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F3E; }
p { color: rgb(209,63,62); }
H1.HeaderClassName
{
color: #D13F3E;
}
.AnyTagClassName
{
color: #D13F3E;
}
</style>
background-color css
<style>
a { background-color: #D13F3E; }
a { background-color: rgb(209,63,62); }
div.DivClassName
{
background-color: #D13F3E;
}
.BgClassName
{
background-color: #D13F3E;
}
</style>
border-color css
<style>
span { border-color: #D13F3E; }
span { border-color: rgb(209,63,62); }
td.TdClassName
{
border-color: #D13F3E;
}
.TagClassName
{
border-color: #D13F3E;
}
</style>