Shades of Persian Red #D33831
Tints of Persian Red #D33831
RGB
CMYK
RGB Variations
Color information
#D33831 (or 0xD33831) is known color: Persian Red. HEX triplet: D3, 38 and 31. RGB value is (211,56,49). Sum of RGB (Red+Green+Blue) = 211+56+49=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D33831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33831 is #2CC7CE. Grayscale: #656565. Windows color (decimal): -2934735 or 3225811. OLE color: 3225811.
HSL color Cylindrical-coordinate representation of color #D33831: hue angle of 2.59º 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 #D33831 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 49 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.17 |
| HSL | 2.59º | 0.65% | 0.51% | - |
| HSV(B) | 2.59º | 0.77% | 0.83% | - |
| XYZ | 28.83 | 16.9 | 4.65 | - |
| YUV | 101.55 | 98.35 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 49 | 0 | 0.73 | 0.77 | 0.17 | 2.59 | 0.65 | 0.51 |
| Hex | D3 | 38 | 31 | 0 | 49 | 4D | 11 | 3 | 41 | 33 |
| Octal | 323 | 70 | 61 | 0 | 111 | 115 | 21 | 3 | 101 | 63 |
| Binary | 11010011 | 111000 | 110001 | 0 | 1001001 | 1001101 | 10001 | 11 | 1000001 | 110011 |
Color Harmonies of #D33831
Complementary color
Monochromatic Colors of #D33831
Black with #D33831
Text Example
Text Example
White with #D33831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33831; }
p { color: rgb(211,56,49); }
H1.HeaderClassName
{
color: #D33831;
}
.AnyTagClassName
{
color: #D33831;
}
</style>
background-color css
<style>
a { background-color: #D33831; }
a { background-color: rgb(211,56,49); }
div.DivClassName
{
background-color: #D33831;
}
.BgClassName
{
background-color: #D33831;
}
</style>
border-color css
<style>
span { border-color: #D33831; }
span { border-color: rgb(211,56,49); }
td.TdClassName
{
border-color: #D33831;
}
.TagClassName
{
border-color: #D33831;
}
</style>