Shades of Persian Red #D23E2C
Tints of Persian Red #D23E2C
RGB
CMYK
RGB Variations
Color information
#D23E2C (or 0xD23E2C) is known color: Persian Red. HEX triplet: D2, 3E and 2C. RGB value is (210,62,44). Sum of RGB (Red+Green+Blue) = 210+62+44=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E2C is #2DC1D3. Grayscale: #686868. Windows color (decimal): -2998740 or 2899666. OLE color: 2899666.
HSL color Cylindrical-coordinate representation of color #D23E2C: hue angle of 6.51º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D23E2C is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 44 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.18 |
| HSL | 6.51º | 0.65% | 0.5% | - |
| HSV(B) | 6.51º | 0.79% | 0.82% | - |
| XYZ | 28.76 | 17.33 | 4.21 | - |
| YUV | 104.2 | 94.03 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 44 | 0 | 0.70 | 0.79 | 0.18 | 6.51 | 0.65 | 0.5 |
| Hex | D2 | 3E | 2C | 0 | 46 | 4F | 12 | 7 | 41 | 32 |
| Octal | 322 | 76 | 54 | 0 | 106 | 117 | 22 | 7 | 101 | 62 |
| Binary | 11010010 | 111110 | 101100 | 0 | 1000110 | 1001111 | 10010 | 111 | 1000001 | 110010 |
Color Harmonies of #D23E2C
Complementary color
Monochromatic Colors of #D23E2C
Black with #D23E2C
Text Example
Text Example
White with #D23E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E2C; }
p { color: rgb(210,62,44); }
H1.HeaderClassName
{
color: #D23E2C;
}
.AnyTagClassName
{
color: #D23E2C;
}
</style>
background-color css
<style>
a { background-color: #D23E2C; }
a { background-color: rgb(210,62,44); }
div.DivClassName
{
background-color: #D23E2C;
}
.BgClassName
{
background-color: #D23E2C;
}
</style>
border-color css
<style>
span { border-color: #D23E2C; }
span { border-color: rgb(210,62,44); }
td.TdClassName
{
border-color: #D23E2C;
}
.TagClassName
{
border-color: #D23E2C;
}
</style>