Shades of Crimson #C6013F
Tints of Crimson #C6013F
RGB
CMYK
RGB Variations
Color information
#C6013F (or 0xC6013F) is known color: Crimson. HEX triplet: C6, 01 and 3F. RGB value is (198,1,63). Sum of RGB (Red+Green+Blue) = 198+1+63=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C6013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6013F is #39FEC0. Grayscale: #424242. Windows color (decimal): -3800769 or 4129222. OLE color: 4129222.
HSL color Cylindrical-coordinate representation of color #C6013F: hue angle of 341.12º 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 #C6013F is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.22 |
| HSL | 341.12º | 0.99% | 0.39% | - |
| HSV(B) | 341.12º | 0.99% | 0.78% | - |
| XYZ | 24.2 | 12.39 | 5.82 | - |
| YUV | 66.97 | 125.77 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 1 | 63 | 0 | 0.99 | 0.68 | 0.22 | 341.12 | 0.99 | 0.39 |
| Hex | C6 | 1 | 3F | 0 | 63 | 44 | 16 | 155 | 63 | 27 |
| Octal | 306 | 1 | 77 | 0 | 143 | 104 | 26 | 525 | 143 | 47 |
| Binary | 11000110 | 1 | 111111 | 0 | 1100011 | 1000100 | 10110 | 101010101 | 1100011 | 100111 |
Color Harmonies of #C6013F
Complementary color
Monochromatic Colors of #C6013F
Black with #C6013F
Text Example
Text Example
White with #C6013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6013F; }
p { color: rgb(198,1,63); }
H1.HeaderClassName
{
color: #C6013F;
}
.AnyTagClassName
{
color: #C6013F;
}
</style>
background-color css
<style>
a { background-color: #C6013F; }
a { background-color: rgb(198,1,63); }
div.DivClassName
{
background-color: #C6013F;
}
.BgClassName
{
background-color: #C6013F;
}
</style>
border-color css
<style>
span { border-color: #C6013F; }
span { border-color: rgb(198,1,63); }
td.TdClassName
{
border-color: #C6013F;
}
.TagClassName
{
border-color: #C6013F;
}
</style>