Shades of Crimson #C6003C
Tints of Crimson #C6003C
RGB
CMYK
RGB Variations
Color information
#C6003C (or 0xC6003C) is known color: Crimson. HEX triplet: C6, 00 and 3C. RGB value is (198,0,60). Sum of RGB (Red+Green+Blue) = 198+0+60=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C6003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6003C is #39FFC3. Grayscale: #424242. Windows color (decimal): -3801028 or 3932358. OLE color: 3932358.
HSL color Cylindrical-coordinate representation of color #C6003C: hue angle of 341.82º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6003C is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.70 | 0.22 |
| HSL | 341.82º | 1% | 0.39% | - |
| HSV(B) | 341.82º | 1% | 0.78% | - |
| XYZ | 24.1 | 12.33 | 5.38 | - |
| YUV | 66.04 | 124.6 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 60 | 0 | 1 | 0.70 | 0.22 | 341.82 | 1 | 0.39 |
| Hex | C6 | 0 | 3C | 0 | 64 | 46 | 16 | 156 | 64 | 27 |
| Octal | 306 | 0 | 74 | 0 | 144 | 106 | 26 | 526 | 144 | 47 |
| Binary | 11000110 | 0 | 111100 | 0 | 1100100 | 1000110 | 10110 | 101010110 | 1100100 | 100111 |
Color Harmonies of #C6003C
Complementary color
Monochromatic Colors of #C6003C
Black with #C6003C
Text Example
Text Example
White with #C6003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6003C; }
p { color: rgb(198,0,60); }
H1.HeaderClassName
{
color: #C6003C;
}
.AnyTagClassName
{
color: #C6003C;
}
</style>
background-color css
<style>
a { background-color: #C6003C; }
a { background-color: rgb(198,0,60); }
div.DivClassName
{
background-color: #C6003C;
}
.BgClassName
{
background-color: #C6003C;
}
</style>
border-color css
<style>
span { border-color: #C6003C; }
span { border-color: rgb(198,0,60); }
td.TdClassName
{
border-color: #C6003C;
}
.TagClassName
{
border-color: #C6003C;
}
</style>