Shades of Persian Red #D92621
Tints of Persian Red #D92621
RGB
CMYK
RGB Variations
Color information
#D92621 (or 0xD92621) is known color: Persian Red. HEX triplet: D9, 26 and 21. RGB value is (217,38,33). Sum of RGB (Red+Green+Blue) = 217+38+33=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D92621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92621 is #26D9DE. Grayscale: #5B5B5B. Windows color (decimal): -2546143 or 2172633. OLE color: 2172633.
HSL color Cylindrical-coordinate representation of color #D92621: hue angle of 1.63º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92621 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 33 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.15 |
| HSL | 1.63º | 0.74% | 0.49% | - |
| HSV(B) | 1.63º | 0.85% | 0.85% | - |
| XYZ | 29.58 | 16.25 | 3.02 | - |
| YUV | 90.95 | 95.3 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 33 | 0 | 0.82 | 0.85 | 0.15 | 1.63 | 0.74 | 0.49 |
| Hex | D9 | 26 | 21 | 0 | 52 | 55 | F | 2 | 4A | 31 |
| Octal | 331 | 46 | 41 | 0 | 122 | 125 | 17 | 2 | 112 | 61 |
| Binary | 11011001 | 100110 | 100001 | 0 | 1010010 | 1010101 | 1111 | 10 | 1001010 | 110001 |
Color Harmonies of #D92621
Complementary color
Monochromatic Colors of #D92621
Black with #D92621
Text Example
Text Example
White with #D92621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92621; }
p { color: rgb(217,38,33); }
H1.HeaderClassName
{
color: #D92621;
}
.AnyTagClassName
{
color: #D92621;
}
</style>
background-color css
<style>
a { background-color: #D92621; }
a { background-color: rgb(217,38,33); }
div.DivClassName
{
background-color: #D92621;
}
.BgClassName
{
background-color: #D92621;
}
</style>
border-color css
<style>
span { border-color: #D92621; }
span { border-color: rgb(217,38,33); }
td.TdClassName
{
border-color: #D92621;
}
.TagClassName
{
border-color: #D92621;
}
</style>