Shades of Persian Red #D83124
Tints of Persian Red #D83124
RGB
CMYK
RGB Variations
Color information
#D83124 (or 0xD83124) is known color: Persian Red. HEX triplet: D8, 31 and 24. RGB value is (216,49,36). Sum of RGB (Red+Green+Blue) = 216+49+36=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D83124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83124 is #27CEDB. Grayscale: #616161. Windows color (decimal): -2608860 or 2372056. OLE color: 2372056.
HSL color Cylindrical-coordinate representation of color #D83124: hue angle of 4.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D83124 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 36 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.15 |
| HSL | 4.33º | 0.71% | 0.49% | - |
| HSV(B) | 4.33º | 0.83% | 0.85% | - |
| XYZ | 29.74 | 16.92 | 3.37 | - |
| YUV | 97.45 | 93.33 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 36 | 0 | 0.77 | 0.83 | 0.15 | 4.33 | 0.71 | 0.49 |
| Hex | D8 | 31 | 24 | 0 | 4D | 53 | F | 4 | 47 | 31 |
| Octal | 330 | 61 | 44 | 0 | 115 | 123 | 17 | 4 | 107 | 61 |
| Binary | 11011000 | 110001 | 100100 | 0 | 1001101 | 1010011 | 1111 | 100 | 1000111 | 110001 |
Color Harmonies of #D83124
Complementary color
Monochromatic Colors of #D83124
Black with #D83124
Text Example
Text Example
White with #D83124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83124; }
p { color: rgb(216,49,36); }
H1.HeaderClassName
{
color: #D83124;
}
.AnyTagClassName
{
color: #D83124;
}
</style>
background-color css
<style>
a { background-color: #D83124; }
a { background-color: rgb(216,49,36); }
div.DivClassName
{
background-color: #D83124;
}
.BgClassName
{
background-color: #D83124;
}
</style>
border-color css
<style>
span { border-color: #D83124; }
span { border-color: rgb(216,49,36); }
td.TdClassName
{
border-color: #D83124;
}
.TagClassName
{
border-color: #D83124;
}
</style>