Shades of Persian Red #D92F2A
Tints of Persian Red #D92F2A
RGB
CMYK
RGB Variations
Color information
#D92F2A (or 0xD92F2A) is known color: Persian Red. HEX triplet: D9, 2F and 2A. RGB value is (217,47,42). Sum of RGB (Red+Green+Blue) = 217+47+42=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F2A is #26D0D5. Grayscale: #616161. Windows color (decimal): -2543830 or 2764761. OLE color: 2764761.
HSL color Cylindrical-coordinate representation of color #D92F2A: hue angle of 1.71º 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 #D92F2A is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 42 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.15 |
| HSL | 1.71º | 0.7% | 0.51% | - |
| HSV(B) | 1.71º | 0.81% | 0.85% | - |
| XYZ | 30.05 | 16.95 | 3.88 | - |
| YUV | 97.26 | 96.82 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 42 | 0 | 0.78 | 0.81 | 0.15 | 1.71 | 0.7 | 0.51 |
| Hex | D9 | 2F | 2A | 0 | 4E | 51 | F | 2 | 46 | 33 |
| Octal | 331 | 57 | 52 | 0 | 116 | 121 | 17 | 2 | 106 | 63 |
| Binary | 11011001 | 101111 | 101010 | 0 | 1001110 | 1010001 | 1111 | 10 | 1000110 | 110011 |
Color Harmonies of #D92F2A
Complementary color
Monochromatic Colors of #D92F2A
Black with #D92F2A
Text Example
Text Example
White with #D92F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F2A; }
p { color: rgb(217,47,42); }
H1.HeaderClassName
{
color: #D92F2A;
}
.AnyTagClassName
{
color: #D92F2A;
}
</style>
background-color css
<style>
a { background-color: #D92F2A; }
a { background-color: rgb(217,47,42); }
div.DivClassName
{
background-color: #D92F2A;
}
.BgClassName
{
background-color: #D92F2A;
}
</style>
border-color css
<style>
span { border-color: #D92F2A; }
span { border-color: rgb(217,47,42); }
td.TdClassName
{
border-color: #D92F2A;
}
.TagClassName
{
border-color: #D92F2A;
}
</style>