Shades of Persian Red #D82726
Tints of Persian Red #D82726
RGB
CMYK
RGB Variations
Color information
#D82726 (or 0xD82726) is known color: Persian Red. HEX triplet: D8, 27 and 26. RGB value is (216,39,38). Sum of RGB (Red+Green+Blue) = 216+39+38=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D82726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82726 is #27D8D9. Grayscale: #5B5B5B. Windows color (decimal): -2611418 or 2500568. OLE color: 2500568.
HSL color Cylindrical-coordinate representation of color #D82726: hue angle of 0.34º 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 #D82726 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 38 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.15 |
| HSL | 0.34º | 0.7% | 0.5% | - |
| HSV(B) | 0.34º | 0.82% | 0.85% | - |
| XYZ | 29.39 | 16.19 | 3.41 | - |
| YUV | 91.81 | 97.64 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 38 | 0 | 0.82 | 0.82 | 0.15 | 0.34 | 0.7 | 0.5 |
| Hex | D8 | 27 | 26 | 0 | 52 | 52 | F | 0 | 46 | 32 |
| Octal | 330 | 47 | 46 | 0 | 122 | 122 | 17 | 0 | 106 | 62 |
| Binary | 11011000 | 100111 | 100110 | 0 | 1010010 | 1010010 | 1111 | 0 | 1000110 | 110010 |
Color Harmonies of #D82726
Complementary color
Monochromatic Colors of #D82726
Black with #D82726
Text Example
Text Example
White with #D82726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82726; }
p { color: rgb(216,39,38); }
H1.HeaderClassName
{
color: #D82726;
}
.AnyTagClassName
{
color: #D82726;
}
</style>
background-color css
<style>
a { background-color: #D82726; }
a { background-color: rgb(216,39,38); }
div.DivClassName
{
background-color: #D82726;
}
.BgClassName
{
background-color: #D82726;
}
</style>
border-color css
<style>
span { border-color: #D82726; }
span { border-color: rgb(216,39,38); }
td.TdClassName
{
border-color: #D82726;
}
.TagClassName
{
border-color: #D82726;
}
</style>