Shades of Persian Red #D3201F
Tints of Persian Red #D3201F
RGB
CMYK
RGB Variations
Color information
#D3201F (or 0xD3201F) is known color: Persian Red. HEX triplet: D3, 20 and 1F. RGB value is (211,32,31). Sum of RGB (Red+Green+Blue) = 211+32+31=274 (36% of max value = 765). Red value is 211 (82.81% from 255 or 77.01% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 211 - color contains mainly: red. Hex color #D3201F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3201F is #2CDFE0. Grayscale: #555555. Windows color (decimal): -2940897 or 2040019. OLE color: 2040019.
HSL color Cylindrical-coordinate representation of color #D3201F: hue angle of 0.33º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3201F is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 31 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.17 |
| HSL | 0.33º | 0.74% | 0.47% | - |
| HSV(B) | 0.33º | 0.85% | 0.83% | - |
| XYZ | 27.63 | 14.98 | 2.73 | - |
| YUV | 85.41 | 97.3 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 31 | 0 | 0.85 | 0.85 | 0.17 | 0.33 | 0.74 | 0.47 |
| Hex | D3 | 20 | 1F | 0 | 55 | 55 | 11 | 0 | 4A | 2F |
| Octal | 323 | 40 | 37 | 0 | 125 | 125 | 21 | 0 | 112 | 57 |
| Binary | 11010011 | 100000 | 11111 | 0 | 1010101 | 1010101 | 10001 | 0 | 1001010 | 101111 |
Color Harmonies of #D3201F
Complementary color
Monochromatic Colors of #D3201F
Black with #D3201F
Text Example
Text Example
White with #D3201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3201F; }
p { color: rgb(211,32,31); }
H1.HeaderClassName
{
color: #D3201F;
}
.AnyTagClassName
{
color: #D3201F;
}
</style>
background-color css
<style>
a { background-color: #D3201F; }
a { background-color: rgb(211,32,31); }
div.DivClassName
{
background-color: #D3201F;
}
.BgClassName
{
background-color: #D3201F;
}
</style>
border-color css
<style>
span { border-color: #D3201F; }
span { border-color: rgb(211,32,31); }
td.TdClassName
{
border-color: #D3201F;
}
.TagClassName
{
border-color: #D3201F;
}
</style>