Shades of Crimson #C6013A
Tints of Crimson #C6013A
RGB
CMYK
RGB Variations
Color information
#C6013A (or 0xC6013A) is known color: Crimson. HEX triplet: C6, 01 and 3A. RGB value is (198,1,58). Sum of RGB (Red+Green+Blue) = 198+1+58=257 (34% of max value = 765). Red value is 198 (77.73% from 255 or 77.04% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 198 - color contains mainly: red. Hex color #C6013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6013A is #39FEC5. Grayscale: #424242. Windows color (decimal): -3800774 or 3801542. OLE color: 3801542.
HSL color Cylindrical-coordinate representation of color #C6013A: hue angle of 342.64º 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 #C6013A is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.22 |
| HSL | 342.64º | 0.99% | 0.39% | - |
| HSV(B) | 342.64º | 0.99% | 0.78% | - |
| XYZ | 24.06 | 12.33 | 5.12 | - |
| YUV | 66.4 | 123.27 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 58 | 0 | 0.99 | 0.71 | 0.22 | 342.64 | 0.99 | 0.39 |
| Hex | C6 | 1 | 3A | 0 | 63 | 47 | 16 | 157 | 63 | 27 |
| Octal | 306 | 1 | 72 | 0 | 143 | 107 | 26 | 527 | 143 | 47 |
| Binary | 11000110 | 1 | 111010 | 0 | 1100011 | 1000111 | 10110 | 101010111 | 1100011 | 100111 |
Color Harmonies of #C6013A
Complementary color
Monochromatic Colors of #C6013A
Black with #C6013A
Text Example
Text Example
White with #C6013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6013A; }
p { color: rgb(198,1,58); }
H1.HeaderClassName
{
color: #C6013A;
}
.AnyTagClassName
{
color: #C6013A;
}
</style>
background-color css
<style>
a { background-color: #C6013A; }
a { background-color: rgb(198,1,58); }
div.DivClassName
{
background-color: #C6013A;
}
.BgClassName
{
background-color: #C6013A;
}
</style>
border-color css
<style>
span { border-color: #C6013A; }
span { border-color: rgb(198,1,58); }
td.TdClassName
{
border-color: #C6013A;
}
.TagClassName
{
border-color: #C6013A;
}
</style>