Shades of Crimson #C6003F
Tints of Crimson #C6003F
RGB
CMYK
RGB Variations
Color information
#C6003F (or 0xC6003F) is known color: Crimson. HEX triplet: C6, 00 and 3F. RGB value is (198,0,63). Sum of RGB (Red+Green+Blue) = 198+0+63=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C6003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6003F is #39FFC0. Grayscale: #424242. Windows color (decimal): -3801025 or 4128966. OLE color: 4128966.
HSL color Cylindrical-coordinate representation of color #C6003F: hue angle of 340.91º 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 #C6003F is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.68 | 0.22 |
| HSL | 340.91º | 1% | 0.39% | - |
| HSV(B) | 340.91º | 1% | 0.78% | - |
| XYZ | 24.19 | 12.36 | 5.81 | - |
| YUV | 66.38 | 126.1 | 221.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 63 | 0 | 1 | 0.68 | 0.22 | 340.91 | 1 | 0.39 |
| Hex | C6 | 0 | 3F | 0 | 64 | 44 | 16 | 155 | 64 | 27 |
| Octal | 306 | 0 | 77 | 0 | 144 | 104 | 26 | 525 | 144 | 47 |
| Binary | 11000110 | 0 | 111111 | 0 | 1100100 | 1000100 | 10110 | 101010101 | 1100100 | 100111 |
Color Harmonies of #C6003F
Complementary color
Monochromatic Colors of #C6003F
Black with #C6003F
Text Example
Text Example
White with #C6003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6003F; }
p { color: rgb(198,0,63); }
H1.HeaderClassName
{
color: #C6003F;
}
.AnyTagClassName
{
color: #C6003F;
}
</style>
background-color css
<style>
a { background-color: #C6003F; }
a { background-color: rgb(198,0,63); }
div.DivClassName
{
background-color: #C6003F;
}
.BgClassName
{
background-color: #C6003F;
}
</style>
border-color css
<style>
span { border-color: #C6003F; }
span { border-color: rgb(198,0,63); }
td.TdClassName
{
border-color: #C6003F;
}
.TagClassName
{
border-color: #C6003F;
}
</style>