Shades of Crimson #D60031
Tints of Crimson #D60031
RGB
CMYK
RGB Variations
Color information
#D60031 (or 0xD60031) is known color: Crimson. HEX triplet: D6, 00 and 31. RGB value is (214,0,49). Sum of RGB (Red+Green+Blue) = 214+0+49=263 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.37% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 214 - color contains mainly: red. Hex color #D60031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60031 is #29FFCE. Grayscale: #454545. Windows color (decimal): -2752463 or 3211478. OLE color: 3211478.
HSL color Cylindrical-coordinate representation of color #D60031: hue angle of 346.26º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60031 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.77 | 0.16 |
| HSL | 346.26º | 1% | 0.42% | - |
| HSV(B) | 346.26º | 1% | 0.84% | - |
| XYZ | 28.29 | 14.52 | 4.22 | - |
| YUV | 69.57 | 116.4 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 49 | 0 | 1 | 0.77 | 0.16 | 346.26 | 1 | 0.42 |
| Hex | D6 | 0 | 31 | 0 | 64 | 4D | 10 | 15A | 64 | 2A |
| Octal | 326 | 0 | 61 | 0 | 144 | 115 | 20 | 532 | 144 | 52 |
| Binary | 11010110 | 0 | 110001 | 0 | 1100100 | 1001101 | 10000 | 101011010 | 1100100 | 101010 |
Color Harmonies of #D60031
Complementary color
Monochromatic Colors of #D60031
Black with #D60031
Text Example
Text Example
White with #D60031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60031; }
p { color: rgb(214,0,49); }
H1.HeaderClassName
{
color: #D60031;
}
.AnyTagClassName
{
color: #D60031;
}
</style>
background-color css
<style>
a { background-color: #D60031; }
a { background-color: rgb(214,0,49); }
div.DivClassName
{
background-color: #D60031;
}
.BgClassName
{
background-color: #D60031;
}
</style>
border-color css
<style>
span { border-color: #D60031; }
span { border-color: rgb(214,0,49); }
td.TdClassName
{
border-color: #D60031;
}
.TagClassName
{
border-color: #D60031;
}
</style>