Shades of Persian Red #D83332
Tints of Persian Red #D83332
RGB
CMYK
RGB Variations
Color information
#D83332 (or 0xD83332) is known color: Persian Red. HEX triplet: D8, 33 and 32. RGB value is (216,51,50). Sum of RGB (Red+Green+Blue) = 216+51+50=317 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.14% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 216 - color contains mainly: red. Hex color #D83332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83332 is #27CCCD. Grayscale: #646464. Windows color (decimal): -2608334 or 3290072. OLE color: 3290072.
HSL color Cylindrical-coordinate representation of color #D83332: hue angle of 0.36º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D83332 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 50 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.15 |
| HSL | 0.36º | 0.68% | 0.52% | - |
| HSV(B) | 0.36º | 0.77% | 0.85% | - |
| XYZ | 30.08 | 17.2 | 4.75 | - |
| YUV | 100.22 | 99.66 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 50 | 0 | 0.76 | 0.77 | 0.15 | 0.36 | 0.68 | 0.52 |
| Hex | D8 | 33 | 32 | 0 | 4C | 4D | F | 0 | 44 | 34 |
| Octal | 330 | 63 | 62 | 0 | 114 | 115 | 17 | 0 | 104 | 64 |
| Binary | 11011000 | 110011 | 110010 | 0 | 1001100 | 1001101 | 1111 | 0 | 1000100 | 110100 |
Color Harmonies of #D83332
Complementary color
Monochromatic Colors of #D83332
Black with #D83332
Text Example
Text Example
White with #D83332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83332; }
p { color: rgb(216,51,50); }
H1.HeaderClassName
{
color: #D83332;
}
.AnyTagClassName
{
color: #D83332;
}
</style>
background-color css
<style>
a { background-color: #D83332; }
a { background-color: rgb(216,51,50); }
div.DivClassName
{
background-color: #D83332;
}
.BgClassName
{
background-color: #D83332;
}
</style>
border-color css
<style>
span { border-color: #D83332; }
span { border-color: rgb(216,51,50); }
td.TdClassName
{
border-color: #D83332;
}
.TagClassName
{
border-color: #D83332;
}
</style>