Shades of Persian Red #D23024
Tints of Persian Red #D23024
RGB
CMYK
RGB Variations
Color information
#D23024 (or 0xD23024) is known color: Persian Red. HEX triplet: D2, 30 and 24. RGB value is (210,48,36). Sum of RGB (Red+Green+Blue) = 210+48+36=294 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.43% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 210 - color contains mainly: red. Hex color #D23024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23024 is #2DCFDB. Grayscale: #5F5F5F. Windows color (decimal): -3002332 or 2371794. OLE color: 2371794.
HSL color Cylindrical-coordinate representation of color #D23024: hue angle of 4.14º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D23024 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 48 | 36 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.18 |
| HSL | 4.14º | 0.71% | 0.48% | - |
| HSV(B) | 4.14º | 0.83% | 0.82% | - |
| XYZ | 27.95 | 15.94 | 3.27 | - |
| YUV | 95.07 | 94.67 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 48 | 36 | 0 | 0.77 | 0.83 | 0.18 | 4.14 | 0.71 | 0.48 |
| Hex | D2 | 30 | 24 | 0 | 4D | 53 | 12 | 4 | 47 | 30 |
| Octal | 322 | 60 | 44 | 0 | 115 | 123 | 22 | 4 | 107 | 60 |
| Binary | 11010010 | 110000 | 100100 | 0 | 1001101 | 1010011 | 10010 | 100 | 1000111 | 110000 |
Color Harmonies of #D23024
Complementary color
Monochromatic Colors of #D23024
Black with #D23024
Text Example
Text Example
White with #D23024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23024; }
p { color: rgb(210,48,36); }
H1.HeaderClassName
{
color: #D23024;
}
.AnyTagClassName
{
color: #D23024;
}
</style>
background-color css
<style>
a { background-color: #D23024; }
a { background-color: rgb(210,48,36); }
div.DivClassName
{
background-color: #D23024;
}
.BgClassName
{
background-color: #D23024;
}
</style>
border-color css
<style>
span { border-color: #D23024; }
span { border-color: rgb(210,48,36); }
td.TdClassName
{
border-color: #D23024;
}
.TagClassName
{
border-color: #D23024;
}
</style>