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