Shades of Crimson #C6043E
Tints of Crimson #C6043E
RGB
CMYK
RGB Variations
Color information
#C6043E (or 0xC6043E) is known color: Crimson. HEX triplet: C6, 04 and 3E. RGB value is (198,4,62). Sum of RGB (Red+Green+Blue) = 198+4+62=264 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 62 (24.61% from 255 or 23.48% from 264); Max value from RGB is 198 - color contains mainly: red. Hex color #C6043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6043E is #39FBC1. Grayscale: #444444. Windows color (decimal): -3800002 or 4064454. OLE color: 4064454.
HSL color Cylindrical-coordinate representation of color #C6043E: hue angle of 342.06º 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 #C6043E is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.22 |
| HSL | 342.06º | 0.96% | 0.4% | - |
| HSV(B) | 342.06º | 0.98% | 0.78% | - |
| XYZ | 24.2 | 12.44 | 5.68 | - |
| YUV | 68.62 | 124.27 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 62 | 0 | 0.98 | 0.69 | 0.22 | 342.06 | 0.96 | 0.4 |
| Hex | C6 | 4 | 3E | 0 | 62 | 45 | 16 | 156 | 60 | 28 |
| Octal | 306 | 4 | 76 | 0 | 142 | 105 | 26 | 526 | 140 | 50 |
| Binary | 11000110 | 100 | 111110 | 0 | 1100010 | 1000101 | 10110 | 101010110 | 1100000 | 101000 |
Color Harmonies of #C6043E
Complementary color
Monochromatic Colors of #C6043E
Black with #C6043E
Text Example
Text Example
White with #C6043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6043E; }
p { color: rgb(198,4,62); }
H1.HeaderClassName
{
color: #C6043E;
}
.AnyTagClassName
{
color: #C6043E;
}
</style>
background-color css
<style>
a { background-color: #C6043E; }
a { background-color: rgb(198,4,62); }
div.DivClassName
{
background-color: #C6043E;
}
.BgClassName
{
background-color: #C6043E;
}
</style>
border-color css
<style>
span { border-color: #C6043E; }
span { border-color: rgb(198,4,62); }
td.TdClassName
{
border-color: #C6043E;
}
.TagClassName
{
border-color: #C6043E;
}
</style>