Shades of Persian Red #D92B29
Tints of Persian Red #D92B29
RGB
CMYK
RGB Variations
Color information
#D92B29 (or 0xD92B29) is known color: Persian Red. HEX triplet: D9, 2B and 29. RGB value is (217,43,41). Sum of RGB (Red+Green+Blue) = 217+43+41=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92B29 is #26D4D6. Grayscale: #5E5E5E. Windows color (decimal): -2544855 or 2698201. OLE color: 2698201.
HSL color Cylindrical-coordinate representation of color #D92B29: hue angle of 0.68º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92B29 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 43 | 41 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.15 |
| HSL | 0.68º | 0.7% | 0.51% | - |
| HSV(B) | 0.68º | 0.81% | 0.85% | - |
| XYZ | 29.88 | 16.64 | 3.73 | - |
| YUV | 94.8 | 97.65 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 43 | 41 | 0 | 0.80 | 0.81 | 0.15 | 0.68 | 0.7 | 0.51 |
| Hex | D9 | 2B | 29 | 0 | 50 | 51 | F | 1 | 46 | 33 |
| Octal | 331 | 53 | 51 | 0 | 120 | 121 | 17 | 1 | 106 | 63 |
| Binary | 11011001 | 101011 | 101001 | 0 | 1010000 | 1010001 | 1111 | 1 | 1000110 | 110011 |
Color Harmonies of #D92B29
Complementary color
Monochromatic Colors of #D92B29
Black with #D92B29
Text Example
Text Example
White with #D92B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92B29; }
p { color: rgb(217,43,41); }
H1.HeaderClassName
{
color: #D92B29;
}
.AnyTagClassName
{
color: #D92B29;
}
</style>
background-color css
<style>
a { background-color: #D92B29; }
a { background-color: rgb(217,43,41); }
div.DivClassName
{
background-color: #D92B29;
}
.BgClassName
{
background-color: #D92B29;
}
</style>
border-color css
<style>
span { border-color: #D92B29; }
span { border-color: rgb(217,43,41); }
td.TdClassName
{
border-color: #D92B29;
}
.TagClassName
{
border-color: #D92B29;
}
</style>