Shades of Persian Red #D92D2B
Tints of Persian Red #D92D2B
RGB
CMYK
RGB Variations
Color information
#D92D2B (or 0xD92D2B) is known color: Persian Red. HEX triplet: D9, 2D and 2B. RGB value is (217,45,43). Sum of RGB (Red+Green+Blue) = 217+45+43=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D2B is #26D2D4. Grayscale: #606060. Windows color (decimal): -2544341 or 2829785. OLE color: 2829785.
HSL color Cylindrical-coordinate representation of color #D92D2B: hue angle of 0.69º degrees, saturation: 0.7, 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 #D92D2B is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 43 | - |
| CMYK | 0 | 0.79 | 0.80 | 0.15 |
| HSL | 0.69º | 0.7% | 0.51% | - |
| HSV(B) | 0.69º | 0.8% | 0.85% | - |
| XYZ | 29.99 | 16.8 | 3.95 | - |
| YUV | 96.2 | 97.98 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 43 | 0 | 0.79 | 0.80 | 0.15 | 0.69 | 0.7 | 0.51 |
| Hex | D9 | 2D | 2B | 0 | 4F | 50 | F | 1 | 46 | 33 |
| Octal | 331 | 55 | 53 | 0 | 117 | 120 | 17 | 1 | 106 | 63 |
| Binary | 11011001 | 101101 | 101011 | 0 | 1001111 | 1010000 | 1111 | 1 | 1000110 | 110011 |
Color Harmonies of #D92D2B
Complementary color
Monochromatic Colors of #D92D2B
Black with #D92D2B
Text Example
Text Example
White with #D92D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D2B; }
p { color: rgb(217,45,43); }
H1.HeaderClassName
{
color: #D92D2B;
}
.AnyTagClassName
{
color: #D92D2B;
}
</style>
background-color css
<style>
a { background-color: #D92D2B; }
a { background-color: rgb(217,45,43); }
div.DivClassName
{
background-color: #D92D2B;
}
.BgClassName
{
background-color: #D92D2B;
}
</style>
border-color css
<style>
span { border-color: #D92D2B; }
span { border-color: rgb(217,45,43); }
td.TdClassName
{
border-color: #D92D2B;
}
.TagClassName
{
border-color: #D92D2B;
}
</style>