Shades of Persian Red #D1412D
Tints of Persian Red #D1412D
RGB
CMYK
RGB Variations
Color information
#D1412D (or 0xD1412D) is known color: Persian Red. HEX triplet: D1, 41 and 2D. RGB value is (209,65,45). Sum of RGB (Red+Green+Blue) = 209+65+45=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 45 (17.97% from 255 or 14.11% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1412D is #2EBED2. Grayscale: #6A6A6A. Windows color (decimal): -3063507 or 2965969. OLE color: 2965969.
HSL color Cylindrical-coordinate representation of color #D1412D: hue angle of 7.32º degrees, saturation: 0.65, 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 #D1412D is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 45 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.18 |
| HSL | 7.32º | 0.65% | 0.5% | - |
| HSV(B) | 7.32º | 0.78% | 0.82% | - |
| XYZ | 28.66 | 17.53 | 4.35 | - |
| YUV | 105.78 | 93.71 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 45 | 0 | 0.69 | 0.78 | 0.18 | 7.32 | 0.65 | 0.5 |
| Hex | D1 | 41 | 2D | 0 | 45 | 4E | 12 | 7 | 41 | 32 |
| Octal | 321 | 101 | 55 | 0 | 105 | 116 | 22 | 7 | 101 | 62 |
| Binary | 11010001 | 1000001 | 101101 | 0 | 1000101 | 1001110 | 10010 | 111 | 1000001 | 110010 |
Color Harmonies of #D1412D
Complementary color
Monochromatic Colors of #D1412D
Black with #D1412D
Text Example
Text Example
White with #D1412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1412D; }
p { color: rgb(209,65,45); }
H1.HeaderClassName
{
color: #D1412D;
}
.AnyTagClassName
{
color: #D1412D;
}
</style>
background-color css
<style>
a { background-color: #D1412D; }
a { background-color: rgb(209,65,45); }
div.DivClassName
{
background-color: #D1412D;
}
.BgClassName
{
background-color: #D1412D;
}
</style>
border-color css
<style>
span { border-color: #D1412D; }
span { border-color: rgb(209,65,45); }
td.TdClassName
{
border-color: #D1412D;
}
.TagClassName
{
border-color: #D1412D;
}
</style>