Shades of Crimson #D2012C
Tints of Crimson #D2012C
RGB
CMYK
RGB Variations
Color information
#D2012C (or 0xD2012C) is known color: Crimson. HEX triplet: D2, 01 and 2C. RGB value is (210,1,44). Sum of RGB (Red+Green+Blue) = 210+1+44=255 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.35% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 210 - color contains mainly: red. Hex color #D2012C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2012C is #2DFED3. Grayscale: #444444. Windows color (decimal): -3014356 or 2884050. OLE color: 2884050.
HSL color Cylindrical-coordinate representation of color #D2012C: hue angle of 347.66º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2012C is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.79 | 0.18 |
| HSL | 347.66º | 0.99% | 0.41% | - |
| HSV(B) | 347.66º | 1% | 0.82% | - |
| XYZ | 27.04 | 13.91 | 3.64 | - |
| YUV | 68.39 | 114.24 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 1 | 44 | 0 | 1.00 | 0.79 | 0.18 | 347.66 | 0.99 | 0.41 |
| Hex | D2 | 1 | 2C | 0 | 64 | 4F | 12 | 15C | 63 | 29 |
| Octal | 322 | 1 | 54 | 0 | 144 | 117 | 22 | 534 | 143 | 51 |
| Binary | 11010010 | 1 | 101100 | 0 | 1100100 | 1001111 | 10010 | 101011100 | 1100011 | 101001 |
Color Harmonies of #D2012C
Complementary color
Monochromatic Colors of #D2012C
Black with #D2012C
Text Example
Text Example
White with #D2012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2012C; }
p { color: rgb(210,1,44); }
H1.HeaderClassName
{
color: #D2012C;
}
.AnyTagClassName
{
color: #D2012C;
}
</style>
background-color css
<style>
a { background-color: #D2012C; }
a { background-color: rgb(210,1,44); }
div.DivClassName
{
background-color: #D2012C;
}
.BgClassName
{
background-color: #D2012C;
}
</style>
border-color css
<style>
span { border-color: #D2012C; }
span { border-color: rgb(210,1,44); }
td.TdClassName
{
border-color: #D2012C;
}
.TagClassName
{
border-color: #D2012C;
}
</style>