Shades of Persian Red #D43837
Tints of Persian Red #D43837
RGB
CMYK
RGB Variations
Color information
#D43837 (or 0xD43837) is known color: Persian Red. HEX triplet: D4, 38 and 37. RGB value is (212,56,55). Sum of RGB (Red+Green+Blue) = 212+56+55=323 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.63% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 212 - color contains mainly: red. Hex color #D43837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43837 is #2BC7C8. Grayscale: #666666. Windows color (decimal): -2869193 or 3619028. OLE color: 3619028.
HSL color Cylindrical-coordinate representation of color #D43837: hue angle of 0.38º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D43837 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 55 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.17 |
| HSL | 0.38º | 0.65% | 0.52% | - |
| HSV(B) | 0.38º | 0.74% | 0.83% | - |
| XYZ | 29.26 | 17.1 | 5.37 | - |
| YUV | 102.53 | 101.18 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 55 | 0 | 0.74 | 0.74 | 0.17 | 0.38 | 0.65 | 0.52 |
| Hex | D4 | 38 | 37 | 0 | 4A | 4A | 11 | 0 | 41 | 34 |
| Octal | 324 | 70 | 67 | 0 | 112 | 112 | 21 | 0 | 101 | 64 |
| Binary | 11010100 | 111000 | 110111 | 0 | 1001010 | 1001010 | 10001 | 0 | 1000001 | 110100 |
Color Harmonies of #D43837
Complementary color
Monochromatic Colors of #D43837
Black with #D43837
Text Example
Text Example
White with #D43837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43837; }
p { color: rgb(212,56,55); }
H1.HeaderClassName
{
color: #D43837;
}
.AnyTagClassName
{
color: #D43837;
}
</style>
background-color css
<style>
a { background-color: #D43837; }
a { background-color: rgb(212,56,55); }
div.DivClassName
{
background-color: #D43837;
}
.BgClassName
{
background-color: #D43837;
}
</style>
border-color css
<style>
span { border-color: #D43837; }
span { border-color: rgb(212,56,55); }
td.TdClassName
{
border-color: #D43837;
}
.TagClassName
{
border-color: #D43837;
}
</style>