Shades of Crimson #C7033A
Tints of Crimson #C7033A
RGB
CMYK
RGB Variations
Color information
#C7033A (or 0xC7033A) is known color: Crimson. HEX triplet: C7, 03 and 3A. RGB value is (199,3,58). Sum of RGB (Red+Green+Blue) = 199+3+58=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C7033A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7033A is #38FCC5. Grayscale: #434343. Windows color (decimal): -3734726 or 3802055. OLE color: 3802055.
HSL color Cylindrical-coordinate representation of color #C7033A: hue angle of 343.16º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7033A is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 58 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.22 |
| HSL | 343.16º | 0.97% | 0.4% | - |
| HSV(B) | 343.16º | 0.98% | 0.78% | - |
| XYZ | 24.35 | 12.51 | 5.13 | - |
| YUV | 67.87 | 122.43 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 58 | 0 | 0.98 | 0.71 | 0.22 | 343.16 | 0.97 | 0.4 |
| Hex | C7 | 3 | 3A | 0 | 62 | 47 | 16 | 157 | 61 | 28 |
| Octal | 307 | 3 | 72 | 0 | 142 | 107 | 26 | 527 | 141 | 50 |
| Binary | 11000111 | 11 | 111010 | 0 | 1100010 | 1000111 | 10110 | 101010111 | 1100001 | 101000 |
Color Harmonies of #C7033A
Complementary color
Monochromatic Colors of #C7033A
Black with #C7033A
Text Example
Text Example
White with #C7033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7033A; }
p { color: rgb(199,3,58); }
H1.HeaderClassName
{
color: #C7033A;
}
.AnyTagClassName
{
color: #C7033A;
}
</style>
background-color css
<style>
a { background-color: #C7033A; }
a { background-color: rgb(199,3,58); }
div.DivClassName
{
background-color: #C7033A;
}
.BgClassName
{
background-color: #C7033A;
}
</style>
border-color css
<style>
span { border-color: #C7033A; }
span { border-color: rgb(199,3,58); }
td.TdClassName
{
border-color: #C7033A;
}
.TagClassName
{
border-color: #C7033A;
}
</style>