Shades of Persian Red #D5342C
Tints of Persian Red #D5342C
RGB
CMYK
RGB Variations
Color information
#D5342C (or 0xD5342C) is known color: Persian Red. HEX triplet: D5, 34 and 2C. RGB value is (213,52,44). Sum of RGB (Red+Green+Blue) = 213+52+44=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5342C is #2ACBD3. Grayscale: #636363. Windows color (decimal): -2804692 or 2897109. OLE color: 2897109.
HSL color Cylindrical-coordinate representation of color #D5342C: hue angle of 2.84º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5342C is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 44 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.16 |
| HSL | 2.84º | 0.67% | 0.5% | - |
| HSV(B) | 2.84º | 0.79% | 0.84% | - |
| XYZ | 29.12 | 16.78 | 4.09 | - |
| YUV | 99.23 | 96.84 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 44 | 0 | 0.76 | 0.79 | 0.16 | 2.84 | 0.67 | 0.5 |
| Hex | D5 | 34 | 2C | 0 | 4C | 4F | 10 | 3 | 43 | 32 |
| Octal | 325 | 64 | 54 | 0 | 114 | 117 | 20 | 3 | 103 | 62 |
| Binary | 11010101 | 110100 | 101100 | 0 | 1001100 | 1001111 | 10000 | 11 | 1000011 | 110010 |
Color Harmonies of #D5342C
Complementary color
Monochromatic Colors of #D5342C
Black with #D5342C
Text Example
Text Example
White with #D5342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5342C; }
p { color: rgb(213,52,44); }
H1.HeaderClassName
{
color: #D5342C;
}
.AnyTagClassName
{
color: #D5342C;
}
</style>
background-color css
<style>
a { background-color: #D5342C; }
a { background-color: rgb(213,52,44); }
div.DivClassName
{
background-color: #D5342C;
}
.BgClassName
{
background-color: #D5342C;
}
</style>
border-color css
<style>
span { border-color: #D5342C; }
span { border-color: rgb(213,52,44); }
td.TdClassName
{
border-color: #D5342C;
}
.TagClassName
{
border-color: #D5342C;
}
</style>