Shades of Persian Red #D1413F
Tints of Persian Red #D1413F
RGB
CMYK
RGB Variations
Color information
#D1413F (or 0xD1413F) is known color: Persian Red. HEX triplet: D1, 41 and 3F. RGB value is (209,65,63). Sum of RGB (Red+Green+Blue) = 209+65+63=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1413F is #2EBEC0. Grayscale: #6B6B6B. Windows color (decimal): -3063489 or 4145617. OLE color: 4145617.
HSL color Cylindrical-coordinate representation of color #D1413F: hue angle of 0.82º degrees, saturation: 0.61, 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 #D1413F is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 63 | - |
| CMYK | 0 | 0.69 | 0.70 | 0.18 |
| HSL | 0.82º | 0.61% | 0.53% | - |
| HSV(B) | 0.82º | 0.7% | 0.82% | - |
| XYZ | 29.08 | 17.69 | 6.59 | - |
| YUV | 107.83 | 102.71 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 63 | 0 | 0.69 | 0.70 | 0.18 | 0.82 | 0.61 | 0.53 |
| Hex | D1 | 41 | 3F | 0 | 45 | 46 | 12 | 1 | 3D | 35 |
| Octal | 321 | 101 | 77 | 0 | 105 | 106 | 22 | 1 | 75 | 65 |
| Binary | 11010001 | 1000001 | 111111 | 0 | 1000101 | 1000110 | 10010 | 1 | 111101 | 110101 |
Color Harmonies of #D1413F
Complementary color
Monochromatic Colors of #D1413F
Black with #D1413F
Text Example
Text Example
White with #D1413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1413F; }
p { color: rgb(209,65,63); }
H1.HeaderClassName
{
color: #D1413F;
}
.AnyTagClassName
{
color: #D1413F;
}
</style>
background-color css
<style>
a { background-color: #D1413F; }
a { background-color: rgb(209,65,63); }
div.DivClassName
{
background-color: #D1413F;
}
.BgClassName
{
background-color: #D1413F;
}
</style>
border-color css
<style>
span { border-color: #D1413F; }
span { border-color: rgb(209,65,63); }
td.TdClassName
{
border-color: #D1413F;
}
.TagClassName
{
border-color: #D1413F;
}
</style>