Shades of Persian Red #D23924
Tints of Persian Red #D23924
RGB
CMYK
RGB Variations
Color information
#D23924 (or 0xD23924) is known color: Persian Red. HEX triplet: D2, 39 and 24. RGB value is (210,57,36). Sum of RGB (Red+Green+Blue) = 210+57+36=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D23924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23924 is #2DC6DB. Grayscale: #646464. Windows color (decimal): -3000028 or 2374098. OLE color: 2374098.
HSL color Cylindrical-coordinate representation of color #D23924: hue angle of 7.24º 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 #D23924 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 36 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.18 |
| HSL | 7.24º | 0.71% | 0.48% | - |
| HSV(B) | 7.24º | 0.83% | 0.82% | - |
| XYZ | 28.36 | 16.76 | 3.41 | - |
| YUV | 100.35 | 91.69 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 36 | 0 | 0.73 | 0.83 | 0.18 | 7.24 | 0.71 | 0.48 |
| Hex | D2 | 39 | 24 | 0 | 49 | 53 | 12 | 7 | 47 | 30 |
| Octal | 322 | 71 | 44 | 0 | 111 | 123 | 22 | 7 | 107 | 60 |
| Binary | 11010010 | 111001 | 100100 | 0 | 1001001 | 1010011 | 10010 | 111 | 1000111 | 110000 |
Color Harmonies of #D23924
Complementary color
Monochromatic Colors of #D23924
Black with #D23924
Text Example
Text Example
White with #D23924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23924; }
p { color: rgb(210,57,36); }
H1.HeaderClassName
{
color: #D23924;
}
.AnyTagClassName
{
color: #D23924;
}
</style>
background-color css
<style>
a { background-color: #D23924; }
a { background-color: rgb(210,57,36); }
div.DivClassName
{
background-color: #D23924;
}
.BgClassName
{
background-color: #D23924;
}
</style>
border-color css
<style>
span { border-color: #D23924; }
span { border-color: rgb(210,57,36); }
td.TdClassName
{
border-color: #D23924;
}
.TagClassName
{
border-color: #D23924;
}
</style>