Shades of Persian Red #D5231F
Tints of Persian Red #D5231F
RGB
CMYK
RGB Variations
Color information
#D5231F (or 0xD5231F) is known color: Persian Red. HEX triplet: D5, 23 and 1F. RGB value is (213,35,31). Sum of RGB (Red+Green+Blue) = 213+35+31=279 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.34% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 213 - color contains mainly: red. Hex color #D5231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5231F is #2ADCE0. Grayscale: #575757. Windows color (decimal): -2809057 or 2040789. OLE color: 2040789.
HSL color Cylindrical-coordinate representation of color #D5231F: hue angle of 1.32º 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 #D5231F is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 31 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.16 |
| HSL | 1.32º | 0.75% | 0.48% | - |
| HSV(B) | 1.32º | 0.85% | 0.84% | - |
| XYZ | 28.29 | 15.45 | 2.79 | - |
| YUV | 87.77 | 95.97 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 31 | 0 | 0.84 | 0.85 | 0.16 | 1.32 | 0.75 | 0.48 |
| Hex | D5 | 23 | 1F | 0 | 54 | 55 | 10 | 1 | 4B | 30 |
| Octal | 325 | 43 | 37 | 0 | 124 | 125 | 20 | 1 | 113 | 60 |
| Binary | 11010101 | 100011 | 11111 | 0 | 1010100 | 1010101 | 10000 | 1 | 1001011 | 110000 |
Color Harmonies of #D5231F
Complementary color
Monochromatic Colors of #D5231F
Black with #D5231F
Text Example
Text Example
White with #D5231F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5231F; }
p { color: rgb(213,35,31); }
H1.HeaderClassName
{
color: #D5231F;
}
.AnyTagClassName
{
color: #D5231F;
}
</style>
background-color css
<style>
a { background-color: #D5231F; }
a { background-color: rgb(213,35,31); }
div.DivClassName
{
background-color: #D5231F;
}
.BgClassName
{
background-color: #D5231F;
}
</style>
border-color css
<style>
span { border-color: #D5231F; }
span { border-color: rgb(213,35,31); }
td.TdClassName
{
border-color: #D5231F;
}
.TagClassName
{
border-color: #D5231F;
}
</style>