Shades of Persian Red #D3362E
Tints of Persian Red #D3362E
RGB
CMYK
RGB Variations
Color information
#D3362E (or 0xD3362E) is known color: Persian Red. HEX triplet: D3, 36 and 2E. RGB value is (211,54,46). Sum of RGB (Red+Green+Blue) = 211+54+46=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D3362E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3362E is #2CC9D1. Grayscale: #646464. Windows color (decimal): -2935250 or 3028691. OLE color: 3028691.
HSL color Cylindrical-coordinate representation of color #D3362E: hue angle of 2.91º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3362E is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 54 | 46 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.17 |
| HSL | 2.91º | 0.65% | 0.5% | - |
| HSV(B) | 2.91º | 0.78% | 0.83% | - |
| XYZ | 28.68 | 16.68 | 4.29 | - |
| YUV | 100.03 | 97.51 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 54 | 46 | 0 | 0.74 | 0.78 | 0.17 | 2.91 | 0.65 | 0.5 |
| Hex | D3 | 36 | 2E | 0 | 4A | 4E | 11 | 3 | 41 | 32 |
| Octal | 323 | 66 | 56 | 0 | 112 | 116 | 21 | 3 | 101 | 62 |
| Binary | 11010011 | 110110 | 101110 | 0 | 1001010 | 1001110 | 10001 | 11 | 1000001 | 110010 |
Color Harmonies of #D3362E
Complementary color
Monochromatic Colors of #D3362E
Black with #D3362E
Text Example
Text Example
White with #D3362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3362E; }
p { color: rgb(211,54,46); }
H1.HeaderClassName
{
color: #D3362E;
}
.AnyTagClassName
{
color: #D3362E;
}
</style>
background-color css
<style>
a { background-color: #D3362E; }
a { background-color: rgb(211,54,46); }
div.DivClassName
{
background-color: #D3362E;
}
.BgClassName
{
background-color: #D3362E;
}
</style>
border-color css
<style>
span { border-color: #D3362E; }
span { border-color: rgb(211,54,46); }
td.TdClassName
{
border-color: #D3362E;
}
.TagClassName
{
border-color: #D3362E;
}
</style>