Shades of Persian Red #D23A30
Tints of Persian Red #D23A30
RGB
CMYK
RGB Variations
Color information
#D23A30 (or 0xD23A30) is known color: Persian Red. HEX triplet: D2, 3A and 30. RGB value is (210,58,48). Sum of RGB (Red+Green+Blue) = 210+58+48=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23A30 is #2DC5CF. Grayscale: #666666. Windows color (decimal): -2999760 or 3160786. OLE color: 3160786.
HSL color Cylindrical-coordinate representation of color #D23A30: hue angle of 3.7º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23A30 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 48 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.18 |
| HSL | 3.7º | 0.64% | 0.51% | - |
| HSV(B) | 3.7º | 0.77% | 0.82% | - |
| XYZ | 28.62 | 16.94 | 4.56 | - |
| YUV | 102.31 | 97.36 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 48 | 0 | 0.72 | 0.77 | 0.18 | 3.7 | 0.64 | 0.51 |
| Hex | D2 | 3A | 30 | 0 | 48 | 4D | 12 | 4 | 40 | 33 |
| Octal | 322 | 72 | 60 | 0 | 110 | 115 | 22 | 4 | 100 | 63 |
| Binary | 11010010 | 111010 | 110000 | 0 | 1001000 | 1001101 | 10010 | 100 | 1000000 | 110011 |
Color Harmonies of #D23A30
Complementary color
Monochromatic Colors of #D23A30
Black with #D23A30
Text Example
Text Example
White with #D23A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A30; }
p { color: rgb(210,58,48); }
H1.HeaderClassName
{
color: #D23A30;
}
.AnyTagClassName
{
color: #D23A30;
}
</style>
background-color css
<style>
a { background-color: #D23A30; }
a { background-color: rgb(210,58,48); }
div.DivClassName
{
background-color: #D23A30;
}
.BgClassName
{
background-color: #D23A30;
}
</style>
border-color css
<style>
span { border-color: #D23A30; }
span { border-color: rgb(210,58,48); }
td.TdClassName
{
border-color: #D23A30;
}
.TagClassName
{
border-color: #D23A30;
}
</style>