Shades of Crimson #D2043B
Tints of Crimson #D2043B
RGB
CMYK
RGB Variations
Color information
#D2043B (or 0xD2043B) is known color: Crimson. HEX triplet: D2, 04 and 3B. RGB value is (210,4,59). Sum of RGB (Red+Green+Blue) = 210+4+59=273 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.92% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 210 - color contains mainly: red. Hex color #D2043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2043B is #2DFBC4. Grayscale: #474747. Windows color (decimal): -3013573 or 3867858. OLE color: 3867858.
HSL color Cylindrical-coordinate representation of color #D2043B: hue angle of 343.98º 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 #D2043B is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.18 |
| HSL | 343.98º | 0.96% | 0.42% | - |
| HSV(B) | 343.98º | 0.98% | 0.82% | - |
| XYZ | 27.41 | 14.1 | 5.42 | - |
| YUV | 71.86 | 120.75 | 226.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 59 | 0 | 0.98 | 0.72 | 0.18 | 343.98 | 0.96 | 0.42 |
| Hex | D2 | 4 | 3B | 0 | 62 | 48 | 12 | 158 | 60 | 2A |
| Octal | 322 | 4 | 73 | 0 | 142 | 110 | 22 | 530 | 140 | 52 |
| Binary | 11010010 | 100 | 111011 | 0 | 1100010 | 1001000 | 10010 | 101011000 | 1100000 | 101010 |
Color Harmonies of #D2043B
Complementary color
Monochromatic Colors of #D2043B
Black with #D2043B
Text Example
Text Example
White with #D2043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2043B; }
p { color: rgb(210,4,59); }
H1.HeaderClassName
{
color: #D2043B;
}
.AnyTagClassName
{
color: #D2043B;
}
</style>
background-color css
<style>
a { background-color: #D2043B; }
a { background-color: rgb(210,4,59); }
div.DivClassName
{
background-color: #D2043B;
}
.BgClassName
{
background-color: #D2043B;
}
</style>
border-color css
<style>
span { border-color: #D2043B; }
span { border-color: rgb(210,4,59); }
td.TdClassName
{
border-color: #D2043B;
}
.TagClassName
{
border-color: #D2043B;
}
</style>