Shades of Crimson #D6012A
Tints of Crimson #D6012A
RGB
CMYK
RGB Variations
Color information
#D6012A (or 0xD6012A) is known color: Crimson. HEX triplet: D6, 01 and 2A. RGB value is (214,1,42). Sum of RGB (Red+Green+Blue) = 214+1+42=257 (34% of max value = 765). Red value is 214 (83.98% from 255 or 83.27% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 214 - color contains mainly: red. Hex color #D6012A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6012A is #29FED5. Grayscale: #454545. Windows color (decimal): -2752214 or 2752982. OLE color: 2752982.
HSL color Cylindrical-coordinate representation of color #D6012A: hue angle of 348.45º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6012A is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 42 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.16 |
| HSL | 348.45º | 0.99% | 0.42% | - |
| HSV(B) | 348.45º | 1% | 0.84% | - |
| XYZ | 28.16 | 14.49 | 3.5 | - |
| YUV | 69.36 | 112.57 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 42 | 0 | 1.00 | 0.80 | 0.16 | 348.45 | 0.99 | 0.42 |
| Hex | D6 | 1 | 2A | 0 | 64 | 50 | 10 | 15C | 63 | 2A |
| Octal | 326 | 1 | 52 | 0 | 144 | 120 | 20 | 534 | 143 | 52 |
| Binary | 11010110 | 1 | 101010 | 0 | 1100100 | 1010000 | 10000 | 101011100 | 1100011 | 101010 |
Color Harmonies of #D6012A
Complementary color
Monochromatic Colors of #D6012A
Black with #D6012A
Text Example
Text Example
White with #D6012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6012A; }
p { color: rgb(214,1,42); }
H1.HeaderClassName
{
color: #D6012A;
}
.AnyTagClassName
{
color: #D6012A;
}
</style>
background-color css
<style>
a { background-color: #D6012A; }
a { background-color: rgb(214,1,42); }
div.DivClassName
{
background-color: #D6012A;
}
.BgClassName
{
background-color: #D6012A;
}
</style>
border-color css
<style>
span { border-color: #D6012A; }
span { border-color: rgb(214,1,42); }
td.TdClassName
{
border-color: #D6012A;
}
.TagClassName
{
border-color: #D6012A;
}
</style>