Shades of Persian Red #D23E28
Tints of Persian Red #D23E28
RGB
CMYK
RGB Variations
Color information
#D23E28 (or 0xD23E28) is known color: Persian Red. HEX triplet: D2, 3E and 28. RGB value is (210,62,40). Sum of RGB (Red+Green+Blue) = 210+62+40=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E28 is #2DC1D7. Grayscale: #676767. Windows color (decimal): -2998744 or 2637522. OLE color: 2637522.
HSL color Cylindrical-coordinate representation of color #D23E28: hue angle of 7.76º 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 #D23E28 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 40 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.18 |
| HSL | 7.76º | 0.68% | 0.49% | - |
| HSV(B) | 7.76º | 0.81% | 0.82% | - |
| XYZ | 28.68 | 17.3 | 3.83 | - |
| YUV | 103.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 40 | 0 | 0.70 | 0.81 | 0.18 | 7.76 | 0.68 | 0.49 |
| Hex | D2 | 3E | 28 | 0 | 46 | 51 | 12 | 8 | 44 | 31 |
| Octal | 322 | 76 | 50 | 0 | 106 | 121 | 22 | 10 | 104 | 61 |
| Binary | 11010010 | 111110 | 101000 | 0 | 1000110 | 1010001 | 10010 | 1000 | 1000100 | 110001 |
Color Harmonies of #D23E28
Complementary color
Monochromatic Colors of #D23E28
Black with #D23E28
Text Example
Text Example
White with #D23E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E28; }
p { color: rgb(210,62,40); }
H1.HeaderClassName
{
color: #D23E28;
}
.AnyTagClassName
{
color: #D23E28;
}
</style>
background-color css
<style>
a { background-color: #D23E28; }
a { background-color: rgb(210,62,40); }
div.DivClassName
{
background-color: #D23E28;
}
.BgClassName
{
background-color: #D23E28;
}
</style>
border-color css
<style>
span { border-color: #D23E28; }
span { border-color: rgb(210,62,40); }
td.TdClassName
{
border-color: #D23E28;
}
.TagClassName
{
border-color: #D23E28;
}
</style>