Shades of Crimson #D21432
Tints of Crimson #D21432
RGB
CMYK
RGB Variations
Color information
#D21432 (or 0xD21432) is known color: Crimson. HEX triplet: D2, 14 and 32. RGB value is (210,20,50). Sum of RGB (Red+Green+Blue) = 210+20+50=280 (37% of max value = 765). Red value is 210 (82.42% from 255 or 75% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 210 - color contains mainly: red. Hex color #D21432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21432 is #2DEBCD. Grayscale: #505050. Windows color (decimal): -3009486 or 3282130. OLE color: 3282130.
HSL color Cylindrical-coordinate representation of color #D21432: hue angle of 350.53º degrees, saturation: 0.83, 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 #D21432 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 20 | 50 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.18 |
| HSL | 350.53º | 0.83% | 0.45% | - |
| HSV(B) | 350.53º | 0.9% | 0.82% | - |
| XYZ | 27.4 | 14.43 | 4.36 | - |
| YUV | 80.23 | 110.95 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 20 | 50 | 0 | 0.90 | 0.76 | 0.18 | 350.53 | 0.83 | 0.45 |
| Hex | D2 | 14 | 32 | 0 | 5A | 4C | 12 | 15F | 53 | 2D |
| Octal | 322 | 24 | 62 | 0 | 132 | 114 | 22 | 537 | 123 | 55 |
| Binary | 11010010 | 10100 | 110010 | 0 | 1011010 | 1001100 | 10010 | 101011111 | 1010011 | 101101 |
Color Harmonies of #D21432
Complementary color
Monochromatic Colors of #D21432
Black with #D21432
Text Example
Text Example
White with #D21432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21432; }
p { color: rgb(210,20,50); }
H1.HeaderClassName
{
color: #D21432;
}
.AnyTagClassName
{
color: #D21432;
}
</style>
background-color css
<style>
a { background-color: #D21432; }
a { background-color: rgb(210,20,50); }
div.DivClassName
{
background-color: #D21432;
}
.BgClassName
{
background-color: #D21432;
}
</style>
border-color css
<style>
span { border-color: #D21432; }
span { border-color: rgb(210,20,50); }
td.TdClassName
{
border-color: #D21432;
}
.TagClassName
{
border-color: #D21432;
}
</style>