Shades of Persian Red #D5312B
Tints of Persian Red #D5312B
RGB
CMYK
RGB Variations
Color information
#D5312B (or 0xD5312B) is known color: Persian Red. HEX triplet: D5, 31 and 2B. RGB value is (213,49,43). Sum of RGB (Red+Green+Blue) = 213+49+43=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D5312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5312B is #2ACED4. Grayscale: #616161. Windows color (decimal): -2805461 or 2830805. OLE color: 2830805.
HSL color Cylindrical-coordinate representation of color #D5312B: hue angle of 2.12º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5312B is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 43 | - |
| CMYK | 0 | 0.77 | 0.80 | 0.16 |
| HSL | 2.12º | 0.67% | 0.5% | - |
| HSV(B) | 2.12º | 0.8% | 0.84% | - |
| XYZ | 28.97 | 16.52 | 3.95 | - |
| YUV | 97.35 | 97.33 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 43 | 0 | 0.77 | 0.80 | 0.16 | 2.12 | 0.67 | 0.5 |
| Hex | D5 | 31 | 2B | 0 | 4D | 50 | 10 | 2 | 43 | 32 |
| Octal | 325 | 61 | 53 | 0 | 115 | 120 | 20 | 2 | 103 | 62 |
| Binary | 11010101 | 110001 | 101011 | 0 | 1001101 | 1010000 | 10000 | 10 | 1000011 | 110010 |
Color Harmonies of #D5312B
Complementary color
Monochromatic Colors of #D5312B
Black with #D5312B
Text Example
Text Example
White with #D5312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5312B; }
p { color: rgb(213,49,43); }
H1.HeaderClassName
{
color: #D5312B;
}
.AnyTagClassName
{
color: #D5312B;
}
</style>
background-color css
<style>
a { background-color: #D5312B; }
a { background-color: rgb(213,49,43); }
div.DivClassName
{
background-color: #D5312B;
}
.BgClassName
{
background-color: #D5312B;
}
</style>
border-color css
<style>
span { border-color: #D5312B; }
span { border-color: rgb(213,49,43); }
td.TdClassName
{
border-color: #D5312B;
}
.TagClassName
{
border-color: #D5312B;
}
</style>