Shades of Persian Red #D83329
Tints of Persian Red #D83329
RGB
CMYK
RGB Variations
Color information
#D83329 (or 0xD83329) is known color: Persian Red. HEX triplet: D8, 33 and 29. RGB value is (216,51,41). Sum of RGB (Red+Green+Blue) = 216+51+41=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D83329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83329 is #27CCD6. Grayscale: #636363. Windows color (decimal): -2608343 or 2700248. OLE color: 2700248.
HSL color Cylindrical-coordinate representation of color #D83329: hue angle of 3.43º 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 #D83329 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 41 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.15 |
| HSL | 3.43º | 0.69% | 0.5% | - |
| HSV(B) | 3.43º | 0.81% | 0.85% | - |
| XYZ | 29.9 | 17.13 | 3.83 | - |
| YUV | 99.2 | 95.16 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 41 | 0 | 0.76 | 0.81 | 0.15 | 3.43 | 0.69 | 0.5 |
| Hex | D8 | 33 | 29 | 0 | 4C | 51 | F | 3 | 45 | 32 |
| Octal | 330 | 63 | 51 | 0 | 114 | 121 | 17 | 3 | 105 | 62 |
| Binary | 11011000 | 110011 | 101001 | 0 | 1001100 | 1010001 | 1111 | 11 | 1000101 | 110010 |
Color Harmonies of #D83329
Complementary color
Monochromatic Colors of #D83329
Black with #D83329
Text Example
Text Example
White with #D83329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83329; }
p { color: rgb(216,51,41); }
H1.HeaderClassName
{
color: #D83329;
}
.AnyTagClassName
{
color: #D83329;
}
</style>
background-color css
<style>
a { background-color: #D83329; }
a { background-color: rgb(216,51,41); }
div.DivClassName
{
background-color: #D83329;
}
.BgClassName
{
background-color: #D83329;
}
</style>
border-color css
<style>
span { border-color: #D83329; }
span { border-color: rgb(216,51,41); }
td.TdClassName
{
border-color: #D83329;
}
.TagClassName
{
border-color: #D83329;
}
</style>