Shades of Persian Red #D13C3A
Tints of Persian Red #D13C3A
RGB
CMYK
RGB Variations
Color information
#D13C3A (or 0xD13C3A) is known color: Persian Red. HEX triplet: D1, 3C and 3A. RGB value is (209,60,58). Sum of RGB (Red+Green+Blue) = 209+60+58=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C3A is #2EC3C5. Grayscale: #686868. Windows color (decimal): -3064774 or 3816657. OLE color: 3816657.
HSL color Cylindrical-coordinate representation of color #D13C3A: hue angle of 0.79º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13C3A is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 58 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.18 |
| HSL | 0.79º | 0.62% | 0.52% | - |
| HSV(B) | 0.79º | 0.72% | 0.82% | - |
| XYZ | 28.67 | 17.09 | 5.79 | - |
| YUV | 104.32 | 101.86 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 58 | 0 | 0.71 | 0.72 | 0.18 | 0.79 | 0.62 | 0.52 |
| Hex | D1 | 3C | 3A | 0 | 47 | 48 | 12 | 1 | 3E | 34 |
| Octal | 321 | 74 | 72 | 0 | 107 | 110 | 22 | 1 | 76 | 64 |
| Binary | 11010001 | 111100 | 111010 | 0 | 1000111 | 1001000 | 10010 | 1 | 111110 | 110100 |
Color Harmonies of #D13C3A
Complementary color
Monochromatic Colors of #D13C3A
Black with #D13C3A
Text Example
Text Example
White with #D13C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C3A; }
p { color: rgb(209,60,58); }
H1.HeaderClassName
{
color: #D13C3A;
}
.AnyTagClassName
{
color: #D13C3A;
}
</style>
background-color css
<style>
a { background-color: #D13C3A; }
a { background-color: rgb(209,60,58); }
div.DivClassName
{
background-color: #D13C3A;
}
.BgClassName
{
background-color: #D13C3A;
}
</style>
border-color css
<style>
span { border-color: #D13C3A; }
span { border-color: rgb(209,60,58); }
td.TdClassName
{
border-color: #D13C3A;
}
.TagClassName
{
border-color: #D13C3A;
}
</style>