Shades of Crimson #D21530
Tints of Crimson #D21530
RGB
CMYK
RGB Variations
Color information
#D21530 (or 0xD21530) is known color: Crimson. HEX triplet: D2, 15 and 30. RGB value is (210,21,48). Sum of RGB (Red+Green+Blue) = 210+21+48=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D21530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21530 is #2DEACF. Grayscale: #505050. Windows color (decimal): -3009232 or 3151314. OLE color: 3151314.
HSL color Cylindrical-coordinate representation of color #D21530: hue angle of 351.43º 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 #D21530 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 21 | 48 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.18 |
| HSL | 351.43º | 0.82% | 0.45% | - |
| HSV(B) | 351.43º | 0.9% | 0.82% | - |
| XYZ | 27.38 | 14.45 | 4.14 | - |
| YUV | 80.59 | 109.62 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 21 | 48 | 0 | 0.90 | 0.77 | 0.18 | 351.43 | 0.82 | 0.45 |
| Hex | D2 | 15 | 30 | 0 | 5A | 4D | 12 | 15F | 52 | 2D |
| Octal | 322 | 25 | 60 | 0 | 132 | 115 | 22 | 537 | 122 | 55 |
| Binary | 11010010 | 10101 | 110000 | 0 | 1011010 | 1001101 | 10010 | 101011111 | 1010010 | 101101 |
Color Harmonies of #D21530
Complementary color
Monochromatic Colors of #D21530
Black with #D21530
Text Example
Text Example
White with #D21530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21530; }
p { color: rgb(210,21,48); }
H1.HeaderClassName
{
color: #D21530;
}
.AnyTagClassName
{
color: #D21530;
}
</style>
background-color css
<style>
a { background-color: #D21530; }
a { background-color: rgb(210,21,48); }
div.DivClassName
{
background-color: #D21530;
}
.BgClassName
{
background-color: #D21530;
}
</style>
border-color css
<style>
span { border-color: #D21530; }
span { border-color: rgb(210,21,48); }
td.TdClassName
{
border-color: #D21530;
}
.TagClassName
{
border-color: #D21530;
}
</style>