Shades of Persian Red #D8342A
Tints of Persian Red #D8342A
RGB
CMYK
RGB Variations
Color information
#D8342A (or 0xD8342A) is known color: Persian Red. HEX triplet: D8, 34 and 2A. RGB value is (216,52,42). Sum of RGB (Red+Green+Blue) = 216+52+42=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D8342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8342A is #27CBD5. Grayscale: #646464. Windows color (decimal): -2608086 or 2766040. OLE color: 2766040.
HSL color Cylindrical-coordinate representation of color #D8342A: hue angle of 3.45º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8342A is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 42 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.15 |
| HSL | 3.45º | 0.69% | 0.51% | - |
| HSV(B) | 3.45º | 0.81% | 0.85% | - |
| XYZ | 29.96 | 17.22 | 3.94 | - |
| YUV | 99.9 | 95.33 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 42 | 0 | 0.76 | 0.81 | 0.15 | 3.45 | 0.69 | 0.51 |
| Hex | D8 | 34 | 2A | 0 | 4C | 51 | F | 3 | 45 | 33 |
| Octal | 330 | 64 | 52 | 0 | 114 | 121 | 17 | 3 | 105 | 63 |
| Binary | 11011000 | 110100 | 101010 | 0 | 1001100 | 1010001 | 1111 | 11 | 1000101 | 110011 |
Color Harmonies of #D8342A
Complementary color
Monochromatic Colors of #D8342A
Black with #D8342A
Text Example
Text Example
White with #D8342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8342A; }
p { color: rgb(216,52,42); }
H1.HeaderClassName
{
color: #D8342A;
}
.AnyTagClassName
{
color: #D8342A;
}
</style>
background-color css
<style>
a { background-color: #D8342A; }
a { background-color: rgb(216,52,42); }
div.DivClassName
{
background-color: #D8342A;
}
.BgClassName
{
background-color: #D8342A;
}
</style>
border-color css
<style>
span { border-color: #D8342A; }
span { border-color: rgb(216,52,42); }
td.TdClassName
{
border-color: #D8342A;
}
.TagClassName
{
border-color: #D8342A;
}
</style>