Shades of Crimson #C60445
Tints of Crimson #C60445
RGB
CMYK
RGB Variations
Color information
#C60445 (or 0xC60445) is known color: Crimson. HEX triplet: C6, 04 and 45. RGB value is (198,4,69). Sum of RGB (Red+Green+Blue) = 198+4+69=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C60445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60445 is #39FBBA. Grayscale: #454545. Windows color (decimal): -3799995 or 4523206. OLE color: 4523206.
HSL color Cylindrical-coordinate representation of color #C60445: hue angle of 339.9º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60445 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.22 |
| HSL | 339.9º | 0.96% | 0.4% | - |
| HSV(B) | 339.9º | 0.98% | 0.78% | - |
| XYZ | 24.41 | 12.52 | 6.76 | - |
| YUV | 69.42 | 127.77 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 69 | 0 | 0.98 | 0.65 | 0.22 | 339.9 | 0.96 | 0.4 |
| Hex | C6 | 4 | 45 | 0 | 62 | 41 | 16 | 154 | 60 | 28 |
| Octal | 306 | 4 | 105 | 0 | 142 | 101 | 26 | 524 | 140 | 50 |
| Binary | 11000110 | 100 | 1000101 | 0 | 1100010 | 1000001 | 10110 | 101010100 | 1100000 | 101000 |
Color Harmonies of #C60445
Complementary color
Monochromatic Colors of #C60445
Black with #C60445
Text Example
Text Example
White with #C60445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60445; }
p { color: rgb(198,4,69); }
H1.HeaderClassName
{
color: #C60445;
}
.AnyTagClassName
{
color: #C60445;
}
</style>
background-color css
<style>
a { background-color: #C60445; }
a { background-color: rgb(198,4,69); }
div.DivClassName
{
background-color: #C60445;
}
.BgClassName
{
background-color: #C60445;
}
</style>
border-color css
<style>
span { border-color: #C60445; }
span { border-color: rgb(198,4,69); }
td.TdClassName
{
border-color: #C60445;
}
.TagClassName
{
border-color: #C60445;
}
</style>