Shades of Persian Red #D7332F
Tints of Persian Red #D7332F
RGB
CMYK
RGB Variations
Color information
#D7332F (or 0xD7332F) is known color: Persian Red. HEX triplet: D7, 33 and 2F. RGB value is (215,51,47). Sum of RGB (Red+Green+Blue) = 215+51+47=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7332F is #28CCD0. Grayscale: #636363. Windows color (decimal): -2673873 or 3093463. OLE color: 3093463.
HSL color Cylindrical-coordinate representation of color #D7332F: hue angle of 1.43º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7332F is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 51 | 47 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.16 |
| HSL | 1.43º | 0.68% | 0.51% | - |
| HSV(B) | 1.43º | 0.78% | 0.84% | - |
| XYZ | 29.72 | 17.02 | 4.41 | - |
| YUV | 99.58 | 98.33 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 51 | 47 | 0 | 0.76 | 0.78 | 0.16 | 1.43 | 0.68 | 0.51 |
| Hex | D7 | 33 | 2F | 0 | 4C | 4E | 10 | 1 | 44 | 33 |
| Octal | 327 | 63 | 57 | 0 | 114 | 116 | 20 | 1 | 104 | 63 |
| Binary | 11010111 | 110011 | 101111 | 0 | 1001100 | 1001110 | 10000 | 1 | 1000100 | 110011 |
Color Harmonies of #D7332F
Complementary color
Monochromatic Colors of #D7332F
Black with #D7332F
Text Example
Text Example
White with #D7332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7332F; }
p { color: rgb(215,51,47); }
H1.HeaderClassName
{
color: #D7332F;
}
.AnyTagClassName
{
color: #D7332F;
}
</style>
background-color css
<style>
a { background-color: #D7332F; }
a { background-color: rgb(215,51,47); }
div.DivClassName
{
background-color: #D7332F;
}
.BgClassName
{
background-color: #D7332F;
}
</style>
border-color css
<style>
span { border-color: #D7332F; }
span { border-color: rgb(215,51,47); }
td.TdClassName
{
border-color: #D7332F;
}
.TagClassName
{
border-color: #D7332F;
}
</style>