Shades of Persian Red #D8342D
Tints of Persian Red #D8342D
RGB
CMYK
RGB Variations
Color information
#D8342D (or 0xD8342D) is known color: Persian Red. HEX triplet: D8, 34 and 2D. RGB value is (216,52,45). Sum of RGB (Red+Green+Blue) = 216+52+45=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8342D is #27CBD2. Grayscale: #646464. Windows color (decimal): -2608083 or 2962648. OLE color: 2962648.
HSL color Cylindrical-coordinate representation of color #D8342D: hue angle of 2.46º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8342D is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 45 | - |
| CMYK | 0 | 0.76 | 0.79 | 0.15 |
| HSL | 2.46º | 0.69% | 0.51% | - |
| HSV(B) | 2.46º | 0.79% | 0.85% | - |
| XYZ | 30.02 | 17.24 | 4.23 | - |
| YUV | 100.24 | 96.83 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 45 | 0 | 0.76 | 0.79 | 0.15 | 2.46 | 0.69 | 0.51 |
| Hex | D8 | 34 | 2D | 0 | 4C | 4F | F | 2 | 45 | 33 |
| Octal | 330 | 64 | 55 | 0 | 114 | 117 | 17 | 2 | 105 | 63 |
| Binary | 11011000 | 110100 | 101101 | 0 | 1001100 | 1001111 | 1111 | 10 | 1000101 | 110011 |
Color Harmonies of #D8342D
Complementary color
Monochromatic Colors of #D8342D
Black with #D8342D
Text Example
Text Example
White with #D8342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8342D; }
p { color: rgb(216,52,45); }
H1.HeaderClassName
{
color: #D8342D;
}
.AnyTagClassName
{
color: #D8342D;
}
</style>
background-color css
<style>
a { background-color: #D8342D; }
a { background-color: rgb(216,52,45); }
div.DivClassName
{
background-color: #D8342D;
}
.BgClassName
{
background-color: #D8342D;
}
</style>
border-color css
<style>
span { border-color: #D8342D; }
span { border-color: rgb(216,52,45); }
td.TdClassName
{
border-color: #D8342D;
}
.TagClassName
{
border-color: #D8342D;
}
</style>