Shades of Crimson #D21543
Tints of Crimson #D21543
RGB
CMYK
RGB Variations
Color information
#D21543 (or 0xD21543) is known color: Crimson. HEX triplet: D2, 15 and 43. RGB value is (210,21,67). Sum of RGB (Red+Green+Blue) = 210+21+67=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D21543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21543 is #2DEABC. Grayscale: #525252. Windows color (decimal): -3009213 or 4396498. OLE color: 4396498.
HSL color Cylindrical-coordinate representation of color #D21543: hue angle of 345.4º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21543 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 67 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.18 |
| HSL | 345.4º | 0.82% | 0.45% | - |
| HSV(B) | 345.4º | 0.9% | 0.82% | - |
| XYZ | 27.86 | 14.64 | 6.67 | - |
| YUV | 82.76 | 119.12 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 67 | 0 | 0.90 | 0.68 | 0.18 | 345.4 | 0.82 | 0.45 |
| Hex | D2 | 15 | 43 | 0 | 5A | 44 | 12 | 159 | 52 | 2D |
| Octal | 322 | 25 | 103 | 0 | 132 | 104 | 22 | 531 | 122 | 55 |
| Binary | 11010010 | 10101 | 1000011 | 0 | 1011010 | 1000100 | 10010 | 101011001 | 1010010 | 101101 |
Color Harmonies of #D21543
Complementary color
Monochromatic Colors of #D21543
Black with #D21543
Text Example
Text Example
White with #D21543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21543; }
p { color: rgb(210,21,67); }
H1.HeaderClassName
{
color: #D21543;
}
.AnyTagClassName
{
color: #D21543;
}
</style>
background-color css
<style>
a { background-color: #D21543; }
a { background-color: rgb(210,21,67); }
div.DivClassName
{
background-color: #D21543;
}
.BgClassName
{
background-color: #D21543;
}
</style>
border-color css
<style>
span { border-color: #D21543; }
span { border-color: rgb(210,21,67); }
td.TdClassName
{
border-color: #D21543;
}
.TagClassName
{
border-color: #D21543;
}
</style>