Shades of Persian Red #D33B2D
Tints of Persian Red #D33B2D
RGB
CMYK
RGB Variations
Color information
#D33B2D (or 0xD33B2D) is known color: Persian Red. HEX triplet: D3, 3B and 2D. RGB value is (211,59,45). Sum of RGB (Red+Green+Blue) = 211+59+45=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D33B2D is #2CC4D2. Grayscale: #676767. Windows color (decimal): -2933971 or 2964435. OLE color: 2964435.
HSL color Cylindrical-coordinate representation of color #D33B2D: hue angle of 5.06º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D33B2D is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 59 | 45 | - |
| CMYK | 0 | 0.72 | 0.79 | 0.17 |
| HSL | 5.06º | 0.65% | 0.5% | - |
| HSV(B) | 5.06º | 0.79% | 0.83% | - |
| XYZ | 28.9 | 17.17 | 4.27 | - |
| YUV | 102.85 | 95.36 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 59 | 45 | 0 | 0.72 | 0.79 | 0.17 | 5.06 | 0.65 | 0.5 |
| Hex | D3 | 3B | 2D | 0 | 48 | 4F | 11 | 5 | 41 | 32 |
| Octal | 323 | 73 | 55 | 0 | 110 | 117 | 21 | 5 | 101 | 62 |
| Binary | 11010011 | 111011 | 101101 | 0 | 1001000 | 1001111 | 10001 | 101 | 1000001 | 110010 |
Color Harmonies of #D33B2D
Complementary color
Monochromatic Colors of #D33B2D
Black with #D33B2D
Text Example
Text Example
White with #D33B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33B2D; }
p { color: rgb(211,59,45); }
H1.HeaderClassName
{
color: #D33B2D;
}
.AnyTagClassName
{
color: #D33B2D;
}
</style>
background-color css
<style>
a { background-color: #D33B2D; }
a { background-color: rgb(211,59,45); }
div.DivClassName
{
background-color: #D33B2D;
}
.BgClassName
{
background-color: #D33B2D;
}
</style>
border-color css
<style>
span { border-color: #D33B2D; }
span { border-color: rgb(211,59,45); }
td.TdClassName
{
border-color: #D33B2D;
}
.TagClassName
{
border-color: #D33B2D;
}
</style>