Shades of Persian Red #D83A37
Tints of Persian Red #D83A37
RGB
CMYK
RGB Variations
Color information
#D83A37 (or 0xD83A37) is known color: Persian Red. HEX triplet: D8, 3A and 37. RGB value is (216,58,55). Sum of RGB (Red+Green+Blue) = 216+58+55=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83A37 is #27C5C8. Grayscale: #696969. Windows color (decimal): -2606537 or 3619544. OLE color: 3619544.
HSL color Cylindrical-coordinate representation of color #D83A37: hue angle of 1.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D83A37 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 55 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.15 |
| HSL | 1.12º | 0.67% | 0.53% | - |
| HSV(B) | 1.12º | 0.75% | 0.85% | - |
| XYZ | 30.52 | 17.9 | 5.46 | - |
| YUV | 104.9 | 99.85 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 55 | 0 | 0.73 | 0.75 | 0.15 | 1.12 | 0.67 | 0.53 |
| Hex | D8 | 3A | 37 | 0 | 49 | 4B | F | 1 | 43 | 35 |
| Octal | 330 | 72 | 67 | 0 | 111 | 113 | 17 | 1 | 103 | 65 |
| Binary | 11011000 | 111010 | 110111 | 0 | 1001001 | 1001011 | 1111 | 1 | 1000011 | 110101 |
Color Harmonies of #D83A37
Complementary color
Monochromatic Colors of #D83A37
Black with #D83A37
Text Example
Text Example
White with #D83A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83A37; }
p { color: rgb(216,58,55); }
H1.HeaderClassName
{
color: #D83A37;
}
.AnyTagClassName
{
color: #D83A37;
}
</style>
background-color css
<style>
a { background-color: #D83A37; }
a { background-color: rgb(216,58,55); }
div.DivClassName
{
background-color: #D83A37;
}
.BgClassName
{
background-color: #D83A37;
}
</style>
border-color css
<style>
span { border-color: #D83A37; }
span { border-color: rgb(216,58,55); }
td.TdClassName
{
border-color: #D83A37;
}
.TagClassName
{
border-color: #D83A37;
}
</style>