Shades of Crimson #C7003A
Tints of Crimson #C7003A
RGB
CMYK
RGB Variations
Color information
#C7003A (or 0xC7003A) is known color: Crimson. HEX triplet: C7, 00 and 3A. RGB value is (199,0,58). Sum of RGB (Red+Green+Blue) = 199+0+58=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C7003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7003A is #38FFC5. Grayscale: #424242. Windows color (decimal): -3735494 or 3801287. OLE color: 3801287.
HSL color Cylindrical-coordinate representation of color #C7003A: hue angle of 342.51º 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 #C7003A is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.71 | 0.22 |
| HSL | 342.51º | 1% | 0.39% | - |
| HSV(B) | 342.51º | 1% | 0.78% | - |
| XYZ | 24.32 | 12.45 | 5.12 | - |
| YUV | 66.11 | 123.43 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 58 | 0 | 1 | 0.71 | 0.22 | 342.51 | 1 | 0.39 |
| Hex | C7 | 0 | 3A | 0 | 64 | 47 | 16 | 157 | 64 | 27 |
| Octal | 307 | 0 | 72 | 0 | 144 | 107 | 26 | 527 | 144 | 47 |
| Binary | 11000111 | 0 | 111010 | 0 | 1100100 | 1000111 | 10110 | 101010111 | 1100100 | 100111 |
Color Harmonies of #C7003A
Complementary color
Monochromatic Colors of #C7003A
Black with #C7003A
Text Example
Text Example
White with #C7003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7003A; }
p { color: rgb(199,0,58); }
H1.HeaderClassName
{
color: #C7003A;
}
.AnyTagClassName
{
color: #C7003A;
}
</style>
background-color css
<style>
a { background-color: #C7003A; }
a { background-color: rgb(199,0,58); }
div.DivClassName
{
background-color: #C7003A;
}
.BgClassName
{
background-color: #C7003A;
}
</style>
border-color css
<style>
span { border-color: #C7003A; }
span { border-color: rgb(199,0,58); }
td.TdClassName
{
border-color: #C7003A;
}
.TagClassName
{
border-color: #C7003A;
}
</style>