Shades of Persian Red #D82B2B
Tints of Persian Red #D82B2B
RGB
CMYK
RGB Variations
Color information
#D82B2B (or 0xD82B2B) is known color: Persian Red. HEX triplet: D8, 2B and 2B. RGB value is (216,43,43). Sum of RGB (Red+Green+Blue) = 216+43+43=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D82B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82B2B is #27D4D4. Grayscale: #5E5E5E. Windows color (decimal): -2610389 or 2829272. OLE color: 2829272.
HSL color Cylindrical-coordinate representation of color #D82B2B: hue angle of 0º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82B2B is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 43 | 43 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.15 |
| HSL | 0º | 0.69% | 0.51% | - |
| HSV(B) | 0º | 0.8% | 0.85% | - |
| XYZ | 29.62 | 16.5 | 3.91 | - |
| YUV | 94.73 | 98.81 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 43 | 43 | 0 | 0.80 | 0.80 | 0.15 | 0 | 0.69 | 0.51 |
| Hex | D8 | 2B | 2B | 0 | 50 | 50 | F | 0 | 45 | 33 |
| Octal | 330 | 53 | 53 | 0 | 120 | 120 | 17 | 0 | 105 | 63 |
| Binary | 11011000 | 101011 | 101011 | 0 | 1010000 | 1010000 | 1111 | 0 | 1000101 | 110011 |
Color Harmonies of #D82B2B
Complementary color
Monochromatic Colors of #D82B2B
Black with #D82B2B
Text Example
Text Example
White with #D82B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82B2B; }
p { color: rgb(216,43,43); }
H1.HeaderClassName
{
color: #D82B2B;
}
.AnyTagClassName
{
color: #D82B2B;
}
</style>
background-color css
<style>
a { background-color: #D82B2B; }
a { background-color: rgb(216,43,43); }
div.DivClassName
{
background-color: #D82B2B;
}
.BgClassName
{
background-color: #D82B2B;
}
</style>
border-color css
<style>
span { border-color: #D82B2B; }
span { border-color: rgb(216,43,43); }
td.TdClassName
{
border-color: #D82B2B;
}
.TagClassName
{
border-color: #D82B2B;
}
</style>