Shades of Crimson #D6143B
Tints of Crimson #D6143B
RGB
CMYK
RGB Variations
Color information
#D6143B (or 0xD6143B) is known color: Crimson. HEX triplet: D6, 14 and 3B. RGB value is (214,20,59). Sum of RGB (Red+Green+Blue) = 214+20+59=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D6143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6143B is #29EBC4. Grayscale: #525252. Windows color (decimal): -2747333 or 3871958. OLE color: 3871958.
HSL color Cylindrical-coordinate representation of color #D6143B: hue angle of 347.94º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D6143B is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 59 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.16 |
| HSL | 347.94º | 0.83% | 0.46% | - |
| HSV(B) | 347.94º | 0.91% | 0.84% | - |
| XYZ | 28.77 | 15.11 | 5.54 | - |
| YUV | 82.45 | 114.77 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 59 | 0 | 0.91 | 0.72 | 0.16 | 347.94 | 0.83 | 0.46 |
| Hex | D6 | 14 | 3B | 0 | 5B | 48 | 10 | 15C | 53 | 2E |
| Octal | 326 | 24 | 73 | 0 | 133 | 110 | 20 | 534 | 123 | 56 |
| Binary | 11010110 | 10100 | 111011 | 0 | 1011011 | 1001000 | 10000 | 101011100 | 1010011 | 101110 |
Color Harmonies of #D6143B
Complementary color
Monochromatic Colors of #D6143B
Black with #D6143B
Text Example
Text Example
White with #D6143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6143B; }
p { color: rgb(214,20,59); }
H1.HeaderClassName
{
color: #D6143B;
}
.AnyTagClassName
{
color: #D6143B;
}
</style>
background-color css
<style>
a { background-color: #D6143B; }
a { background-color: rgb(214,20,59); }
div.DivClassName
{
background-color: #D6143B;
}
.BgClassName
{
background-color: #D6143B;
}
</style>
border-color css
<style>
span { border-color: #D6143B; }
span { border-color: rgb(214,20,59); }
td.TdClassName
{
border-color: #D6143B;
}
.TagClassName
{
border-color: #D6143B;
}
</style>