Shades of Crimson #C60343
Tints of Crimson #C60343
RGB
CMYK
RGB Variations
Color information
#C60343 (or 0xC60343) is known color: Crimson. HEX triplet: C6, 03 and 43. RGB value is (198,3,67). Sum of RGB (Red+Green+Blue) = 198+3+67=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C60343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60343 is #39FCBC. Grayscale: #444444. Windows color (decimal): -3800253 or 4391878. OLE color: 4391878.
HSL color Cylindrical-coordinate representation of color #C60343: hue angle of 340.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60343 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 67 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.22 |
| HSL | 340.31º | 0.97% | 0.39% | - |
| HSV(B) | 340.31º | 0.98% | 0.78% | - |
| XYZ | 24.33 | 12.48 | 6.44 | - |
| YUV | 68.6 | 127.1 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 67 | 0 | 0.98 | 0.66 | 0.22 | 340.31 | 0.97 | 0.39 |
| Hex | C6 | 3 | 43 | 0 | 62 | 42 | 16 | 154 | 61 | 27 |
| Octal | 306 | 3 | 103 | 0 | 142 | 102 | 26 | 524 | 141 | 47 |
| Binary | 11000110 | 11 | 1000011 | 0 | 1100010 | 1000010 | 10110 | 101010100 | 1100001 | 100111 |
Color Harmonies of #C60343
Complementary color
Monochromatic Colors of #C60343
Black with #C60343
Text Example
Text Example
White with #C60343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60343; }
p { color: rgb(198,3,67); }
H1.HeaderClassName
{
color: #C60343;
}
.AnyTagClassName
{
color: #C60343;
}
</style>
background-color css
<style>
a { background-color: #C60343; }
a { background-color: rgb(198,3,67); }
div.DivClassName
{
background-color: #C60343;
}
.BgClassName
{
background-color: #C60343;
}
</style>
border-color css
<style>
span { border-color: #C60343; }
span { border-color: rgb(198,3,67); }
td.TdClassName
{
border-color: #C60343;
}
.TagClassName
{
border-color: #C60343;
}
</style>