Shades of Persian Red #D23631
Tints of Persian Red #D23631
RGB
CMYK
RGB Variations
Color information
#D23631 (or 0xD23631) is known color: Persian Red. HEX triplet: D2, 36 and 31. RGB value is (210,54,49). Sum of RGB (Red+Green+Blue) = 210+54+49=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D23631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23631 is #2DC9CE. Grayscale: #646464. Windows color (decimal): -3000783 or 3225298. OLE color: 3225298.
HSL color Cylindrical-coordinate representation of color #D23631: hue angle of 1.86º 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 #D23631 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 54 | 49 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.18 |
| HSL | 1.86º | 0.64% | 0.51% | - |
| HSV(B) | 1.86º | 0.77% | 0.82% | - |
| XYZ | 28.45 | 16.56 | 4.6 | - |
| YUV | 100.07 | 99.18 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 49 | 0 | 0.74 | 0.77 | 0.18 | 1.86 | 0.64 | 0.51 |
| Hex | D2 | 36 | 31 | 0 | 4A | 4D | 12 | 2 | 40 | 33 |
| Octal | 322 | 66 | 61 | 0 | 112 | 115 | 22 | 2 | 100 | 63 |
| Binary | 11010010 | 110110 | 110001 | 0 | 1001010 | 1001101 | 10010 | 10 | 1000000 | 110011 |
Color Harmonies of #D23631
Complementary color
Monochromatic Colors of #D23631
Black with #D23631
Text Example
Text Example
White with #D23631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23631; }
p { color: rgb(210,54,49); }
H1.HeaderClassName
{
color: #D23631;
}
.AnyTagClassName
{
color: #D23631;
}
</style>
background-color css
<style>
a { background-color: #D23631; }
a { background-color: rgb(210,54,49); }
div.DivClassName
{
background-color: #D23631;
}
.BgClassName
{
background-color: #D23631;
}
</style>
border-color css
<style>
span { border-color: #D23631; }
span { border-color: rgb(210,54,49); }
td.TdClassName
{
border-color: #D23631;
}
.TagClassName
{
border-color: #D23631;
}
</style>