Shades of Crimson #C60340
Tints of Crimson #C60340
RGB
CMYK
RGB Variations
Color information
#C60340 (or 0xC60340) is known color: Crimson. HEX triplet: C6, 03 and 40. RGB value is (198,3,64). Sum of RGB (Red+Green+Blue) = 198+3+64=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C60340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60340 is #39FCBF. Grayscale: #444444. Windows color (decimal): -3800256 or 4195270. OLE color: 4195270.
HSL color Cylindrical-coordinate representation of color #C60340: hue angle of 341.23º 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 #C60340 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 3 | 64 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.22 |
| HSL | 341.23º | 0.97% | 0.39% | - |
| HSV(B) | 341.23º | 0.98% | 0.78% | - |
| XYZ | 24.25 | 12.44 | 5.97 | - |
| YUV | 68.26 | 125.6 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 3 | 64 | 0 | 0.98 | 0.68 | 0.22 | 341.23 | 0.97 | 0.39 |
| Hex | C6 | 3 | 40 | 0 | 62 | 44 | 16 | 155 | 61 | 27 |
| Octal | 306 | 3 | 100 | 0 | 142 | 104 | 26 | 525 | 141 | 47 |
| Binary | 11000110 | 11 | 1000000 | 0 | 1100010 | 1000100 | 10110 | 101010101 | 1100001 | 100111 |
Color Harmonies of #C60340
Complementary color
Monochromatic Colors of #C60340
Black with #C60340
Text Example
Text Example
White with #C60340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60340; }
p { color: rgb(198,3,64); }
H1.HeaderClassName
{
color: #C60340;
}
.AnyTagClassName
{
color: #C60340;
}
</style>
background-color css
<style>
a { background-color: #C60340; }
a { background-color: rgb(198,3,64); }
div.DivClassName
{
background-color: #C60340;
}
.BgClassName
{
background-color: #C60340;
}
</style>
border-color css
<style>
span { border-color: #C60340; }
span { border-color: rgb(198,3,64); }
td.TdClassName
{
border-color: #C60340;
}
.TagClassName
{
border-color: #C60340;
}
</style>