Shades of Crimson #C70046
Tints of Crimson #C70046
RGB
CMYK
RGB Variations
Color information
#C70046 (or 0xC70046) is known color: Crimson. HEX triplet: C7, 00 and 46. RGB value is (199,0,70). Sum of RGB (Red+Green+Blue) = 199+0+70=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C70046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70046 is #38FFB9. Grayscale: #434343. Windows color (decimal): -3735482 or 4587719. OLE color: 4587719.
HSL color Cylindrical-coordinate representation of color #C70046: hue angle of 338.89º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70046 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.65 | 0.22 |
| HSL | 338.89º | 1% | 0.39% | - |
| HSV(B) | 338.89º | 1% | 0.78% | - |
| XYZ | 24.66 | 12.58 | 6.92 | - |
| YUV | 67.48 | 129.43 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 70 | 0 | 1 | 0.65 | 0.22 | 338.89 | 1 | 0.39 |
| Hex | C7 | 0 | 46 | 0 | 64 | 41 | 16 | 153 | 64 | 27 |
| Octal | 307 | 0 | 106 | 0 | 144 | 101 | 26 | 523 | 144 | 47 |
| Binary | 11000111 | 0 | 1000110 | 0 | 1100100 | 1000001 | 10110 | 101010011 | 1100100 | 100111 |
Color Harmonies of #C70046
Complementary color
Monochromatic Colors of #C70046
Black with #C70046
Text Example
Text Example
White with #C70046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70046; }
p { color: rgb(199,0,70); }
H1.HeaderClassName
{
color: #C70046;
}
.AnyTagClassName
{
color: #C70046;
}
</style>
background-color css
<style>
a { background-color: #C70046; }
a { background-color: rgb(199,0,70); }
div.DivClassName
{
background-color: #C70046;
}
.BgClassName
{
background-color: #C70046;
}
</style>
border-color css
<style>
span { border-color: #C70046; }
span { border-color: rgb(199,0,70); }
td.TdClassName
{
border-color: #C70046;
}
.TagClassName
{
border-color: #C70046;
}
</style>