Shades of Persian Red #D1403C
Tints of Persian Red #D1403C
RGB
CMYK
RGB Variations
Color information
#D1403C (or 0xD1403C) is known color: Persian Red. HEX triplet: D1, 40 and 3C. RGB value is (209,64,60). Sum of RGB (Red+Green+Blue) = 209+64+60=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D1403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1403C is #2EBFC3. Grayscale: #6B6B6B. Windows color (decimal): -3063748 or 3948753. OLE color: 3948753.
HSL color Cylindrical-coordinate representation of color #D1403C: hue angle of 1.61º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1403C is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 60 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.18 |
| HSL | 1.61º | 0.62% | 0.53% | - |
| HSV(B) | 1.61º | 0.71% | 0.82% | - |
| XYZ | 28.94 | 17.55 | 6.14 | - |
| YUV | 106.9 | 101.54 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 60 | 0 | 0.69 | 0.71 | 0.18 | 1.61 | 0.62 | 0.53 |
| Hex | D1 | 40 | 3C | 0 | 45 | 47 | 12 | 2 | 3E | 35 |
| Octal | 321 | 100 | 74 | 0 | 105 | 107 | 22 | 2 | 76 | 65 |
| Binary | 11010001 | 1000000 | 111100 | 0 | 1000101 | 1000111 | 10010 | 10 | 111110 | 110101 |
Color Harmonies of #D1403C
Complementary color
Monochromatic Colors of #D1403C
Black with #D1403C
Text Example
Text Example
White with #D1403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1403C; }
p { color: rgb(209,64,60); }
H1.HeaderClassName
{
color: #D1403C;
}
.AnyTagClassName
{
color: #D1403C;
}
</style>
background-color css
<style>
a { background-color: #D1403C; }
a { background-color: rgb(209,64,60); }
div.DivClassName
{
background-color: #D1403C;
}
.BgClassName
{
background-color: #D1403C;
}
</style>
border-color css
<style>
span { border-color: #D1403C; }
span { border-color: rgb(209,64,60); }
td.TdClassName
{
border-color: #D1403C;
}
.TagClassName
{
border-color: #D1403C;
}
</style>