Shades of Persian Red #D23E3A
Tints of Persian Red #D23E3A
RGB
CMYK
RGB Variations
Color information
#D23E3A (or 0xD23E3A) is known color: Persian Red. HEX triplet: D2, 3E and 3A. RGB value is (210,62,58). Sum of RGB (Red+Green+Blue) = 210+62+58=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 62 (24.61% from 255 or 18.79% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E3A is #2DC1C5. Grayscale: #696969. Windows color (decimal): -2998726 or 3817170. OLE color: 3817170.
HSL color Cylindrical-coordinate representation of color #D23E3A: hue angle of 1.58º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23E3A is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 58 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.18 |
| HSL | 1.58º | 0.63% | 0.53% | - |
| HSV(B) | 1.58º | 0.72% | 0.82% | - |
| XYZ | 29.06 | 17.45 | 5.84 | - |
| YUV | 105.8 | 101.03 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 58 | 0 | 0.70 | 0.72 | 0.18 | 1.58 | 0.63 | 0.53 |
| Hex | D2 | 3E | 3A | 0 | 46 | 48 | 12 | 2 | 3F | 35 |
| Octal | 322 | 76 | 72 | 0 | 106 | 110 | 22 | 2 | 77 | 65 |
| Binary | 11010010 | 111110 | 111010 | 0 | 1000110 | 1001000 | 10010 | 10 | 111111 | 110101 |
Color Harmonies of #D23E3A
Complementary color
Monochromatic Colors of #D23E3A
Black with #D23E3A
Text Example
Text Example
White with #D23E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E3A; }
p { color: rgb(210,62,58); }
H1.HeaderClassName
{
color: #D23E3A;
}
.AnyTagClassName
{
color: #D23E3A;
}
</style>
background-color css
<style>
a { background-color: #D23E3A; }
a { background-color: rgb(210,62,58); }
div.DivClassName
{
background-color: #D23E3A;
}
.BgClassName
{
background-color: #D23E3A;
}
</style>
border-color css
<style>
span { border-color: #D23E3A; }
span { border-color: rgb(210,62,58); }
td.TdClassName
{
border-color: #D23E3A;
}
.TagClassName
{
border-color: #D23E3A;
}
</style>