Shades of Persian Red #D83534
Tints of Persian Red #D83534
RGB
CMYK
RGB Variations
Color information
#D83534 (or 0xD83534) is known color: Persian Red. HEX triplet: D8, 35 and 34. RGB value is (216,53,52). Sum of RGB (Red+Green+Blue) = 216+53+52=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D83534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83534 is #27CACB. Grayscale: #656565. Windows color (decimal): -2607820 or 3421656. OLE color: 3421656.
HSL color Cylindrical-coordinate representation of color #D83534: hue angle of 0.37º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83534 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 52 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.15 |
| HSL | 0.37º | 0.68% | 0.53% | - |
| HSV(B) | 0.37º | 0.76% | 0.85% | - |
| XYZ | 30.21 | 17.39 | 5.01 | - |
| YUV | 101.62 | 100 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 52 | 0 | 0.75 | 0.76 | 0.15 | 0.37 | 0.68 | 0.53 |
| Hex | D8 | 35 | 34 | 0 | 4B | 4C | F | 0 | 44 | 35 |
| Octal | 330 | 65 | 64 | 0 | 113 | 114 | 17 | 0 | 104 | 65 |
| Binary | 11011000 | 110101 | 110100 | 0 | 1001011 | 1001100 | 1111 | 0 | 1000100 | 110101 |
Color Harmonies of #D83534
Complementary color
Monochromatic Colors of #D83534
Black with #D83534
Text Example
Text Example
White with #D83534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83534; }
p { color: rgb(216,53,52); }
H1.HeaderClassName
{
color: #D83534;
}
.AnyTagClassName
{
color: #D83534;
}
</style>
background-color css
<style>
a { background-color: #D83534; }
a { background-color: rgb(216,53,52); }
div.DivClassName
{
background-color: #D83534;
}
.BgClassName
{
background-color: #D83534;
}
</style>
border-color css
<style>
span { border-color: #D83534; }
span { border-color: rgb(216,53,52); }
td.TdClassName
{
border-color: #D83534;
}
.TagClassName
{
border-color: #D83534;
}
</style>