Shades of Crimson #C40046
Tints of Crimson #C40046
RGB
CMYK
RGB Variations
Color information
#C40046 (or 0xC40046) is known color: Crimson. HEX triplet: C4, 00 and 46. RGB value is (196,0,70). Sum of RGB (Red+Green+Blue) = 196+0+70=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C40046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40046 is #3BFFB9. Grayscale: #424242. Windows color (decimal): -3932090 or 4587716. OLE color: 4587716.
HSL color Cylindrical-coordinate representation of color #C40046: hue angle of 338.57º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40046 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.64 | 0.23 |
| HSL | 338.57º | 1% | 0.38% | - |
| HSV(B) | 338.57º | 1% | 0.77% | - |
| XYZ | 23.87 | 12.18 | 6.89 | - |
| YUV | 66.58 | 129.93 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 70 | 0 | 1 | 0.64 | 0.23 | 338.57 | 1 | 0.38 |
| Hex | C4 | 0 | 46 | 0 | 64 | 40 | 17 | 153 | 64 | 26 |
| Octal | 304 | 0 | 106 | 0 | 144 | 100 | 27 | 523 | 144 | 46 |
| Binary | 11000100 | 0 | 1000110 | 0 | 1100100 | 1000000 | 10111 | 101010011 | 1100100 | 100110 |
Color Harmonies of #C40046
Complementary color
Monochromatic Colors of #C40046
Black with #C40046
Text Example
Text Example
White with #C40046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40046; }
p { color: rgb(196,0,70); }
H1.HeaderClassName
{
color: #C40046;
}
.AnyTagClassName
{
color: #C40046;
}
</style>
background-color css
<style>
a { background-color: #C40046; }
a { background-color: rgb(196,0,70); }
div.DivClassName
{
background-color: #C40046;
}
.BgClassName
{
background-color: #C40046;
}
</style>
border-color css
<style>
span { border-color: #C40046; }
span { border-color: rgb(196,0,70); }
td.TdClassName
{
border-color: #C40046;
}
.TagClassName
{
border-color: #C40046;
}
</style>