Shades of Crimson #C6003A
Tints of Crimson #C6003A
RGB
CMYK
RGB Variations
Color information
#C6003A (or 0xC6003A) is known color: Crimson. HEX triplet: C6, 00 and 3A. RGB value is (198,0,58). Sum of RGB (Red+Green+Blue) = 198+0+58=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 58 (23.05% from 255 or 22.66% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C6003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6003A is #39FFC5. Grayscale: #414141. Windows color (decimal): -3801030 or 3801286. OLE color: 3801286.
HSL color Cylindrical-coordinate representation of color #C6003A: hue angle of 342.42º 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 #C6003A is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.71 | 0.22 |
| HSL | 342.42º | 1% | 0.39% | - |
| HSV(B) | 342.42º | 1% | 0.78% | - |
| XYZ | 24.05 | 12.31 | 5.11 | - |
| YUV | 65.81 | 123.6 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 58 | 0 | 1 | 0.71 | 0.22 | 342.42 | 1 | 0.39 |
| Hex | C6 | 0 | 3A | 0 | 64 | 47 | 16 | 156 | 64 | 27 |
| Octal | 306 | 0 | 72 | 0 | 144 | 107 | 26 | 526 | 144 | 47 |
| Binary | 11000110 | 0 | 111010 | 0 | 1100100 | 1000111 | 10110 | 101010110 | 1100100 | 100111 |
Color Harmonies of #C6003A
Complementary color
Monochromatic Colors of #C6003A
Black with #C6003A
Text Example
Text Example
White with #C6003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6003A; }
p { color: rgb(198,0,58); }
H1.HeaderClassName
{
color: #C6003A;
}
.AnyTagClassName
{
color: #C6003A;
}
</style>
background-color css
<style>
a { background-color: #C6003A; }
a { background-color: rgb(198,0,58); }
div.DivClassName
{
background-color: #C6003A;
}
.BgClassName
{
background-color: #C6003A;
}
</style>
border-color css
<style>
span { border-color: #C6003A; }
span { border-color: rgb(198,0,58); }
td.TdClassName
{
border-color: #C6003A;
}
.TagClassName
{
border-color: #C6003A;
}
</style>