Shades of Crimson #D6013D
Tints of Crimson #D6013D
RGB
CMYK
RGB Variations
Color information
#D6013D (or 0xD6013D) is known color: Crimson. HEX triplet: D6, 01 and 3D. RGB value is (214,1,61). Sum of RGB (Red+Green+Blue) = 214+1+61=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D6013D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6013D is #29FEC2. Grayscale: #474747. Windows color (decimal): -2752195 or 3998166. OLE color: 3998166.
HSL color Cylindrical-coordinate representation of color #D6013D: hue angle of 343.1º 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 #D6013D is Cyan = 0, Magento = 1.00, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.71 | 0.16 |
| HSL | 343.1º | 0.99% | 0.42% | - |
| HSV(B) | 343.1º | 1% | 0.84% | - |
| XYZ | 28.58 | 14.65 | 5.74 | - |
| YUV | 71.53 | 122.07 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 1 | 61 | 0 | 1.00 | 0.71 | 0.16 | 343.1 | 0.99 | 0.42 |
| Hex | D6 | 1 | 3D | 0 | 64 | 47 | 10 | 157 | 63 | 2A |
| Octal | 326 | 1 | 75 | 0 | 144 | 107 | 20 | 527 | 143 | 52 |
| Binary | 11010110 | 1 | 111101 | 0 | 1100100 | 1000111 | 10000 | 101010111 | 1100011 | 101010 |
Color Harmonies of #D6013D
Complementary color
Monochromatic Colors of #D6013D
Black with #D6013D
Text Example
Text Example
White with #D6013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6013D; }
p { color: rgb(214,1,61); }
H1.HeaderClassName
{
color: #D6013D;
}
.AnyTagClassName
{
color: #D6013D;
}
</style>
background-color css
<style>
a { background-color: #D6013D; }
a { background-color: rgb(214,1,61); }
div.DivClassName
{
background-color: #D6013D;
}
.BgClassName
{
background-color: #D6013D;
}
</style>
border-color css
<style>
span { border-color: #D6013D; }
span { border-color: rgb(214,1,61); }
td.TdClassName
{
border-color: #D6013D;
}
.TagClassName
{
border-color: #D6013D;
}
</style>