Shades of Crimson #D6123D
Tints of Crimson #D6123D
RGB
CMYK
RGB Variations
Color information
#D6123D (or 0xD6123D) is known color: Crimson. HEX triplet: D6, 12 and 3D. RGB value is (214,18,61). Sum of RGB (Red+Green+Blue) = 214+18+61=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D6123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6123D is #29EDC2. Grayscale: #515151. Windows color (decimal): -2747843 or 4002518. OLE color: 4002518.
HSL color Cylindrical-coordinate representation of color #D6123D: hue angle of 346.84º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6123D is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 61 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.16 |
| HSL | 346.84º | 0.84% | 0.45% | - |
| HSV(B) | 346.84º | 0.92% | 0.84% | - |
| XYZ | 28.79 | 15.07 | 5.81 | - |
| YUV | 81.51 | 116.43 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 61 | 0 | 0.92 | 0.71 | 0.16 | 346.84 | 0.84 | 0.45 |
| Hex | D6 | 12 | 3D | 0 | 5C | 47 | 10 | 15B | 54 | 2D |
| Octal | 326 | 22 | 75 | 0 | 134 | 107 | 20 | 533 | 124 | 55 |
| Binary | 11010110 | 10010 | 111101 | 0 | 1011100 | 1000111 | 10000 | 101011011 | 1010100 | 101101 |
Color Harmonies of #D6123D
Complementary color
Monochromatic Colors of #D6123D
Black with #D6123D
Text Example
Text Example
White with #D6123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6123D; }
p { color: rgb(214,18,61); }
H1.HeaderClassName
{
color: #D6123D;
}
.AnyTagClassName
{
color: #D6123D;
}
</style>
background-color css
<style>
a { background-color: #D6123D; }
a { background-color: rgb(214,18,61); }
div.DivClassName
{
background-color: #D6123D;
}
.BgClassName
{
background-color: #D6123D;
}
</style>
border-color css
<style>
span { border-color: #D6123D; }
span { border-color: rgb(214,18,61); }
td.TdClassName
{
border-color: #D6123D;
}
.TagClassName
{
border-color: #D6123D;
}
</style>