Shades of Persian Red #D3372F
Tints of Persian Red #D3372F
RGB
CMYK
RGB Variations
Color information
#D3372F (or 0xD3372F) is known color: Persian Red. HEX triplet: D3, 37 and 2F. RGB value is (211,55,47). Sum of RGB (Red+Green+Blue) = 211+55+47=313 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.41% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 211 - color contains mainly: red. Hex color #D3372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3372F is #2CC8D0. Grayscale: #646464. Windows color (decimal): -2934993 or 3094483. OLE color: 3094483.
HSL color Cylindrical-coordinate representation of color #D3372F: hue angle of 2.93º 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 #D3372F is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 55 | 47 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.17 |
| HSL | 2.93º | 0.65% | 0.51% | - |
| HSV(B) | 2.93º | 0.78% | 0.83% | - |
| XYZ | 28.74 | 16.79 | 4.41 | - |
| YUV | 100.73 | 97.68 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 55 | 47 | 0 | 0.74 | 0.78 | 0.17 | 2.93 | 0.65 | 0.51 |
| Hex | D3 | 37 | 2F | 0 | 4A | 4E | 11 | 3 | 41 | 33 |
| Octal | 323 | 67 | 57 | 0 | 112 | 116 | 21 | 3 | 101 | 63 |
| Binary | 11010011 | 110111 | 101111 | 0 | 1001010 | 1001110 | 10001 | 11 | 1000001 | 110011 |
Color Harmonies of #D3372F
Complementary color
Monochromatic Colors of #D3372F
Black with #D3372F
Text Example
Text Example
White with #D3372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3372F; }
p { color: rgb(211,55,47); }
H1.HeaderClassName
{
color: #D3372F;
}
.AnyTagClassName
{
color: #D3372F;
}
</style>
background-color css
<style>
a { background-color: #D3372F; }
a { background-color: rgb(211,55,47); }
div.DivClassName
{
background-color: #D3372F;
}
.BgClassName
{
background-color: #D3372F;
}
</style>
border-color css
<style>
span { border-color: #D3372F; }
span { border-color: rgb(211,55,47); }
td.TdClassName
{
border-color: #D3372F;
}
.TagClassName
{
border-color: #D3372F;
}
</style>