Shades of Persian Red #D33732
Tints of Persian Red #D33732
RGB
CMYK
RGB Variations
Color information
#D33732 (or 0xD33732) is known color: Persian Red. HEX triplet: D3, 37 and 32. RGB value is (211,55,50). Sum of RGB (Red+Green+Blue) = 211+55+50=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D33732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33732 is #2CC8CD. Grayscale: #656565. Windows color (decimal): -2934990 or 3291091. OLE color: 3291091.
HSL color Cylindrical-coordinate representation of color #D33732: hue angle of 1.86º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D33732 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 50 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.17 |
| HSL | 1.86º | 0.65% | 0.51% | - |
| HSV(B) | 1.86º | 0.76% | 0.83% | - |
| XYZ | 28.81 | 16.81 | 4.74 | - |
| YUV | 101.07 | 99.18 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 50 | 0 | 0.74 | 0.76 | 0.17 | 1.86 | 0.65 | 0.51 |
| Hex | D3 | 37 | 32 | 0 | 4A | 4C | 11 | 2 | 41 | 33 |
| Octal | 323 | 67 | 62 | 0 | 112 | 114 | 21 | 2 | 101 | 63 |
| Binary | 11010011 | 110111 | 110010 | 0 | 1001010 | 1001100 | 10001 | 10 | 1000001 | 110011 |
Color Harmonies of #D33732
Complementary color
Monochromatic Colors of #D33732
Black with #D33732
Text Example
Text Example
White with #D33732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33732; }
p { color: rgb(211,55,50); }
H1.HeaderClassName
{
color: #D33732;
}
.AnyTagClassName
{
color: #D33732;
}
</style>
background-color css
<style>
a { background-color: #D33732; }
a { background-color: rgb(211,55,50); }
div.DivClassName
{
background-color: #D33732;
}
.BgClassName
{
background-color: #D33732;
}
</style>
border-color css
<style>
span { border-color: #D33732; }
span { border-color: rgb(211,55,50); }
td.TdClassName
{
border-color: #D33732;
}
.TagClassName
{
border-color: #D33732;
}
</style>