Shades of Persian Red #D2372F
Tints of Persian Red #D2372F
RGB
CMYK
RGB Variations
Color information
#D2372F (or 0xD2372F) is known color: Persian Red. HEX triplet: D2, 37 and 2F. RGB value is (210,55,47). Sum of RGB (Red+Green+Blue) = 210+55+47=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D2372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2372F is #2DC8D0. Grayscale: #646464. Windows color (decimal): -3000529 or 3094482. OLE color: 3094482.
HSL color Cylindrical-coordinate representation of color #D2372F: hue angle of 2.94º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2372F is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 47 | - |
| CMYK | 0 | 0.74 | 0.78 | 0.18 |
| HSL | 2.94º | 0.64% | 0.5% | - |
| HSV(B) | 2.94º | 0.78% | 0.82% | - |
| XYZ | 28.46 | 16.64 | 4.4 | - |
| YUV | 100.43 | 97.85 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 47 | 0 | 0.74 | 0.78 | 0.18 | 2.94 | 0.64 | 0.5 |
| Hex | D2 | 37 | 2F | 0 | 4A | 4E | 12 | 3 | 40 | 32 |
| Octal | 322 | 67 | 57 | 0 | 112 | 116 | 22 | 3 | 100 | 62 |
| Binary | 11010010 | 110111 | 101111 | 0 | 1001010 | 1001110 | 10010 | 11 | 1000000 | 110010 |
Color Harmonies of #D2372F
Complementary color
Monochromatic Colors of #D2372F
Black with #D2372F
Text Example
Text Example
White with #D2372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2372F; }
p { color: rgb(210,55,47); }
H1.HeaderClassName
{
color: #D2372F;
}
.AnyTagClassName
{
color: #D2372F;
}
</style>
background-color css
<style>
a { background-color: #D2372F; }
a { background-color: rgb(210,55,47); }
div.DivClassName
{
background-color: #D2372F;
}
.BgClassName
{
background-color: #D2372F;
}
</style>
border-color css
<style>
span { border-color: #D2372F; }
span { border-color: rgb(210,55,47); }
td.TdClassName
{
border-color: #D2372F;
}
.TagClassName
{
border-color: #D2372F;
}
</style>