Shades of Persian Red #D1402B
Tints of Persian Red #D1402B
RGB
CMYK
RGB Variations
Color information
#D1402B (or 0xD1402B) is known color: Persian Red. HEX triplet: D1, 40 and 2B. RGB value is (209,64,43). Sum of RGB (Red+Green+Blue) = 209+64+43=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D1402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1402B is #2EBFD4. Grayscale: #696969. Windows color (decimal): -3063765 or 2834641. OLE color: 2834641.
HSL color Cylindrical-coordinate representation of color #D1402B: hue angle of 7.59º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1402B is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 43 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.18 |
| HSL | 7.59º | 0.66% | 0.49% | - |
| HSV(B) | 7.59º | 0.79% | 0.82% | - |
| XYZ | 28.56 | 17.4 | 4.14 | - |
| YUV | 104.96 | 93.04 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 43 | 0 | 0.69 | 0.79 | 0.18 | 7.59 | 0.66 | 0.49 |
| Hex | D1 | 40 | 2B | 0 | 45 | 4F | 12 | 8 | 42 | 31 |
| Octal | 321 | 100 | 53 | 0 | 105 | 117 | 22 | 10 | 102 | 61 |
| Binary | 11010001 | 1000000 | 101011 | 0 | 1000101 | 1001111 | 10010 | 1000 | 1000010 | 110001 |
Color Harmonies of #D1402B
Complementary color
Monochromatic Colors of #D1402B
Black with #D1402B
Text Example
Text Example
White with #D1402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1402B; }
p { color: rgb(209,64,43); }
H1.HeaderClassName
{
color: #D1402B;
}
.AnyTagClassName
{
color: #D1402B;
}
</style>
background-color css
<style>
a { background-color: #D1402B; }
a { background-color: rgb(209,64,43); }
div.DivClassName
{
background-color: #D1402B;
}
.BgClassName
{
background-color: #D1402B;
}
</style>
border-color css
<style>
span { border-color: #D1402B; }
span { border-color: rgb(209,64,43); }
td.TdClassName
{
border-color: #D1402B;
}
.TagClassName
{
border-color: #D1402B;
}
</style>