Shades of Crimson #C60031
Tints of Crimson #C60031
RGB
CMYK
RGB Variations
Color information
#C60031 (or 0xC60031) is known color: Crimson. HEX triplet: C6, 00 and 31. RGB value is (198,0,49). Sum of RGB (Red+Green+Blue) = 198+0+49=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C60031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60031 is #39FFCE. Grayscale: #404040. Windows color (decimal): -3801039 or 3211462. OLE color: 3211462.
HSL color Cylindrical-coordinate representation of color #C60031: hue angle of 345.15º 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 #C60031 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.75 | 0.22 |
| HSL | 345.15º | 1% | 0.39% | - |
| HSV(B) | 345.15º | 1% | 0.78% | - |
| XYZ | 23.84 | 12.23 | 4.01 | - |
| YUV | 64.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 49 | 0 | 1 | 0.75 | 0.22 | 345.15 | 1 | 0.39 |
| Hex | C6 | 0 | 31 | 0 | 64 | 4B | 16 | 159 | 64 | 27 |
| Octal | 306 | 0 | 61 | 0 | 144 | 113 | 26 | 531 | 144 | 47 |
| Binary | 11000110 | 0 | 110001 | 0 | 1100100 | 1001011 | 10110 | 101011001 | 1100100 | 100111 |
Color Harmonies of #C60031
Complementary color
Monochromatic Colors of #C60031
Black with #C60031
Text Example
Text Example
White with #C60031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60031; }
p { color: rgb(198,0,49); }
H1.HeaderClassName
{
color: #C60031;
}
.AnyTagClassName
{
color: #C60031;
}
</style>
background-color css
<style>
a { background-color: #C60031; }
a { background-color: rgb(198,0,49); }
div.DivClassName
{
background-color: #C60031;
}
.BgClassName
{
background-color: #C60031;
}
</style>
border-color css
<style>
span { border-color: #C60031; }
span { border-color: rgb(198,0,49); }
td.TdClassName
{
border-color: #C60031;
}
.TagClassName
{
border-color: #C60031;
}
</style>