Shades of Persian Red #D23C2E
Tints of Persian Red #D23C2E
RGB
CMYK
RGB Variations
Color information
#D23C2E (or 0xD23C2E) is known color: Persian Red. HEX triplet: D2, 3C and 2E. RGB value is (210,60,46). Sum of RGB (Red+Green+Blue) = 210+60+46=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23C2E is #2DC3D1. Grayscale: #676767. Windows color (decimal): -2999250 or 3030226. OLE color: 3030226.
HSL color Cylindrical-coordinate representation of color #D23C2E: hue angle of 5.12º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D23C2E is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 46 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.18 |
| HSL | 5.12º | 0.65% | 0.5% | - |
| HSV(B) | 5.12º | 0.78% | 0.82% | - |
| XYZ | 28.69 | 17.13 | 4.38 | - |
| YUV | 103.25 | 95.7 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 46 | 0 | 0.71 | 0.78 | 0.18 | 5.12 | 0.65 | 0.5 |
| Hex | D2 | 3C | 2E | 0 | 47 | 4E | 12 | 5 | 41 | 32 |
| Octal | 322 | 74 | 56 | 0 | 107 | 116 | 22 | 5 | 101 | 62 |
| Binary | 11010010 | 111100 | 101110 | 0 | 1000111 | 1001110 | 10010 | 101 | 1000001 | 110010 |
Color Harmonies of #D23C2E
Complementary color
Monochromatic Colors of #D23C2E
Black with #D23C2E
Text Example
Text Example
White with #D23C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C2E; }
p { color: rgb(210,60,46); }
H1.HeaderClassName
{
color: #D23C2E;
}
.AnyTagClassName
{
color: #D23C2E;
}
</style>
background-color css
<style>
a { background-color: #D23C2E; }
a { background-color: rgb(210,60,46); }
div.DivClassName
{
background-color: #D23C2E;
}
.BgClassName
{
background-color: #D23C2E;
}
</style>
border-color css
<style>
span { border-color: #D23C2E; }
span { border-color: rgb(210,60,46); }
td.TdClassName
{
border-color: #D23C2E;
}
.TagClassName
{
border-color: #D23C2E;
}
</style>