Shades of Persian Red #D83829
Tints of Persian Red #D83829
RGB
CMYK
RGB Variations
Color information
#D83829 (or 0xD83829) is known color: Persian Red. HEX triplet: D8, 38 and 29. RGB value is (216,56,41). Sum of RGB (Red+Green+Blue) = 216+56+41=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D83829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83829 is #27C7D6. Grayscale: #666666. Windows color (decimal): -2607063 or 2701528. OLE color: 2701528.
HSL color Cylindrical-coordinate representation of color #D83829: hue angle of 5.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D83829 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 41 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.15 |
| HSL | 5.14º | 0.69% | 0.5% | - |
| HSV(B) | 5.14º | 0.81% | 0.85% | - |
| XYZ | 30.13 | 17.59 | 3.9 | - |
| YUV | 102.13 | 93.51 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 41 | 0 | 0.74 | 0.81 | 0.15 | 5.14 | 0.69 | 0.5 |
| Hex | D8 | 38 | 29 | 0 | 4A | 51 | F | 5 | 45 | 32 |
| Octal | 330 | 70 | 51 | 0 | 112 | 121 | 17 | 5 | 105 | 62 |
| Binary | 11011000 | 111000 | 101001 | 0 | 1001010 | 1010001 | 1111 | 101 | 1000101 | 110010 |
Color Harmonies of #D83829
Complementary color
Monochromatic Colors of #D83829
Black with #D83829
Text Example
Text Example
White with #D83829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83829; }
p { color: rgb(216,56,41); }
H1.HeaderClassName
{
color: #D83829;
}
.AnyTagClassName
{
color: #D83829;
}
</style>
background-color css
<style>
a { background-color: #D83829; }
a { background-color: rgb(216,56,41); }
div.DivClassName
{
background-color: #D83829;
}
.BgClassName
{
background-color: #D83829;
}
</style>
border-color css
<style>
span { border-color: #D83829; }
span { border-color: rgb(216,56,41); }
td.TdClassName
{
border-color: #D83829;
}
.TagClassName
{
border-color: #D83829;
}
</style>