Shades of Persian Red #D23230
Tints of Persian Red #D23230
RGB
CMYK
RGB Variations
Color information
#D23230 (or 0xD23230) is known color: Persian Red. HEX triplet: D2, 32 and 30. RGB value is (210,50,48). Sum of RGB (Red+Green+Blue) = 210+50+48=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D23230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23230 is #2DCDCF. Grayscale: #616161. Windows color (decimal): -3001808 or 3158738. OLE color: 3158738.
HSL color Cylindrical-coordinate representation of color #D23230: hue angle of 0.74º 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 #D23230 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 48 | - |
| CMYK | 0 | 0.76 | 0.77 | 0.18 |
| HSL | 0.74º | 0.64% | 0.51% | - |
| HSV(B) | 0.74º | 0.77% | 0.82% | - |
| XYZ | 28.25 | 16.2 | 4.43 | - |
| YUV | 97.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 48 | 0 | 0.76 | 0.77 | 0.18 | 0.74 | 0.64 | 0.51 |
| Hex | D2 | 32 | 30 | 0 | 4C | 4D | 12 | 1 | 40 | 33 |
| Octal | 322 | 62 | 60 | 0 | 114 | 115 | 22 | 1 | 100 | 63 |
| Binary | 11010010 | 110010 | 110000 | 0 | 1001100 | 1001101 | 10010 | 1 | 1000000 | 110011 |
Color Harmonies of #D23230
Complementary color
Monochromatic Colors of #D23230
Black with #D23230
Text Example
Text Example
White with #D23230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23230; }
p { color: rgb(210,50,48); }
H1.HeaderClassName
{
color: #D23230;
}
.AnyTagClassName
{
color: #D23230;
}
</style>
background-color css
<style>
a { background-color: #D23230; }
a { background-color: rgb(210,50,48); }
div.DivClassName
{
background-color: #D23230;
}
.BgClassName
{
background-color: #D23230;
}
</style>
border-color css
<style>
span { border-color: #D23230; }
span { border-color: rgb(210,50,48); }
td.TdClassName
{
border-color: #D23230;
}
.TagClassName
{
border-color: #D23230;
}
</style>