Shades of Crimson #C70642
Tints of Crimson #C70642
RGB
CMYK
RGB Variations
Color information
#C70642 (or 0xC70642) is known color: Crimson. HEX triplet: C7, 06 and 42. RGB value is (199,6,66). Sum of RGB (Red+Green+Blue) = 199+6+66=271 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.43% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 199 - color contains mainly: red. Hex color #C70642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70642 is #38F9BD. Grayscale: #464646. Windows color (decimal): -3733950 or 4327111. OLE color: 4327111.
HSL color Cylindrical-coordinate representation of color #C70642: hue angle of 341.35º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C70642 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 66 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.22 |
| HSL | 341.35º | 0.94% | 0.4% | - |
| HSV(B) | 341.35º | 0.97% | 0.78% | - |
| XYZ | 24.6 | 12.67 | 6.3 | - |
| YUV | 70.55 | 125.44 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 66 | 0 | 0.97 | 0.67 | 0.22 | 341.35 | 0.94 | 0.4 |
| Hex | C7 | 6 | 42 | 0 | 61 | 43 | 16 | 155 | 5E | 28 |
| Octal | 307 | 6 | 102 | 0 | 141 | 103 | 26 | 525 | 136 | 50 |
| Binary | 11000111 | 110 | 1000010 | 0 | 1100001 | 1000011 | 10110 | 101010101 | 1011110 | 101000 |
Color Harmonies of #C70642
Complementary color
Monochromatic Colors of #C70642
Black with #C70642
Text Example
Text Example
White with #C70642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70642; }
p { color: rgb(199,6,66); }
H1.HeaderClassName
{
color: #C70642;
}
.AnyTagClassName
{
color: #C70642;
}
</style>
background-color css
<style>
a { background-color: #C70642; }
a { background-color: rgb(199,6,66); }
div.DivClassName
{
background-color: #C70642;
}
.BgClassName
{
background-color: #C70642;
}
</style>
border-color css
<style>
span { border-color: #C70642; }
span { border-color: rgb(199,6,66); }
td.TdClassName
{
border-color: #C70642;
}
.TagClassName
{
border-color: #C70642;
}
</style>