Shades of Persian Red #D33B2E
Tints of Persian Red #D33B2E
RGB
CMYK
RGB Variations
Color information
#D33B2E (or 0xD33B2E) is known color: Persian Red. HEX triplet: D3, 3B and 2E. RGB value is (211,59,46). Sum of RGB (Red+Green+Blue) = 211+59+46=316 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.77% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33B2E is #2CC4D1. Grayscale: #676767. Windows color (decimal): -2933970 or 3029971. OLE color: 3029971.
HSL color Cylindrical-coordinate representation of color #D33B2E: hue angle of 4.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D33B2E is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 46 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.17 |
| HSL | 4.73º | 0.65% | 0.5% | - |
| HSV(B) | 4.73º | 0.78% | 0.83% | - |
| XYZ | 28.92 | 17.17 | 4.38 | - |
| YUV | 102.97 | 95.86 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 46 | 0 | 0.72 | 0.78 | 0.17 | 4.73 | 0.65 | 0.5 |
| Hex | D3 | 3B | 2E | 0 | 48 | 4E | 11 | 5 | 41 | 32 |
| Octal | 323 | 73 | 56 | 0 | 110 | 116 | 21 | 5 | 101 | 62 |
| Binary | 11010011 | 111011 | 101110 | 0 | 1001000 | 1001110 | 10001 | 101 | 1000001 | 110010 |
Color Harmonies of #D33B2E
Complementary color
Monochromatic Colors of #D33B2E
Black with #D33B2E
Text Example
Text Example
White with #D33B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33B2E; }
p { color: rgb(211,59,46); }
H1.HeaderClassName
{
color: #D33B2E;
}
.AnyTagClassName
{
color: #D33B2E;
}
</style>
background-color css
<style>
a { background-color: #D33B2E; }
a { background-color: rgb(211,59,46); }
div.DivClassName
{
background-color: #D33B2E;
}
.BgClassName
{
background-color: #D33B2E;
}
</style>
border-color css
<style>
span { border-color: #D33B2E; }
span { border-color: rgb(211,59,46); }
td.TdClassName
{
border-color: #D33B2E;
}
.TagClassName
{
border-color: #D33B2E;
}
</style>