Shades of Persian Red #D0372B
Tints of Persian Red #D0372B
RGB
CMYK
RGB Variations
Color information
#D0372B (or 0xD0372B) is known color: Persian Red. HEX triplet: D0, 37 and 2B. RGB value is (208,55,43). Sum of RGB (Red+Green+Blue) = 208+55+43=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D0372B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0372B is #2FC8D4. Grayscale: #636363. Windows color (decimal): -3131605 or 2832336. OLE color: 2832336.
HSL color Cylindrical-coordinate representation of color #D0372B: hue angle of 4.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0372B is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 43 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.18 |
| HSL | 4.36º | 0.66% | 0.49% | - |
| HSV(B) | 4.36º | 0.79% | 0.82% | - |
| XYZ | 27.81 | 16.32 | 3.97 | - |
| YUV | 99.38 | 96.19 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 43 | 0 | 0.74 | 0.79 | 0.18 | 4.36 | 0.66 | 0.49 |
| Hex | D0 | 37 | 2B | 0 | 4A | 4F | 12 | 4 | 42 | 31 |
| Octal | 320 | 67 | 53 | 0 | 112 | 117 | 22 | 4 | 102 | 61 |
| Binary | 11010000 | 110111 | 101011 | 0 | 1001010 | 1001111 | 10010 | 100 | 1000010 | 110001 |
Color Harmonies of #D0372B
Complementary color
Monochromatic Colors of #D0372B
Black with #D0372B
Text Example
Text Example
White with #D0372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0372B; }
p { color: rgb(208,55,43); }
H1.HeaderClassName
{
color: #D0372B;
}
.AnyTagClassName
{
color: #D0372B;
}
</style>
background-color css
<style>
a { background-color: #D0372B; }
a { background-color: rgb(208,55,43); }
div.DivClassName
{
background-color: #D0372B;
}
.BgClassName
{
background-color: #D0372B;
}
</style>
border-color css
<style>
span { border-color: #D0372B; }
span { border-color: rgb(208,55,43); }
td.TdClassName
{
border-color: #D0372B;
}
.TagClassName
{
border-color: #D0372B;
}
</style>