Shades of Persian Red #D13736
Tints of Persian Red #D13736
RGB
CMYK
RGB Variations
Color information
#D13736 (or 0xD13736) is known color: Persian Red. HEX triplet: D1, 37 and 36. RGB value is (209,55,54). Sum of RGB (Red+Green+Blue) = 209+55+54=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D13736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13736 is #2EC8C9. Grayscale: #656565. Windows color (decimal): -3066058 or 3553233. OLE color: 3553233.
HSL color Cylindrical-coordinate representation of color #D13736: hue angle of 0.39º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13736 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 54 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.18 |
| HSL | 0.39º | 0.63% | 0.52% | - |
| HSV(B) | 0.39º | 0.74% | 0.82% | - |
| XYZ | 28.33 | 16.55 | 5.19 | - |
| YUV | 100.93 | 101.52 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 54 | 0 | 0.74 | 0.74 | 0.18 | 0.39 | 0.63 | 0.52 |
| Hex | D1 | 37 | 36 | 0 | 4A | 4A | 12 | 0 | 3F | 34 |
| Octal | 321 | 67 | 66 | 0 | 112 | 112 | 22 | 0 | 77 | 64 |
| Binary | 11010001 | 110111 | 110110 | 0 | 1001010 | 1001010 | 10010 | 0 | 111111 | 110100 |
Color Harmonies of #D13736
Complementary color
Monochromatic Colors of #D13736
Black with #D13736
Text Example
Text Example
White with #D13736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13736; }
p { color: rgb(209,55,54); }
H1.HeaderClassName
{
color: #D13736;
}
.AnyTagClassName
{
color: #D13736;
}
</style>
background-color css
<style>
a { background-color: #D13736; }
a { background-color: rgb(209,55,54); }
div.DivClassName
{
background-color: #D13736;
}
.BgClassName
{
background-color: #D13736;
}
</style>
border-color css
<style>
span { border-color: #D13736; }
span { border-color: rgb(209,55,54); }
td.TdClassName
{
border-color: #D13736;
}
.TagClassName
{
border-color: #D13736;
}
</style>