Shades of Crimson #C6003E
Tints of Crimson #C6003E
RGB
CMYK
RGB Variations
Color information
#C6003E (or 0xC6003E) is known color: Crimson. HEX triplet: C6, 00 and 3E. RGB value is (198,0,62). Sum of RGB (Red+Green+Blue) = 198+0+62=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C6003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6003E is #39FFC1. Grayscale: #424242. Windows color (decimal): -3801026 or 4063430. OLE color: 4063430.
HSL color Cylindrical-coordinate representation of color #C6003E: hue angle of 341.21º 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 #C6003E is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.69 | 0.22 |
| HSL | 341.21º | 1% | 0.39% | - |
| HSV(B) | 341.21º | 1% | 0.78% | - |
| XYZ | 24.16 | 12.35 | 5.67 | - |
| YUV | 66.27 | 125.6 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 62 | 0 | 1 | 0.69 | 0.22 | 341.21 | 1 | 0.39 |
| Hex | C6 | 0 | 3E | 0 | 64 | 45 | 16 | 155 | 64 | 27 |
| Octal | 306 | 0 | 76 | 0 | 144 | 105 | 26 | 525 | 144 | 47 |
| Binary | 11000110 | 0 | 111110 | 0 | 1100100 | 1000101 | 10110 | 101010101 | 1100100 | 100111 |
Color Harmonies of #C6003E
Complementary color
Monochromatic Colors of #C6003E
Black with #C6003E
Text Example
Text Example
White with #C6003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6003E; }
p { color: rgb(198,0,62); }
H1.HeaderClassName
{
color: #C6003E;
}
.AnyTagClassName
{
color: #C6003E;
}
</style>
background-color css
<style>
a { background-color: #C6003E; }
a { background-color: rgb(198,0,62); }
div.DivClassName
{
background-color: #C6003E;
}
.BgClassName
{
background-color: #C6003E;
}
</style>
border-color css
<style>
span { border-color: #C6003E; }
span { border-color: rgb(198,0,62); }
td.TdClassName
{
border-color: #C6003E;
}
.TagClassName
{
border-color: #C6003E;
}
</style>