Shades of Persian Red #D2403C
Tints of Persian Red #D2403C
RGB
CMYK
RGB Variations
Color information
#D2403C (or 0xD2403C) is known color: Persian Red. HEX triplet: D2, 40 and 3C. RGB value is (210,64,60). Sum of RGB (Red+Green+Blue) = 210+64+60=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D2403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2403C is #2DBFC3. Grayscale: #6B6B6B. Windows color (decimal): -2998212 or 3948754. OLE color: 3948754.
HSL color Cylindrical-coordinate representation of color #D2403C: hue angle of 1.6º 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 #D2403C is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 64 | 60 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.18 |
| HSL | 1.6º | 0.63% | 0.53% | - |
| HSV(B) | 1.6º | 0.71% | 0.82% | - |
| XYZ | 29.23 | 17.69 | 6.15 | - |
| YUV | 107.2 | 101.37 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 64 | 60 | 0 | 0.70 | 0.71 | 0.18 | 1.6 | 0.63 | 0.53 |
| Hex | D2 | 40 | 3C | 0 | 46 | 47 | 12 | 2 | 3E | 35 |
| Octal | 322 | 100 | 74 | 0 | 106 | 107 | 22 | 2 | 76 | 65 |
| Binary | 11010010 | 1000000 | 111100 | 0 | 1000110 | 1000111 | 10010 | 10 | 111110 | 110101 |
Color Harmonies of #D2403C
Complementary color
Monochromatic Colors of #D2403C
Black with #D2403C
Text Example
Text Example
White with #D2403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2403C; }
p { color: rgb(210,64,60); }
H1.HeaderClassName
{
color: #D2403C;
}
.AnyTagClassName
{
color: #D2403C;
}
</style>
background-color css
<style>
a { background-color: #D2403C; }
a { background-color: rgb(210,64,60); }
div.DivClassName
{
background-color: #D2403C;
}
.BgClassName
{
background-color: #D2403C;
}
</style>
border-color css
<style>
span { border-color: #D2403C; }
span { border-color: rgb(210,64,60); }
td.TdClassName
{
border-color: #D2403C;
}
.TagClassName
{
border-color: #D2403C;
}
</style>