Shades of Crimson #D6012B
Tints of Crimson #D6012B
RGB
CMYK
RGB Variations
Color information
#D6012B (or 0xD6012B) is known color: Crimson. HEX triplet: D6, 01 and 2B. RGB value is (214,1,43). Sum of RGB (Red+Green+Blue) = 214+1+43=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D6012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6012B is #29FED4. Grayscale: #454545. Windows color (decimal): -2752213 or 2818518. OLE color: 2818518.
HSL color Cylindrical-coordinate representation of color #D6012B: hue angle of 348.17º 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 #D6012B is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 43 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.16 |
| HSL | 348.17º | 0.99% | 0.42% | - |
| HSV(B) | 348.17º | 1% | 0.84% | - |
| XYZ | 28.18 | 14.49 | 3.6 | - |
| YUV | 69.48 | 113.07 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 43 | 0 | 1.00 | 0.80 | 0.16 | 348.17 | 0.99 | 0.42 |
| Hex | D6 | 1 | 2B | 0 | 64 | 50 | 10 | 15C | 63 | 2A |
| Octal | 326 | 1 | 53 | 0 | 144 | 120 | 20 | 534 | 143 | 52 |
| Binary | 11010110 | 1 | 101011 | 0 | 1100100 | 1010000 | 10000 | 101011100 | 1100011 | 101010 |
Color Harmonies of #D6012B
Complementary color
Monochromatic Colors of #D6012B
Black with #D6012B
Text Example
Text Example
White with #D6012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6012B; }
p { color: rgb(214,1,43); }
H1.HeaderClassName
{
color: #D6012B;
}
.AnyTagClassName
{
color: #D6012B;
}
</style>
background-color css
<style>
a { background-color: #D6012B; }
a { background-color: rgb(214,1,43); }
div.DivClassName
{
background-color: #D6012B;
}
.BgClassName
{
background-color: #D6012B;
}
</style>
border-color css
<style>
span { border-color: #D6012B; }
span { border-color: rgb(214,1,43); }
td.TdClassName
{
border-color: #D6012B;
}
.TagClassName
{
border-color: #D6012B;
}
</style>