Shades of Persian Red #D23C28
Tints of Persian Red #D23C28
RGB
CMYK
RGB Variations
Color information
#D23C28 (or 0xD23C28) is known color: Persian Red. HEX triplet: D2, 3C and 28. RGB value is (210,60,40). Sum of RGB (Red+Green+Blue) = 210+60+40=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23C28 is #2DC3D7. Grayscale: #666666. Windows color (decimal): -2999256 or 2637010. OLE color: 2637010.
HSL color Cylindrical-coordinate representation of color #D23C28: hue angle of 7.06º degrees, saturation: 0.68, 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 #D23C28 is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 40 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.18 |
| HSL | 7.06º | 0.68% | 0.49% | - |
| HSV(B) | 7.06º | 0.81% | 0.82% | - |
| XYZ | 28.58 | 17.09 | 3.8 | - |
| YUV | 102.57 | 92.7 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 40 | 0 | 0.71 | 0.81 | 0.18 | 7.06 | 0.68 | 0.49 |
| Hex | D2 | 3C | 28 | 0 | 47 | 51 | 12 | 7 | 44 | 31 |
| Octal | 322 | 74 | 50 | 0 | 107 | 121 | 22 | 7 | 104 | 61 |
| Binary | 11010010 | 111100 | 101000 | 0 | 1000111 | 1010001 | 10010 | 111 | 1000100 | 110001 |
Color Harmonies of #D23C28
Complementary color
Monochromatic Colors of #D23C28
Black with #D23C28
Text Example
Text Example
White with #D23C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C28; }
p { color: rgb(210,60,40); }
H1.HeaderClassName
{
color: #D23C28;
}
.AnyTagClassName
{
color: #D23C28;
}
</style>
background-color css
<style>
a { background-color: #D23C28; }
a { background-color: rgb(210,60,40); }
div.DivClassName
{
background-color: #D23C28;
}
.BgClassName
{
background-color: #D23C28;
}
</style>
border-color css
<style>
span { border-color: #D23C28; }
span { border-color: rgb(210,60,40); }
td.TdClassName
{
border-color: #D23C28;
}
.TagClassName
{
border-color: #D23C28;
}
</style>