Shades of Crimson #D2043E
Tints of Crimson #D2043E
RGB
CMYK
RGB Variations
Color information
#D2043E (or 0xD2043E) is known color: Crimson. HEX triplet: D2, 04 and 3E. RGB value is (210,4,62). Sum of RGB (Red+Green+Blue) = 210+4+62=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D2043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2043E is #2DFBC1. Grayscale: #484848. Windows color (decimal): -3013570 or 4064466. OLE color: 4064466.
HSL color Cylindrical-coordinate representation of color #D2043E: hue angle of 343.11º 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 #D2043E is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.18 |
| HSL | 343.11º | 0.96% | 0.42% | - |
| HSV(B) | 343.11º | 0.98% | 0.82% | - |
| XYZ | 27.49 | 14.14 | 5.84 | - |
| YUV | 72.21 | 122.25 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 4 | 62 | 0 | 0.98 | 0.70 | 0.18 | 343.11 | 0.96 | 0.42 |
| Hex | D2 | 4 | 3E | 0 | 62 | 46 | 12 | 157 | 60 | 2A |
| Octal | 322 | 4 | 76 | 0 | 142 | 106 | 22 | 527 | 140 | 52 |
| Binary | 11010010 | 100 | 111110 | 0 | 1100010 | 1000110 | 10010 | 101010111 | 1100000 | 101010 |
Color Harmonies of #D2043E
Complementary color
Monochromatic Colors of #D2043E
Black with #D2043E
Text Example
Text Example
White with #D2043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2043E; }
p { color: rgb(210,4,62); }
H1.HeaderClassName
{
color: #D2043E;
}
.AnyTagClassName
{
color: #D2043E;
}
</style>
background-color css
<style>
a { background-color: #D2043E; }
a { background-color: rgb(210,4,62); }
div.DivClassName
{
background-color: #D2043E;
}
.BgClassName
{
background-color: #D2043E;
}
</style>
border-color css
<style>
span { border-color: #D2043E; }
span { border-color: rgb(210,4,62); }
td.TdClassName
{
border-color: #D2043E;
}
.TagClassName
{
border-color: #D2043E;
}
</style>