Shades of Crimson #C70643
Tints of Crimson #C70643
RGB
CMYK
RGB Variations
Color information
#C70643 (or 0xC70643) is known color: Crimson. HEX triplet: C7, 06 and 43. RGB value is (199,6,67). Sum of RGB (Red+Green+Blue) = 199+6+67=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 67 (26.56% from 255 or 24.63% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C70643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70643 is #38F9BC. Grayscale: #464646. Windows color (decimal): -3733949 or 4392647. OLE color: 4392647.
HSL color Cylindrical-coordinate representation of color #C70643: hue angle of 341.04º 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 #C70643 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 67 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.22 |
| HSL | 341.04º | 0.94% | 0.4% | - |
| HSV(B) | 341.04º | 0.97% | 0.78% | - |
| XYZ | 24.63 | 12.68 | 6.46 | - |
| YUV | 70.66 | 125.94 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 67 | 0 | 0.97 | 0.66 | 0.22 | 341.04 | 0.94 | 0.4 |
| Hex | C7 | 6 | 43 | 0 | 61 | 42 | 16 | 155 | 5E | 28 |
| Octal | 307 | 6 | 103 | 0 | 141 | 102 | 26 | 525 | 136 | 50 |
| Binary | 11000111 | 110 | 1000011 | 0 | 1100001 | 1000010 | 10110 | 101010101 | 1011110 | 101000 |
Color Harmonies of #C70643
Complementary color
Monochromatic Colors of #C70643
Black with #C70643
Text Example
Text Example
White with #C70643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70643; }
p { color: rgb(199,6,67); }
H1.HeaderClassName
{
color: #C70643;
}
.AnyTagClassName
{
color: #C70643;
}
</style>
background-color css
<style>
a { background-color: #C70643; }
a { background-color: rgb(199,6,67); }
div.DivClassName
{
background-color: #C70643;
}
.BgClassName
{
background-color: #C70643;
}
</style>
border-color css
<style>
span { border-color: #C70643; }
span { border-color: rgb(199,6,67); }
td.TdClassName
{
border-color: #C70643;
}
.TagClassName
{
border-color: #C70643;
}
</style>