Shades of Crimson #C6013E
Tints of Crimson #C6013E
RGB
CMYK
RGB Variations
Color information
#C6013E (or 0xC6013E) is known color: Crimson. HEX triplet: C6, 01 and 3E. RGB value is (198,1,62). Sum of RGB (Red+Green+Blue) = 198+1+62=261 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.86% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 198 - color contains mainly: red. Hex color #C6013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6013E is #39FEC1. Grayscale: #424242. Windows color (decimal): -3800770 or 4063686. OLE color: 4063686.
HSL color Cylindrical-coordinate representation of color #C6013E: hue angle of 341.42º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6013E is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.22 |
| HSL | 341.42º | 0.99% | 0.39% | - |
| HSV(B) | 341.42º | 0.99% | 0.78% | - |
| XYZ | 24.17 | 12.38 | 5.67 | - |
| YUV | 66.86 | 125.27 | 221.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 62 | 0 | 0.99 | 0.69 | 0.22 | 341.42 | 0.99 | 0.39 |
| Hex | C6 | 1 | 3E | 0 | 63 | 45 | 16 | 155 | 63 | 27 |
| Octal | 306 | 1 | 76 | 0 | 143 | 105 | 26 | 525 | 143 | 47 |
| Binary | 11000110 | 1 | 111110 | 0 | 1100011 | 1000101 | 10110 | 101010101 | 1100011 | 100111 |
Color Harmonies of #C6013E
Complementary color
Monochromatic Colors of #C6013E
Black with #C6013E
Text Example
Text Example
White with #C6013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6013E; }
p { color: rgb(198,1,62); }
H1.HeaderClassName
{
color: #C6013E;
}
.AnyTagClassName
{
color: #C6013E;
}
</style>
background-color css
<style>
a { background-color: #C6013E; }
a { background-color: rgb(198,1,62); }
div.DivClassName
{
background-color: #C6013E;
}
.BgClassName
{
background-color: #C6013E;
}
</style>
border-color css
<style>
span { border-color: #C6013E; }
span { border-color: rgb(198,1,62); }
td.TdClassName
{
border-color: #C6013E;
}
.TagClassName
{
border-color: #C6013E;
}
</style>