Shades of Persian Red #D13C3C
Tints of Persian Red #D13C3C
RGB
CMYK
RGB Variations
Color information
#D13C3C (or 0xD13C3C) is known color: Persian Red. HEX triplet: D1, 3C and 3C. RGB value is (209,60,60). Sum of RGB (Red+Green+Blue) = 209+60+60=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C3C is #2EC3C3. Grayscale: #686868. Windows color (decimal): -3064772 or 3947729. OLE color: 3947729.
HSL color Cylindrical-coordinate representation of color #D13C3C: hue angle of 0º 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 #D13C3C is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 60 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.18 |
| HSL | 0º | 0.62% | 0.53% | - |
| HSV(B) | 0º | 0.71% | 0.82% | - |
| XYZ | 28.73 | 17.11 | 6.06 | - |
| YUV | 104.55 | 102.86 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 60 | 0 | 0.71 | 0.71 | 0.18 | 0 | 0.62 | 0.53 |
| Hex | D1 | 3C | 3C | 0 | 47 | 47 | 12 | 0 | 3E | 35 |
| Octal | 321 | 74 | 74 | 0 | 107 | 107 | 22 | 0 | 76 | 65 |
| Binary | 11010001 | 111100 | 111100 | 0 | 1000111 | 1000111 | 10010 | 0 | 111110 | 110101 |
Color Harmonies of #D13C3C
Complementary color
Monochromatic Colors of #D13C3C
Black with #D13C3C
Text Example
Text Example
White with #D13C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C3C; }
p { color: rgb(209,60,60); }
H1.HeaderClassName
{
color: #D13C3C;
}
.AnyTagClassName
{
color: #D13C3C;
}
</style>
background-color css
<style>
a { background-color: #D13C3C; }
a { background-color: rgb(209,60,60); }
div.DivClassName
{
background-color: #D13C3C;
}
.BgClassName
{
background-color: #D13C3C;
}
</style>
border-color css
<style>
span { border-color: #D13C3C; }
span { border-color: rgb(209,60,60); }
td.TdClassName
{
border-color: #D13C3C;
}
.TagClassName
{
border-color: #D13C3C;
}
</style>