Shades of Crimson #D6003C
Tints of Crimson #D6003C
RGB
CMYK
RGB Variations
Color information
#D6003C (or 0xD6003C) is known color: Crimson. HEX triplet: D6, 00 and 3C. RGB value is (214,0,60). Sum of RGB (Red+Green+Blue) = 214+0+60=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D6003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6003C is #29FFC3. Grayscale: #464646. Windows color (decimal): -2752452 or 3932374. OLE color: 3932374.
HSL color Cylindrical-coordinate representation of color #D6003C: hue angle of 343.18º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6003C is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.72 | 0.16 |
| HSL | 343.18º | 1% | 0.42% | - |
| HSV(B) | 343.18º | 1% | 0.84% | - |
| XYZ | 28.55 | 14.62 | 5.59 | - |
| YUV | 70.83 | 121.9 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 60 | 0 | 1 | 0.72 | 0.16 | 343.18 | 1 | 0.42 |
| Hex | D6 | 0 | 3C | 0 | 64 | 48 | 10 | 157 | 64 | 2A |
| Octal | 326 | 0 | 74 | 0 | 144 | 110 | 20 | 527 | 144 | 52 |
| Binary | 11010110 | 0 | 111100 | 0 | 1100100 | 1001000 | 10000 | 101010111 | 1100100 | 101010 |
Color Harmonies of #D6003C
Complementary color
Monochromatic Colors of #D6003C
Black with #D6003C
Text Example
Text Example
White with #D6003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6003C; }
p { color: rgb(214,0,60); }
H1.HeaderClassName
{
color: #D6003C;
}
.AnyTagClassName
{
color: #D6003C;
}
</style>
background-color css
<style>
a { background-color: #D6003C; }
a { background-color: rgb(214,0,60); }
div.DivClassName
{
background-color: #D6003C;
}
.BgClassName
{
background-color: #D6003C;
}
</style>
border-color css
<style>
span { border-color: #D6003C; }
span { border-color: rgb(214,0,60); }
td.TdClassName
{
border-color: #D6003C;
}
.TagClassName
{
border-color: #D6003C;
}
</style>