Shades of Crimson #C70041
Tints of Crimson #C70041
RGB
CMYK
RGB Variations
Color information
#C70041 (or 0xC70041) is known color: Crimson. HEX triplet: C7, 00 and 41. RGB value is (199,0,65). Sum of RGB (Red+Green+Blue) = 199+0+65=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C70041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70041 is #38FFBE. Grayscale: #424242. Windows color (decimal): -3735487 or 4260039. OLE color: 4260039.
HSL color Cylindrical-coordinate representation of color #C70041: hue angle of 340.4º 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 #C70041 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.67 | 0.22 |
| HSL | 340.4º | 1% | 0.39% | - |
| HSV(B) | 340.4º | 1% | 0.78% | - |
| XYZ | 24.51 | 12.52 | 6.13 | - |
| YUV | 66.91 | 126.93 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 65 | 0 | 1 | 0.67 | 0.22 | 340.4 | 1 | 0.39 |
| Hex | C7 | 0 | 41 | 0 | 64 | 43 | 16 | 154 | 64 | 27 |
| Octal | 307 | 0 | 101 | 0 | 144 | 103 | 26 | 524 | 144 | 47 |
| Binary | 11000111 | 0 | 1000001 | 0 | 1100100 | 1000011 | 10110 | 101010100 | 1100100 | 100111 |
Color Harmonies of #C70041
Complementary color
Monochromatic Colors of #C70041
Black with #C70041
Text Example
Text Example
White with #C70041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70041; }
p { color: rgb(199,0,65); }
H1.HeaderClassName
{
color: #C70041;
}
.AnyTagClassName
{
color: #C70041;
}
</style>
background-color css
<style>
a { background-color: #C70041; }
a { background-color: rgb(199,0,65); }
div.DivClassName
{
background-color: #C70041;
}
.BgClassName
{
background-color: #C70041;
}
</style>
border-color css
<style>
span { border-color: #C70041; }
span { border-color: rgb(199,0,65); }
td.TdClassName
{
border-color: #C70041;
}
.TagClassName
{
border-color: #C70041;
}
</style>