Shades of Crimson #D6143A
Tints of Crimson #D6143A
RGB
CMYK
RGB Variations
Color information
#D6143A (or 0xD6143A) is known color: Crimson. HEX triplet: D6, 14 and 3A. RGB value is (214,20,58). Sum of RGB (Red+Green+Blue) = 214+20+58=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D6143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6143A is #29EBC5. Grayscale: #525252. Windows color (decimal): -2747334 or 3806422. OLE color: 3806422.
HSL color Cylindrical-coordinate representation of color #D6143A: hue angle of 348.25º 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 #D6143A is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 20 | 58 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.16 |
| HSL | 348.25º | 0.83% | 0.46% | - |
| HSV(B) | 348.25º | 0.91% | 0.84% | - |
| XYZ | 28.75 | 15.1 | 5.4 | - |
| YUV | 82.34 | 114.27 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 20 | 58 | 0 | 0.91 | 0.73 | 0.16 | 348.25 | 0.83 | 0.46 |
| Hex | D6 | 14 | 3A | 0 | 5B | 49 | 10 | 15C | 53 | 2E |
| Octal | 326 | 24 | 72 | 0 | 133 | 111 | 20 | 534 | 123 | 56 |
| Binary | 11010110 | 10100 | 111010 | 0 | 1011011 | 1001001 | 10000 | 101011100 | 1010011 | 101110 |
Color Harmonies of #D6143A
Complementary color
Monochromatic Colors of #D6143A
Black with #D6143A
Text Example
Text Example
White with #D6143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6143A; }
p { color: rgb(214,20,58); }
H1.HeaderClassName
{
color: #D6143A;
}
.AnyTagClassName
{
color: #D6143A;
}
</style>
background-color css
<style>
a { background-color: #D6143A; }
a { background-color: rgb(214,20,58); }
div.DivClassName
{
background-color: #D6143A;
}
.BgClassName
{
background-color: #D6143A;
}
</style>
border-color css
<style>
span { border-color: #D6143A; }
span { border-color: rgb(214,20,58); }
td.TdClassName
{
border-color: #D6143A;
}
.TagClassName
{
border-color: #D6143A;
}
</style>