Shades of Crimson #C7043F
Tints of Crimson #C7043F
RGB
CMYK
RGB Variations
Color information
#C7043F (or 0xC7043F) is known color: Crimson. HEX triplet: C7, 04 and 3F. RGB value is (199,4,63). Sum of RGB (Red+Green+Blue) = 199+4+63=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C7043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7043F is #38FBC0. Grayscale: #444444. Windows color (decimal): -3734465 or 4129991. OLE color: 4129991.
HSL color Cylindrical-coordinate representation of color #C7043F: hue angle of 341.85º degrees, saturation: 0.96, 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 #C7043F is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 63 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.22 |
| HSL | 341.85º | 0.96% | 0.4% | - |
| HSV(B) | 341.85º | 0.98% | 0.78% | - |
| XYZ | 24.49 | 12.59 | 5.84 | - |
| YUV | 69.03 | 124.6 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 63 | 0 | 0.98 | 0.68 | 0.22 | 341.85 | 0.96 | 0.4 |
| Hex | C7 | 4 | 3F | 0 | 62 | 44 | 16 | 156 | 60 | 28 |
| Octal | 307 | 4 | 77 | 0 | 142 | 104 | 26 | 526 | 140 | 50 |
| Binary | 11000111 | 100 | 111111 | 0 | 1100010 | 1000100 | 10110 | 101010110 | 1100000 | 101000 |
Color Harmonies of #C7043F
Complementary color
Monochromatic Colors of #C7043F
Black with #C7043F
Text Example
Text Example
White with #C7043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7043F; }
p { color: rgb(199,4,63); }
H1.HeaderClassName
{
color: #C7043F;
}
.AnyTagClassName
{
color: #C7043F;
}
</style>
background-color css
<style>
a { background-color: #C7043F; }
a { background-color: rgb(199,4,63); }
div.DivClassName
{
background-color: #C7043F;
}
.BgClassName
{
background-color: #C7043F;
}
</style>
border-color css
<style>
span { border-color: #C7043F; }
span { border-color: rgb(199,4,63); }
td.TdClassName
{
border-color: #C7043F;
}
.TagClassName
{
border-color: #C7043F;
}
</style>