Shades of Crimson #C60237
Tints of Crimson #C60237
RGB
CMYK
RGB Variations
Color information
#C60237 (or 0xC60237) is known color: Crimson. HEX triplet: C6, 02 and 37. RGB value is (198,2,55). Sum of RGB (Red+Green+Blue) = 198+2+55=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C60237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60237 is #39FDC8. Grayscale: #424242. Windows color (decimal): -3800521 or 3605190. OLE color: 3605190.
HSL color Cylindrical-coordinate representation of color #C60237: hue angle of 343.78º degrees, saturation: 0.98, 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 #C60237 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.22 |
| HSL | 343.78º | 0.98% | 0.39% | - |
| HSV(B) | 343.78º | 0.99% | 0.78% | - |
| XYZ | 24 | 12.33 | 4.73 | - |
| YUV | 66.65 | 121.43 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 55 | 0 | 0.99 | 0.72 | 0.22 | 343.78 | 0.98 | 0.39 |
| Hex | C6 | 2 | 37 | 0 | 63 | 48 | 16 | 158 | 62 | 27 |
| Octal | 306 | 2 | 67 | 0 | 143 | 110 | 26 | 530 | 142 | 47 |
| Binary | 11000110 | 10 | 110111 | 0 | 1100011 | 1001000 | 10110 | 101011000 | 1100010 | 100111 |
Color Harmonies of #C60237
Complementary color
Monochromatic Colors of #C60237
Black with #C60237
Text Example
Text Example
White with #C60237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60237; }
p { color: rgb(198,2,55); }
H1.HeaderClassName
{
color: #C60237;
}
.AnyTagClassName
{
color: #C60237;
}
</style>
background-color css
<style>
a { background-color: #C60237; }
a { background-color: rgb(198,2,55); }
div.DivClassName
{
background-color: #C60237;
}
.BgClassName
{
background-color: #C60237;
}
</style>
border-color css
<style>
span { border-color: #C60237; }
span { border-color: rgb(198,2,55); }
td.TdClassName
{
border-color: #C60237;
}
.TagClassName
{
border-color: #C60237;
}
</style>