Shades of Persian Red #D92D2D
Tints of Persian Red #D92D2D
RGB
CMYK
RGB Variations
Color information
#D92D2D (or 0xD92D2D) is known color: Persian Red. HEX triplet: D9, 2D and 2D. RGB value is (217,45,45). Sum of RGB (Red+Green+Blue) = 217+45+45=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D2D is #26D2D2. Grayscale: #606060. Windows color (decimal): -2544339 or 2960857. OLE color: 2960857.
HSL color Cylindrical-coordinate representation of color #D92D2D: 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.79%. Process color model (Four color, CMYK) of #D92D2D is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 45 | 45 | - |
| CMYK | 0 | 0.79 | 0.79 | 0.15 |
| HSL | 0º | 0.69% | 0.51% | - |
| HSV(B) | 0º | 0.79% | 0.85% | - |
| XYZ | 30.03 | 16.82 | 4.15 | - |
| YUV | 96.43 | 98.98 | 214 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 45 | 45 | 0 | 0.79 | 0.79 | 0.15 | 0 | 0.69 | 0.51 |
| Hex | D9 | 2D | 2D | 0 | 4F | 4F | F | 0 | 45 | 33 |
| Octal | 331 | 55 | 55 | 0 | 117 | 117 | 17 | 0 | 105 | 63 |
| Binary | 11011001 | 101101 | 101101 | 0 | 1001111 | 1001111 | 1111 | 0 | 1000101 | 110011 |
Color Harmonies of #D92D2D
Complementary color
Monochromatic Colors of #D92D2D
Black with #D92D2D
Text Example
Text Example
White with #D92D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92D2D; }
p { color: rgb(217,45,45); }
H1.HeaderClassName
{
color: #D92D2D;
}
.AnyTagClassName
{
color: #D92D2D;
}
</style>
background-color css
<style>
a { background-color: #D92D2D; }
a { background-color: rgb(217,45,45); }
div.DivClassName
{
background-color: #D92D2D;
}
.BgClassName
{
background-color: #D92D2D;
}
</style>
border-color css
<style>
span { border-color: #D92D2D; }
span { border-color: rgb(217,45,45); }
td.TdClassName
{
border-color: #D92D2D;
}
.TagClassName
{
border-color: #D92D2D;
}
</style>