Shades of Crimson #C6043F
Tints of Crimson #C6043F
RGB
CMYK
RGB Variations
Color information
#C6043F (or 0xC6043F) is known color: Crimson. HEX triplet: C6, 04 and 3F. RGB value is (198,4,63). Sum of RGB (Red+Green+Blue) = 198+4+63=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C6043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6043F is #39FBC0. Grayscale: #444444. Windows color (decimal): -3800001 or 4129990. OLE color: 4129990.
HSL color Cylindrical-coordinate representation of color #C6043F: hue angle of 341.75º 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 #C6043F is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 63 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.22 |
| HSL | 341.75º | 0.96% | 0.4% | - |
| HSV(B) | 341.75º | 0.98% | 0.78% | - |
| XYZ | 24.23 | 12.45 | 5.83 | - |
| YUV | 68.73 | 124.77 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 63 | 0 | 0.98 | 0.68 | 0.22 | 341.75 | 0.96 | 0.4 |
| Hex | C6 | 4 | 3F | 0 | 62 | 44 | 16 | 156 | 60 | 28 |
| Octal | 306 | 4 | 77 | 0 | 142 | 104 | 26 | 526 | 140 | 50 |
| Binary | 11000110 | 100 | 111111 | 0 | 1100010 | 1000100 | 10110 | 101010110 | 1100000 | 101000 |
Color Harmonies of #C6043F
Complementary color
Monochromatic Colors of #C6043F
Black with #C6043F
Text Example
Text Example
White with #C6043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6043F; }
p { color: rgb(198,4,63); }
H1.HeaderClassName
{
color: #C6043F;
}
.AnyTagClassName
{
color: #C6043F;
}
</style>
background-color css
<style>
a { background-color: #C6043F; }
a { background-color: rgb(198,4,63); }
div.DivClassName
{
background-color: #C6043F;
}
.BgClassName
{
background-color: #C6043F;
}
</style>
border-color css
<style>
span { border-color: #C6043F; }
span { border-color: rgb(198,4,63); }
td.TdClassName
{
border-color: #C6043F;
}
.TagClassName
{
border-color: #C6043F;
}
</style>