Shades of Persian Red #D33E2E
Tints of Persian Red #D33E2E
RGB
CMYK
RGB Variations
Color information
#D33E2E (or 0xD33E2E) is known color: Persian Red. HEX triplet: D3, 3E and 2E. RGB value is (211,62,46). Sum of RGB (Red+Green+Blue) = 211+62+46=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 46 (18.36% from 255 or 14.42% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D33E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33E2E is #2CC1D1. Grayscale: #686868. Windows color (decimal): -2933202 or 3030739. OLE color: 3030739.
HSL color Cylindrical-coordinate representation of color #D33E2E: hue angle of 5.82º 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 #D33E2E is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 62 | 46 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.17 |
| HSL | 5.82º | 0.65% | 0.5% | - |
| HSV(B) | 5.82º | 0.78% | 0.83% | - |
| XYZ | 29.08 | 17.49 | 4.43 | - |
| YUV | 104.73 | 94.86 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 62 | 46 | 0 | 0.71 | 0.78 | 0.17 | 5.82 | 0.65 | 0.5 |
| Hex | D3 | 3E | 2E | 0 | 47 | 4E | 11 | 6 | 41 | 32 |
| Octal | 323 | 76 | 56 | 0 | 107 | 116 | 21 | 6 | 101 | 62 |
| Binary | 11010011 | 111110 | 101110 | 0 | 1000111 | 1001110 | 10001 | 110 | 1000001 | 110010 |
Color Harmonies of #D33E2E
Complementary color
Monochromatic Colors of #D33E2E
Black with #D33E2E
Text Example
Text Example
White with #D33E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33E2E; }
p { color: rgb(211,62,46); }
H1.HeaderClassName
{
color: #D33E2E;
}
.AnyTagClassName
{
color: #D33E2E;
}
</style>
background-color css
<style>
a { background-color: #D33E2E; }
a { background-color: rgb(211,62,46); }
div.DivClassName
{
background-color: #D33E2E;
}
.BgClassName
{
background-color: #D33E2E;
}
</style>
border-color css
<style>
span { border-color: #D33E2E; }
span { border-color: rgb(211,62,46); }
td.TdClassName
{
border-color: #D33E2E;
}
.TagClassName
{
border-color: #D33E2E;
}
</style>