Shades of Crimson #C6044B
Tints of Crimson #C6044B
RGB
CMYK
RGB Variations
Color information
#C6044B (or 0xC6044B) is known color: Crimson. HEX triplet: C6, 04 and 4B. RGB value is (198,4,75). Sum of RGB (Red+Green+Blue) = 198+4+75=277 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.48% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 198 - color contains mainly: red. Hex color #C6044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6044B is #39FBB4. Grayscale: #464646. Windows color (decimal): -3799989 or 4916422. OLE color: 4916422.
HSL color Cylindrical-coordinate representation of color #C6044B: hue angle of 338.04º 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 #C6044B is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.22 |
| HSL | 338.04º | 0.96% | 0.4% | - |
| HSV(B) | 338.04º | 0.98% | 0.78% | - |
| XYZ | 24.6 | 12.6 | 7.79 | - |
| YUV | 70.1 | 130.77 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 75 | 0 | 0.98 | 0.62 | 0.22 | 338.04 | 0.96 | 0.4 |
| Hex | C6 | 4 | 4B | 0 | 62 | 3E | 16 | 152 | 60 | 28 |
| Octal | 306 | 4 | 113 | 0 | 142 | 76 | 26 | 522 | 140 | 50 |
| Binary | 11000110 | 100 | 1001011 | 0 | 1100010 | 111110 | 10110 | 101010010 | 1100000 | 101000 |
Color Harmonies of #C6044B
Complementary color
Monochromatic Colors of #C6044B
Black with #C6044B
Text Example
Text Example
White with #C6044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6044B; }
p { color: rgb(198,4,75); }
H1.HeaderClassName
{
color: #C6044B;
}
.AnyTagClassName
{
color: #C6044B;
}
</style>
background-color css
<style>
a { background-color: #C6044B; }
a { background-color: rgb(198,4,75); }
div.DivClassName
{
background-color: #C6044B;
}
.BgClassName
{
background-color: #C6044B;
}
</style>
border-color css
<style>
span { border-color: #C6044B; }
span { border-color: rgb(198,4,75); }
td.TdClassName
{
border-color: #C6044B;
}
.TagClassName
{
border-color: #C6044B;
}
</style>