Shades of Persian Red #D3342B
Tints of Persian Red #D3342B
RGB
CMYK
RGB Variations
Color information
#D3342B (or 0xD3342B) is known color: Persian Red. HEX triplet: D3, 34 and 2B. RGB value is (211,52,43). Sum of RGB (Red+Green+Blue) = 211+52+43=306 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.95% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 211 - color contains mainly: red. Hex color #D3342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3342B is #2CCBD4. Grayscale: #626262. Windows color (decimal): -2935765 or 2831571. OLE color: 2831571.
HSL color Cylindrical-coordinate representation of color #D3342B: hue angle of 3.21º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D3342B is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 52 | 43 | - |
| CMYK | 0 | 0.75 | 0.80 | 0.17 |
| HSL | 3.21º | 0.66% | 0.5% | - |
| HSV(B) | 3.21º | 0.8% | 0.83% | - |
| XYZ | 28.53 | 16.48 | 3.96 | - |
| YUV | 98.52 | 96.68 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 52 | 43 | 0 | 0.75 | 0.80 | 0.17 | 3.21 | 0.66 | 0.5 |
| Hex | D3 | 34 | 2B | 0 | 4B | 50 | 11 | 3 | 42 | 32 |
| Octal | 323 | 64 | 53 | 0 | 113 | 120 | 21 | 3 | 102 | 62 |
| Binary | 11010011 | 110100 | 101011 | 0 | 1001011 | 1010000 | 10001 | 11 | 1000010 | 110010 |
Color Harmonies of #D3342B
Complementary color
Monochromatic Colors of #D3342B
Black with #D3342B
Text Example
Text Example
White with #D3342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3342B; }
p { color: rgb(211,52,43); }
H1.HeaderClassName
{
color: #D3342B;
}
.AnyTagClassName
{
color: #D3342B;
}
</style>
background-color css
<style>
a { background-color: #D3342B; }
a { background-color: rgb(211,52,43); }
div.DivClassName
{
background-color: #D3342B;
}
.BgClassName
{
background-color: #D3342B;
}
</style>
border-color css
<style>
span { border-color: #D3342B; }
span { border-color: rgb(211,52,43); }
td.TdClassName
{
border-color: #D3342B;
}
.TagClassName
{
border-color: #D3342B;
}
</style>