Shades of Crimson #D2043A
Tints of Crimson #D2043A
RGB
CMYK
RGB Variations
Color information
#D2043A (or 0xD2043A) is known color: Crimson. HEX triplet: D2, 04 and 3A. RGB value is (210,4,58). Sum of RGB (Red+Green+Blue) = 210+4+58=272 (36% of max value = 765). Red value is 210 (82.42% from 255 or 77.21% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 210 - color contains mainly: red. Hex color #D2043A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2043A is #2DFBC5. Grayscale: #474747. Windows color (decimal): -3013574 or 3802322. OLE color: 3802322.
HSL color Cylindrical-coordinate representation of color #D2043A: hue angle of 344.27º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2043A is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 58 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.18 |
| HSL | 344.27º | 0.96% | 0.42% | - |
| HSV(B) | 344.27º | 0.98% | 0.82% | - |
| XYZ | 27.39 | 14.09 | 5.28 | - |
| YUV | 71.75 | 120.25 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 58 | 0 | 0.98 | 0.72 | 0.18 | 344.27 | 0.96 | 0.42 |
| Hex | D2 | 4 | 3A | 0 | 62 | 48 | 12 | 158 | 60 | 2A |
| Octal | 322 | 4 | 72 | 0 | 142 | 110 | 22 | 530 | 140 | 52 |
| Binary | 11010010 | 100 | 111010 | 0 | 1100010 | 1001000 | 10010 | 101011000 | 1100000 | 101010 |
Color Harmonies of #D2043A
Complementary color
Monochromatic Colors of #D2043A
Black with #D2043A
Text Example
Text Example
White with #D2043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2043A; }
p { color: rgb(210,4,58); }
H1.HeaderClassName
{
color: #D2043A;
}
.AnyTagClassName
{
color: #D2043A;
}
</style>
background-color css
<style>
a { background-color: #D2043A; }
a { background-color: rgb(210,4,58); }
div.DivClassName
{
background-color: #D2043A;
}
.BgClassName
{
background-color: #D2043A;
}
</style>
border-color css
<style>
span { border-color: #D2043A; }
span { border-color: rgb(210,4,58); }
td.TdClassName
{
border-color: #D2043A;
}
.TagClassName
{
border-color: #D2043A;
}
</style>