Shades of Persian Red #D5211F
Tints of Persian Red #D5211F
RGB
CMYK
RGB Variations
Color information
#D5211F (or 0xD5211F) is known color: Persian Red. HEX triplet: D5, 21 and 1F. RGB value is (213,33,31). Sum of RGB (Red+Green+Blue) = 213+33+31=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D5211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5211F is #2ADEE0. Grayscale: #565656. Windows color (decimal): -2809569 or 2040277. OLE color: 2040277.
HSL color Cylindrical-coordinate representation of color #D5211F: hue angle of 0.66º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5211F is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 31 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.16 |
| HSL | 0.66º | 0.75% | 0.48% | - |
| HSV(B) | 0.66º | 0.85% | 0.84% | - |
| XYZ | 28.23 | 15.33 | 2.77 | - |
| YUV | 86.59 | 96.63 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 31 | 0 | 0.85 | 0.85 | 0.16 | 0.66 | 0.75 | 0.48 |
| Hex | D5 | 21 | 1F | 0 | 55 | 55 | 10 | 1 | 4B | 30 |
| Octal | 325 | 41 | 37 | 0 | 125 | 125 | 20 | 1 | 113 | 60 |
| Binary | 11010101 | 100001 | 11111 | 0 | 1010101 | 1010101 | 10000 | 1 | 1001011 | 110000 |
Color Harmonies of #D5211F
Complementary color
Monochromatic Colors of #D5211F
Black with #D5211F
Text Example
Text Example
White with #D5211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5211F; }
p { color: rgb(213,33,31); }
H1.HeaderClassName
{
color: #D5211F;
}
.AnyTagClassName
{
color: #D5211F;
}
</style>
background-color css
<style>
a { background-color: #D5211F; }
a { background-color: rgb(213,33,31); }
div.DivClassName
{
background-color: #D5211F;
}
.BgClassName
{
background-color: #D5211F;
}
</style>
border-color css
<style>
span { border-color: #D5211F; }
span { border-color: rgb(213,33,31); }
td.TdClassName
{
border-color: #D5211F;
}
.TagClassName
{
border-color: #D5211F;
}
</style>