Shades of Crimson #C60243
Tints of Crimson #C60243
RGB
CMYK
RGB Variations
Color information
#C60243 (or 0xC60243) is known color: Crimson. HEX triplet: C6, 02 and 43. RGB value is (198,2,67). Sum of RGB (Red+Green+Blue) = 198+2+67=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C60243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60243 is #39FDBC. Grayscale: #434343. Windows color (decimal): -3800509 or 4391622. OLE color: 4391622.
HSL color Cylindrical-coordinate representation of color #C60243: hue angle of 340.1º 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 #C60243 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.22 |
| HSL | 340.1º | 0.98% | 0.39% | - |
| HSV(B) | 340.1º | 0.99% | 0.78% | - |
| XYZ | 24.32 | 12.45 | 6.43 | - |
| YUV | 68.01 | 127.43 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 67 | 0 | 0.99 | 0.66 | 0.22 | 340.1 | 0.98 | 0.39 |
| Hex | C6 | 2 | 43 | 0 | 63 | 42 | 16 | 154 | 62 | 27 |
| Octal | 306 | 2 | 103 | 0 | 143 | 102 | 26 | 524 | 142 | 47 |
| Binary | 11000110 | 10 | 1000011 | 0 | 1100011 | 1000010 | 10110 | 101010100 | 1100010 | 100111 |
Color Harmonies of #C60243
Complementary color
Monochromatic Colors of #C60243
Black with #C60243
Text Example
Text Example
White with #C60243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60243; }
p { color: rgb(198,2,67); }
H1.HeaderClassName
{
color: #C60243;
}
.AnyTagClassName
{
color: #C60243;
}
</style>
background-color css
<style>
a { background-color: #C60243; }
a { background-color: rgb(198,2,67); }
div.DivClassName
{
background-color: #C60243;
}
.BgClassName
{
background-color: #C60243;
}
</style>
border-color css
<style>
span { border-color: #C60243; }
span { border-color: rgb(198,2,67); }
td.TdClassName
{
border-color: #C60243;
}
.TagClassName
{
border-color: #C60243;
}
</style>