Shades of Persian Red #D33731
Tints of Persian Red #D33731
RGB
CMYK
RGB Variations
Color information
#D33731 (or 0xD33731) is known color: Persian Red. HEX triplet: D3, 37 and 31. RGB value is (211,55,49). Sum of RGB (Red+Green+Blue) = 211+55+49=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D33731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33731 is #2CC8CE. Grayscale: #656565. Windows color (decimal): -2934991 or 3225555. OLE color: 3225555.
HSL color Cylindrical-coordinate representation of color #D33731: hue angle of 2.22º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33731 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 49 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.17 |
| HSL | 2.22º | 0.65% | 0.51% | - |
| HSV(B) | 2.22º | 0.77% | 0.83% | - |
| XYZ | 28.78 | 16.8 | 4.63 | - |
| YUV | 100.96 | 98.68 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 49 | 0 | 0.74 | 0.77 | 0.17 | 2.22 | 0.65 | 0.51 |
| Hex | D3 | 37 | 31 | 0 | 4A | 4D | 11 | 2 | 41 | 33 |
| Octal | 323 | 67 | 61 | 0 | 112 | 115 | 21 | 2 | 101 | 63 |
| Binary | 11010011 | 110111 | 110001 | 0 | 1001010 | 1001101 | 10001 | 10 | 1000001 | 110011 |
Color Harmonies of #D33731
Complementary color
Monochromatic Colors of #D33731
Black with #D33731
Text Example
Text Example
White with #D33731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33731; }
p { color: rgb(211,55,49); }
H1.HeaderClassName
{
color: #D33731;
}
.AnyTagClassName
{
color: #D33731;
}
</style>
background-color css
<style>
a { background-color: #D33731; }
a { background-color: rgb(211,55,49); }
div.DivClassName
{
background-color: #D33731;
}
.BgClassName
{
background-color: #D33731;
}
</style>
border-color css
<style>
span { border-color: #D33731; }
span { border-color: rgb(211,55,49); }
td.TdClassName
{
border-color: #D33731;
}
.TagClassName
{
border-color: #D33731;
}
</style>