Shades of Persian Red #D33F35
Tints of Persian Red #D33F35
RGB
CMYK
RGB Variations
Color information
#D33F35 (or 0xD33F35) is known color: Persian Red. HEX triplet: D3, 3F and 35. RGB value is (211,63,53). Sum of RGB (Red+Green+Blue) = 211+63+53=327 (43% of max value = 765). Red value is 211 (82.81% from 255 or 64.53% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 211 - color contains mainly: red. Hex color #D33F35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33F35 is #2CC0CA. Grayscale: #6A6A6A. Windows color (decimal): -2932939 or 3489747. OLE color: 3489747.
HSL color Cylindrical-coordinate representation of color #D33F35: hue angle of 3.8º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33F35 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 63 | 53 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.17 |
| HSL | 3.8º | 0.64% | 0.52% | - |
| HSV(B) | 3.8º | 0.75% | 0.83% | - |
| XYZ | 29.28 | 17.66 | 5.23 | - |
| YUV | 106.11 | 98.03 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 53 | 0 | 0.70 | 0.75 | 0.17 | 3.8 | 0.64 | 0.52 |
| Hex | D3 | 3F | 35 | 0 | 46 | 4B | 11 | 4 | 40 | 34 |
| Octal | 323 | 77 | 65 | 0 | 106 | 113 | 21 | 4 | 100 | 64 |
| Binary | 11010011 | 111111 | 110101 | 0 | 1000110 | 1001011 | 10001 | 100 | 1000000 | 110100 |
Color Harmonies of #D33F35
Complementary color
Monochromatic Colors of #D33F35
Black with #D33F35
Text Example
Text Example
White with #D33F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33F35; }
p { color: rgb(211,63,53); }
H1.HeaderClassName
{
color: #D33F35;
}
.AnyTagClassName
{
color: #D33F35;
}
</style>
background-color css
<style>
a { background-color: #D33F35; }
a { background-color: rgb(211,63,53); }
div.DivClassName
{
background-color: #D33F35;
}
.BgClassName
{
background-color: #D33F35;
}
</style>
border-color css
<style>
span { border-color: #D33F35; }
span { border-color: rgb(211,63,53); }
td.TdClassName
{
border-color: #D33F35;
}
.TagClassName
{
border-color: #D33F35;
}
</style>