Shades of Persian Red #D23127
Tints of Persian Red #D23127
RGB
CMYK
RGB Variations
Color information
#D23127 (or 0xD23127) is known color: Persian Red. HEX triplet: D2, 31 and 27. RGB value is (210,49,39). Sum of RGB (Red+Green+Blue) = 210+49+39=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D23127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23127 is #2DCED8. Grayscale: #606060. Windows color (decimal): -3002073 or 2568658. OLE color: 2568658.
HSL color Cylindrical-coordinate representation of color #D23127: hue angle of 3.51º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D23127 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 39 | - |
| CMYK | 0 | 0.77 | 0.81 | 0.18 |
| HSL | 3.51º | 0.69% | 0.49% | - |
| HSV(B) | 3.51º | 0.81% | 0.82% | - |
| XYZ | 28.04 | 16.04 | 3.54 | - |
| YUV | 96 | 95.84 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 39 | 0 | 0.77 | 0.81 | 0.18 | 3.51 | 0.69 | 0.49 |
| Hex | D2 | 31 | 27 | 0 | 4D | 51 | 12 | 4 | 45 | 31 |
| Octal | 322 | 61 | 47 | 0 | 115 | 121 | 22 | 4 | 105 | 61 |
| Binary | 11010010 | 110001 | 100111 | 0 | 1001101 | 1010001 | 10010 | 100 | 1000101 | 110001 |
Color Harmonies of #D23127
Complementary color
Monochromatic Colors of #D23127
Black with #D23127
Text Example
Text Example
White with #D23127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23127; }
p { color: rgb(210,49,39); }
H1.HeaderClassName
{
color: #D23127;
}
.AnyTagClassName
{
color: #D23127;
}
</style>
background-color css
<style>
a { background-color: #D23127; }
a { background-color: rgb(210,49,39); }
div.DivClassName
{
background-color: #D23127;
}
.BgClassName
{
background-color: #D23127;
}
</style>
border-color css
<style>
span { border-color: #D23127; }
span { border-color: rgb(210,49,39); }
td.TdClassName
{
border-color: #D23127;
}
.TagClassName
{
border-color: #D23127;
}
</style>