Shades of Persian Red #D33F33
Tints of Persian Red #D33F33
RGB
CMYK
RGB Variations
Color information
#D33F33 (or 0xD33F33) is known color: Persian Red. HEX triplet: D3, 3F and 33. RGB value is (211,63,51). Sum of RGB (Red+Green+Blue) = 211+63+51=325 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.92% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33F33 is #2CC0CC. Grayscale: #6A6A6A. Windows color (decimal): -2932941 or 3358675. OLE color: 3358675.
HSL color Cylindrical-coordinate representation of color #D33F33: hue angle of 4.5º 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 #D33F33 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 51 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.17 |
| HSL | 4.5º | 0.65% | 0.51% | - |
| HSV(B) | 4.5º | 0.76% | 0.83% | - |
| XYZ | 29.24 | 17.64 | 5 | - |
| YUV | 105.88 | 97.03 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 51 | 0 | 0.70 | 0.76 | 0.17 | 4.5 | 0.65 | 0.51 |
| Hex | D3 | 3F | 33 | 0 | 46 | 4C | 11 | 4 | 41 | 33 |
| Octal | 323 | 77 | 63 | 0 | 106 | 114 | 21 | 4 | 101 | 63 |
| Binary | 11010011 | 111111 | 110011 | 0 | 1000110 | 1001100 | 10001 | 100 | 1000001 | 110011 |
Color Harmonies of #D33F33
Complementary color
Monochromatic Colors of #D33F33
Black with #D33F33
Text Example
Text Example
White with #D33F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33F33; }
p { color: rgb(211,63,51); }
H1.HeaderClassName
{
color: #D33F33;
}
.AnyTagClassName
{
color: #D33F33;
}
</style>
background-color css
<style>
a { background-color: #D33F33; }
a { background-color: rgb(211,63,51); }
div.DivClassName
{
background-color: #D33F33;
}
.BgClassName
{
background-color: #D33F33;
}
</style>
border-color css
<style>
span { border-color: #D33F33; }
span { border-color: rgb(211,63,51); }
td.TdClassName
{
border-color: #D33F33;
}
.TagClassName
{
border-color: #D33F33;
}
</style>