Shades of Persian Red #D4372D
Tints of Persian Red #D4372D
RGB
CMYK
RGB Variations
Color information
#D4372D (or 0xD4372D) is known color: Persian Red. HEX triplet: D4, 37 and 2D. RGB value is (212,55,45). Sum of RGB (Red+Green+Blue) = 212+55+45=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4372D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4372D is #2BC8D2. Grayscale: #646464. Windows color (decimal): -2869459 or 2963412. OLE color: 2963412.
HSL color Cylindrical-coordinate representation of color #D4372D: hue angle of 3.59º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D4372D is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 55 | 45 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.17 |
| HSL | 3.59º | 0.66% | 0.5% | - |
| HSV(B) | 3.59º | 0.79% | 0.83% | - |
| XYZ | 28.99 | 16.92 | 4.22 | - |
| YUV | 100.8 | 96.51 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 55 | 45 | 0 | 0.74 | 0.79 | 0.17 | 3.59 | 0.66 | 0.5 |
| Hex | D4 | 37 | 2D | 0 | 4A | 4F | 11 | 4 | 42 | 32 |
| Octal | 324 | 67 | 55 | 0 | 112 | 117 | 21 | 4 | 102 | 62 |
| Binary | 11010100 | 110111 | 101101 | 0 | 1001010 | 1001111 | 10001 | 100 | 1000010 | 110010 |
Color Harmonies of #D4372D
Complementary color
Monochromatic Colors of #D4372D
Black with #D4372D
Text Example
Text Example
White with #D4372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4372D; }
p { color: rgb(212,55,45); }
H1.HeaderClassName
{
color: #D4372D;
}
.AnyTagClassName
{
color: #D4372D;
}
</style>
background-color css
<style>
a { background-color: #D4372D; }
a { background-color: rgb(212,55,45); }
div.DivClassName
{
background-color: #D4372D;
}
.BgClassName
{
background-color: #D4372D;
}
</style>
border-color css
<style>
span { border-color: #D4372D; }
span { border-color: rgb(212,55,45); }
td.TdClassName
{
border-color: #D4372D;
}
.TagClassName
{
border-color: #D4372D;
}
</style>