Shades of Persian Red #D5342D
Tints of Persian Red #D5342D
RGB
CMYK
RGB Variations
Color information
#D5342D (or 0xD5342D) is known color: Persian Red. HEX triplet: D5, 34 and 2D. RGB value is (213,52,45). Sum of RGB (Red+Green+Blue) = 213+52+45=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5342D is #2ACBD2. Grayscale: #636363. Windows color (decimal): -2804691 or 2962645. OLE color: 2962645.
HSL color Cylindrical-coordinate representation of color #D5342D: hue angle of 2.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5342D is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 45 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.16 |
| HSL | 2.5º | 0.67% | 0.51% | - |
| HSV(B) | 2.5º | 0.79% | 0.84% | - |
| XYZ | 29.14 | 16.79 | 4.19 | - |
| YUV | 99.34 | 97.34 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 45 | 0 | 0.76 | 0.79 | 0.16 | 2.5 | 0.67 | 0.51 |
| Hex | D5 | 34 | 2D | 0 | 4C | 4F | 10 | 2 | 43 | 33 |
| Octal | 325 | 64 | 55 | 0 | 114 | 117 | 20 | 2 | 103 | 63 |
| Binary | 11010101 | 110100 | 101101 | 0 | 1001100 | 1001111 | 10000 | 10 | 1000011 | 110011 |
Color Harmonies of #D5342D
Complementary color
Monochromatic Colors of #D5342D
Black with #D5342D
Text Example
Text Example
White with #D5342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5342D; }
p { color: rgb(213,52,45); }
H1.HeaderClassName
{
color: #D5342D;
}
.AnyTagClassName
{
color: #D5342D;
}
</style>
background-color css
<style>
a { background-color: #D5342D; }
a { background-color: rgb(213,52,45); }
div.DivClassName
{
background-color: #D5342D;
}
.BgClassName
{
background-color: #D5342D;
}
</style>
border-color css
<style>
span { border-color: #D5342D; }
span { border-color: rgb(213,52,45); }
td.TdClassName
{
border-color: #D5342D;
}
.TagClassName
{
border-color: #D5342D;
}
</style>