Shades of Persian Red #D3342F
Tints of Persian Red #D3342F
RGB
CMYK
RGB Variations
Color information
#D3342F (or 0xD3342F) is known color: Persian Red. HEX triplet: D3, 34 and 2F. RGB value is (211,52,47). Sum of RGB (Red+Green+Blue) = 211+52+47=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3342F is #2CCBD0. Grayscale: #636363. Windows color (decimal): -2935761 or 3093715. OLE color: 3093715.
HSL color Cylindrical-coordinate representation of color #D3342F: hue angle of 1.83º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3342F is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 47 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.17 |
| HSL | 1.83º | 0.65% | 0.51% | - |
| HSV(B) | 1.83º | 0.78% | 0.83% | - |
| XYZ | 28.61 | 16.51 | 4.37 | - |
| YUV | 98.97 | 98.68 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 47 | 0 | 0.75 | 0.78 | 0.17 | 1.83 | 0.65 | 0.51 |
| Hex | D3 | 34 | 2F | 0 | 4B | 4E | 11 | 2 | 41 | 33 |
| Octal | 323 | 64 | 57 | 0 | 113 | 116 | 21 | 2 | 101 | 63 |
| Binary | 11010011 | 110100 | 101111 | 0 | 1001011 | 1001110 | 10001 | 10 | 1000001 | 110011 |
Color Harmonies of #D3342F
Complementary color
Monochromatic Colors of #D3342F
Black with #D3342F
Text Example
Text Example
White with #D3342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3342F; }
p { color: rgb(211,52,47); }
H1.HeaderClassName
{
color: #D3342F;
}
.AnyTagClassName
{
color: #D3342F;
}
</style>
background-color css
<style>
a { background-color: #D3342F; }
a { background-color: rgb(211,52,47); }
div.DivClassName
{
background-color: #D3342F;
}
.BgClassName
{
background-color: #D3342F;
}
</style>
border-color css
<style>
span { border-color: #D3342F; }
span { border-color: rgb(211,52,47); }
td.TdClassName
{
border-color: #D3342F;
}
.TagClassName
{
border-color: #D3342F;
}
</style>