Shades of Persian Red #D8241F
Tints of Persian Red #D8241F
RGB
CMYK
RGB Variations
Color information
#D8241F (or 0xD8241F) is known color: Persian Red. HEX triplet: D8, 24 and 1F. RGB value is (216,36,31). Sum of RGB (Red+Green+Blue) = 216+36+31=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8241F is #27DBE0. Grayscale: #595959. Windows color (decimal): -2612193 or 2041048. OLE color: 2041048.
HSL color Cylindrical-coordinate representation of color #D8241F: hue angle of 1.62º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D8241F is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 31 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.15 |
| HSL | 1.62º | 0.75% | 0.48% | - |
| HSV(B) | 1.62º | 0.86% | 0.85% | - |
| XYZ | 29.2 | 15.96 | 2.84 | - |
| YUV | 89.25 | 95.13 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 31 | 0 | 0.83 | 0.86 | 0.15 | 1.62 | 0.75 | 0.48 |
| Hex | D8 | 24 | 1F | 0 | 53 | 56 | F | 2 | 4B | 30 |
| Octal | 330 | 44 | 37 | 0 | 123 | 126 | 17 | 2 | 113 | 60 |
| Binary | 11011000 | 100100 | 11111 | 0 | 1010011 | 1010110 | 1111 | 10 | 1001011 | 110000 |
Color Harmonies of #D8241F
Complementary color
Monochromatic Colors of #D8241F
Black with #D8241F
Text Example
Text Example
White with #D8241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8241F; }
p { color: rgb(216,36,31); }
H1.HeaderClassName
{
color: #D8241F;
}
.AnyTagClassName
{
color: #D8241F;
}
</style>
background-color css
<style>
a { background-color: #D8241F; }
a { background-color: rgb(216,36,31); }
div.DivClassName
{
background-color: #D8241F;
}
.BgClassName
{
background-color: #D8241F;
}
</style>
border-color css
<style>
span { border-color: #D8241F; }
span { border-color: rgb(216,36,31); }
td.TdClassName
{
border-color: #D8241F;
}
.TagClassName
{
border-color: #D8241F;
}
</style>