Shades of Crimson #C6064A
Tints of Crimson #C6064A
RGB
CMYK
RGB Variations
Color information
#C6064A (or 0xC6064A) is known color: Crimson. HEX triplet: C6, 06 and 4A. RGB value is (198,6,74). Sum of RGB (Red+Green+Blue) = 198+6+74=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C6064A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6064A is #39F9B5. Grayscale: #474747. Windows color (decimal): -3799478 or 4851398. OLE color: 4851398.
HSL color Cylindrical-coordinate representation of color #C6064A: hue angle of 338.75º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6064A is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 74 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.22 |
| HSL | 338.75º | 0.94% | 0.4% | - |
| HSV(B) | 338.75º | 0.97% | 0.78% | - |
| XYZ | 24.59 | 12.63 | 7.62 | - |
| YUV | 71.16 | 129.61 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 74 | 0 | 0.97 | 0.63 | 0.22 | 338.75 | 0.94 | 0.4 |
| Hex | C6 | 6 | 4A | 0 | 61 | 3F | 16 | 153 | 5E | 28 |
| Octal | 306 | 6 | 112 | 0 | 141 | 77 | 26 | 523 | 136 | 50 |
| Binary | 11000110 | 110 | 1001010 | 0 | 1100001 | 111111 | 10110 | 101010011 | 1011110 | 101000 |
Color Harmonies of #C6064A
Complementary color
Monochromatic Colors of #C6064A
Black with #C6064A
Text Example
Text Example
White with #C6064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6064A; }
p { color: rgb(198,6,74); }
H1.HeaderClassName
{
color: #C6064A;
}
.AnyTagClassName
{
color: #C6064A;
}
</style>
background-color css
<style>
a { background-color: #C6064A; }
a { background-color: rgb(198,6,74); }
div.DivClassName
{
background-color: #C6064A;
}
.BgClassName
{
background-color: #C6064A;
}
</style>
border-color css
<style>
span { border-color: #C6064A; }
span { border-color: rgb(198,6,74); }
td.TdClassName
{
border-color: #C6064A;
}
.TagClassName
{
border-color: #C6064A;
}
</style>