Shades of Persian Red #D83526
Tints of Persian Red #D83526
RGB
CMYK
RGB Variations
Color information
#D83526 (or 0xD83526) is known color: Persian Red. HEX triplet: D8, 35 and 26. RGB value is (216,53,38). Sum of RGB (Red+Green+Blue) = 216+53+38=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D83526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83526 is #27CAD9. Grayscale: #646464. Windows color (decimal): -2607834 or 2504152. OLE color: 2504152.
HSL color Cylindrical-coordinate representation of color #D83526: hue angle of 5.06º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D83526 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 53 | 38 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.15 |
| HSL | 5.06º | 0.7% | 0.5% | - |
| HSV(B) | 5.06º | 0.82% | 0.85% | - |
| XYZ | 29.94 | 17.29 | 3.59 | - |
| YUV | 100.03 | 93 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 53 | 38 | 0 | 0.75 | 0.82 | 0.15 | 5.06 | 0.7 | 0.5 |
| Hex | D8 | 35 | 26 | 0 | 4B | 52 | F | 5 | 46 | 32 |
| Octal | 330 | 65 | 46 | 0 | 113 | 122 | 17 | 5 | 106 | 62 |
| Binary | 11011000 | 110101 | 100110 | 0 | 1001011 | 1010010 | 1111 | 101 | 1000110 | 110010 |
Color Harmonies of #D83526
Complementary color
Monochromatic Colors of #D83526
Black with #D83526
Text Example
Text Example
White with #D83526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83526; }
p { color: rgb(216,53,38); }
H1.HeaderClassName
{
color: #D83526;
}
.AnyTagClassName
{
color: #D83526;
}
</style>
background-color css
<style>
a { background-color: #D83526; }
a { background-color: rgb(216,53,38); }
div.DivClassName
{
background-color: #D83526;
}
.BgClassName
{
background-color: #D83526;
}
</style>
border-color css
<style>
span { border-color: #D83526; }
span { border-color: rgb(216,53,38); }
td.TdClassName
{
border-color: #D83526;
}
.TagClassName
{
border-color: #D83526;
}
</style>