Shades of Persian Red #D0372F
Tints of Persian Red #D0372F
RGB
CMYK
RGB Variations
Color information
#D0372F (or 0xD0372F) is known color: Persian Red. HEX triplet: D0, 37 and 2F. RGB value is (208,55,47). Sum of RGB (Red+Green+Blue) = 208+55+47=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D0372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0372F is #2FC8D0. Grayscale: #646464. Windows color (decimal): -3131601 or 3094480. OLE color: 3094480.
HSL color Cylindrical-coordinate representation of color #D0372F: hue angle of 2.98º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0372F is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 47 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.18 |
| HSL | 2.98º | 0.63% | 0.5% | - |
| HSV(B) | 2.98º | 0.77% | 0.82% | - |
| XYZ | 27.89 | 16.35 | 4.37 | - |
| YUV | 99.84 | 98.19 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 47 | 0 | 0.74 | 0.77 | 0.18 | 2.98 | 0.63 | 0.5 |
| Hex | D0 | 37 | 2F | 0 | 4A | 4D | 12 | 3 | 3F | 32 |
| Octal | 320 | 67 | 57 | 0 | 112 | 115 | 22 | 3 | 77 | 62 |
| Binary | 11010000 | 110111 | 101111 | 0 | 1001010 | 1001101 | 10010 | 11 | 111111 | 110010 |
Color Harmonies of #D0372F
Complementary color
Monochromatic Colors of #D0372F
Black with #D0372F
Text Example
Text Example
White with #D0372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0372F; }
p { color: rgb(208,55,47); }
H1.HeaderClassName
{
color: #D0372F;
}
.AnyTagClassName
{
color: #D0372F;
}
</style>
background-color css
<style>
a { background-color: #D0372F; }
a { background-color: rgb(208,55,47); }
div.DivClassName
{
background-color: #D0372F;
}
.BgClassName
{
background-color: #D0372F;
}
</style>
border-color css
<style>
span { border-color: #D0372F; }
span { border-color: rgb(208,55,47); }
td.TdClassName
{
border-color: #D0372F;
}
.TagClassName
{
border-color: #D0372F;
}
</style>