Shades of Persian Red #D23927
Tints of Persian Red #D23927
RGB
CMYK
RGB Variations
Color information
#D23927 (or 0xD23927) is known color: Persian Red. HEX triplet: D2, 39 and 27. RGB value is (210,57,39). Sum of RGB (Red+Green+Blue) = 210+57+39=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 39 (15.62% from 255 or 12.75% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D23927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23927 is #2DC6D8. Grayscale: #646464. Windows color (decimal): -3000025 or 2570706. OLE color: 2570706.
HSL color Cylindrical-coordinate representation of color #D23927: hue angle of 6.32º 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 #D23927 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 39 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.18 |
| HSL | 6.32º | 0.69% | 0.49% | - |
| HSV(B) | 6.32º | 0.81% | 0.82% | - |
| XYZ | 28.41 | 16.77 | 3.66 | - |
| YUV | 100.7 | 93.19 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 39 | 0 | 0.73 | 0.81 | 0.18 | 6.32 | 0.69 | 0.49 |
| Hex | D2 | 39 | 27 | 0 | 49 | 51 | 12 | 6 | 45 | 31 |
| Octal | 322 | 71 | 47 | 0 | 111 | 121 | 22 | 6 | 105 | 61 |
| Binary | 11010010 | 111001 | 100111 | 0 | 1001001 | 1010001 | 10010 | 110 | 1000101 | 110001 |
Color Harmonies of #D23927
Complementary color
Monochromatic Colors of #D23927
Black with #D23927
Text Example
Text Example
White with #D23927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23927; }
p { color: rgb(210,57,39); }
H1.HeaderClassName
{
color: #D23927;
}
.AnyTagClassName
{
color: #D23927;
}
</style>
background-color css
<style>
a { background-color: #D23927; }
a { background-color: rgb(210,57,39); }
div.DivClassName
{
background-color: #D23927;
}
.BgClassName
{
background-color: #D23927;
}
</style>
border-color css
<style>
span { border-color: #D23927; }
span { border-color: rgb(210,57,39); }
td.TdClassName
{
border-color: #D23927;
}
.TagClassName
{
border-color: #D23927;
}
</style>