Shades of Persian Red #D1402D
Tints of Persian Red #D1402D
RGB
CMYK
RGB Variations
Color information
#D1402D (or 0xD1402D) is known color: Persian Red. HEX triplet: D1, 40 and 2D. RGB value is (209,64,45). Sum of RGB (Red+Green+Blue) = 209+64+45=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D1402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1402D is #2EBFD2. Grayscale: #696969. Windows color (decimal): -3063763 or 2965713. OLE color: 2965713.
HSL color Cylindrical-coordinate representation of color #D1402D: hue angle of 6.95º 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 #D1402D is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 45 | - |
| CMYK | 0 | 0.69 | 0.78 | 0.18 |
| HSL | 6.95º | 0.65% | 0.5% | - |
| HSV(B) | 6.95º | 0.78% | 0.82% | - |
| XYZ | 28.6 | 17.41 | 4.34 | - |
| YUV | 105.19 | 94.04 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 45 | 0 | 0.69 | 0.78 | 0.18 | 6.95 | 0.65 | 0.5 |
| Hex | D1 | 40 | 2D | 0 | 45 | 4E | 12 | 7 | 41 | 32 |
| Octal | 321 | 100 | 55 | 0 | 105 | 116 | 22 | 7 | 101 | 62 |
| Binary | 11010001 | 1000000 | 101101 | 0 | 1000101 | 1001110 | 10010 | 111 | 1000001 | 110010 |
Color Harmonies of #D1402D
Complementary color
Monochromatic Colors of #D1402D
Black with #D1402D
Text Example
Text Example
White with #D1402D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1402D; }
p { color: rgb(209,64,45); }
H1.HeaderClassName
{
color: #D1402D;
}
.AnyTagClassName
{
color: #D1402D;
}
</style>
background-color css
<style>
a { background-color: #D1402D; }
a { background-color: rgb(209,64,45); }
div.DivClassName
{
background-color: #D1402D;
}
.BgClassName
{
background-color: #D1402D;
}
</style>
border-color css
<style>
span { border-color: #D1402D; }
span { border-color: rgb(209,64,45); }
td.TdClassName
{
border-color: #D1402D;
}
.TagClassName
{
border-color: #D1402D;
}
</style>