Shades of Persian Red #D92F23
Tints of Persian Red #D92F23
RGB
CMYK
RGB Variations
Color information
#D92F23 (or 0xD92F23) is known color: Persian Red. HEX triplet: D9, 2F and 23. RGB value is (217,47,35). Sum of RGB (Red+Green+Blue) = 217+47+35=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F23 is #26D0DC. Grayscale: #606060. Windows color (decimal): -2543837 or 2306009. OLE color: 2306009.
HSL color Cylindrical-coordinate representation of color #D92F23: hue angle of 3.96º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D92F23 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 47 | 35 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.15 |
| HSL | 3.96º | 0.72% | 0.49% | - |
| HSV(B) | 3.96º | 0.84% | 0.85% | - |
| XYZ | 29.94 | 16.91 | 3.28 | - |
| YUV | 96.46 | 93.32 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 47 | 35 | 0 | 0.78 | 0.84 | 0.15 | 3.96 | 0.72 | 0.49 |
| Hex | D9 | 2F | 23 | 0 | 4E | 54 | F | 4 | 48 | 31 |
| Octal | 331 | 57 | 43 | 0 | 116 | 124 | 17 | 4 | 110 | 61 |
| Binary | 11011001 | 101111 | 100011 | 0 | 1001110 | 1010100 | 1111 | 100 | 1001000 | 110001 |
Color Harmonies of #D92F23
Complementary color
Monochromatic Colors of #D92F23
Black with #D92F23
Text Example
Text Example
White with #D92F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92F23; }
p { color: rgb(217,47,35); }
H1.HeaderClassName
{
color: #D92F23;
}
.AnyTagClassName
{
color: #D92F23;
}
</style>
background-color css
<style>
a { background-color: #D92F23; }
a { background-color: rgb(217,47,35); }
div.DivClassName
{
background-color: #D92F23;
}
.BgClassName
{
background-color: #D92F23;
}
</style>
border-color css
<style>
span { border-color: #D92F23; }
span { border-color: rgb(217,47,35); }
td.TdClassName
{
border-color: #D92F23;
}
.TagClassName
{
border-color: #D92F23;
}
</style>