Shades of Crimson #C7003E
Tints of Crimson #C7003E
RGB
CMYK
RGB Variations
Color information
#C7003E (or 0xC7003E) is known color: Crimson. HEX triplet: C7, 00 and 3E. RGB value is (199,0,62). Sum of RGB (Red+Green+Blue) = 199+0+62=261 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.25% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 199 - color contains mainly: red. Hex color #C7003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7003E is #38FFC1. Grayscale: #424242. Windows color (decimal): -3735490 or 4063431. OLE color: 4063431.
HSL color Cylindrical-coordinate representation of color #C7003E: hue angle of 341.31º 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 #C7003E is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 62 | - |
| CMYK | 0 | 1 | 0.69 | 0.22 |
| HSL | 341.31º | 1% | 0.39% | - |
| HSV(B) | 341.31º | 1% | 0.78% | - |
| XYZ | 24.42 | 12.49 | 5.68 | - |
| YUV | 66.57 | 125.43 | 222.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 62 | 0 | 1 | 0.69 | 0.22 | 341.31 | 1 | 0.39 |
| Hex | C7 | 0 | 3E | 0 | 64 | 45 | 16 | 155 | 64 | 27 |
| Octal | 307 | 0 | 76 | 0 | 144 | 105 | 26 | 525 | 144 | 47 |
| Binary | 11000111 | 0 | 111110 | 0 | 1100100 | 1000101 | 10110 | 101010101 | 1100100 | 100111 |
Color Harmonies of #C7003E
Complementary color
Monochromatic Colors of #C7003E
Black with #C7003E
Text Example
Text Example
White with #C7003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7003E; }
p { color: rgb(199,0,62); }
H1.HeaderClassName
{
color: #C7003E;
}
.AnyTagClassName
{
color: #C7003E;
}
</style>
background-color css
<style>
a { background-color: #C7003E; }
a { background-color: rgb(199,0,62); }
div.DivClassName
{
background-color: #C7003E;
}
.BgClassName
{
background-color: #C7003E;
}
</style>
border-color css
<style>
span { border-color: #C7003E; }
span { border-color: rgb(199,0,62); }
td.TdClassName
{
border-color: #C7003E;
}
.TagClassName
{
border-color: #C7003E;
}
</style>