Shades of Persian Red #D23C2D
Tints of Persian Red #D23C2D
RGB
CMYK
RGB Variations
Color information
#D23C2D (or 0xD23C2D) is known color: Persian Red. HEX triplet: D2, 3C and 2D. RGB value is (210,60,45). Sum of RGB (Red+Green+Blue) = 210+60+45=315 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.67% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23C2D is #2DC3D2. Grayscale: #676767. Windows color (decimal): -2999251 or 2964690. OLE color: 2964690.
HSL color Cylindrical-coordinate representation of color #D23C2D: hue angle of 5.45º 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 #D23C2D is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 45 | - |
| CMYK | 0 | 0.71 | 0.79 | 0.18 |
| HSL | 5.45º | 0.65% | 0.5% | - |
| HSV(B) | 5.45º | 0.79% | 0.82% | - |
| XYZ | 28.67 | 17.12 | 4.28 | - |
| YUV | 103.14 | 95.2 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 45 | 0 | 0.71 | 0.79 | 0.18 | 5.45 | 0.65 | 0.5 |
| Hex | D2 | 3C | 2D | 0 | 47 | 4F | 12 | 5 | 41 | 32 |
| Octal | 322 | 74 | 55 | 0 | 107 | 117 | 22 | 5 | 101 | 62 |
| Binary | 11010010 | 111100 | 101101 | 0 | 1000111 | 1001111 | 10010 | 101 | 1000001 | 110010 |
Color Harmonies of #D23C2D
Complementary color
Monochromatic Colors of #D23C2D
Black with #D23C2D
Text Example
Text Example
White with #D23C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C2D; }
p { color: rgb(210,60,45); }
H1.HeaderClassName
{
color: #D23C2D;
}
.AnyTagClassName
{
color: #D23C2D;
}
</style>
background-color css
<style>
a { background-color: #D23C2D; }
a { background-color: rgb(210,60,45); }
div.DivClassName
{
background-color: #D23C2D;
}
.BgClassName
{
background-color: #D23C2D;
}
</style>
border-color css
<style>
span { border-color: #D23C2D; }
span { border-color: rgb(210,60,45); }
td.TdClassName
{
border-color: #D23C2D;
}
.TagClassName
{
border-color: #D23C2D;
}
</style>