Shades of Crimson #D6103E
Tints of Crimson #D6103E
RGB
CMYK
RGB Variations
Color information
#D6103E (or 0xD6103E) is known color: Crimson. HEX triplet: D6, 10 and 3E. RGB value is (214,16,62). Sum of RGB (Red+Green+Blue) = 214+16+62=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D6103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6103E is #29EFC1. Grayscale: #505050. Windows color (decimal): -2748354 or 4067542. OLE color: 4067542.
HSL color Cylindrical-coordinate representation of color #D6103E: hue angle of 346.06º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6103E is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 16 | 62 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.16 |
| HSL | 346.06º | 0.86% | 0.45% | - |
| HSV(B) | 346.06º | 0.93% | 0.84% | - |
| XYZ | 28.79 | 15.01 | 5.94 | - |
| YUV | 80.45 | 117.6 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 16 | 62 | 0 | 0.93 | 0.71 | 0.16 | 346.06 | 0.86 | 0.45 |
| Hex | D6 | 10 | 3E | 0 | 5D | 47 | 10 | 15A | 56 | 2D |
| Octal | 326 | 20 | 76 | 0 | 135 | 107 | 20 | 532 | 126 | 55 |
| Binary | 11010110 | 10000 | 111110 | 0 | 1011101 | 1000111 | 10000 | 101011010 | 1010110 | 101101 |
Color Harmonies of #D6103E
Complementary color
Monochromatic Colors of #D6103E
Black with #D6103E
Text Example
Text Example
White with #D6103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6103E; }
p { color: rgb(214,16,62); }
H1.HeaderClassName
{
color: #D6103E;
}
.AnyTagClassName
{
color: #D6103E;
}
</style>
background-color css
<style>
a { background-color: #D6103E; }
a { background-color: rgb(214,16,62); }
div.DivClassName
{
background-color: #D6103E;
}
.BgClassName
{
background-color: #D6103E;
}
</style>
border-color css
<style>
span { border-color: #D6103E; }
span { border-color: rgb(214,16,62); }
td.TdClassName
{
border-color: #D6103E;
}
.TagClassName
{
border-color: #D6103E;
}
</style>