Shades of Crimson #C70143
Tints of Crimson #C70143
RGB
CMYK
RGB Variations
Color information
#C70143 (or 0xC70143) is known color: Crimson. HEX triplet: C7, 01 and 43. RGB value is (199,1,67). Sum of RGB (Red+Green+Blue) = 199+1+67=267 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.53% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 199 - color contains mainly: red. Hex color #C70143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70143 is #38FEBC. Grayscale: #434343. Windows color (decimal): -3735229 or 4391367. OLE color: 4391367.
HSL color Cylindrical-coordinate representation of color #C70143: hue angle of 340º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70143 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 67 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.22 |
| HSL | 340º | 0.99% | 0.39% | - |
| HSV(B) | 340º | 0.99% | 0.78% | - |
| XYZ | 24.58 | 12.57 | 6.44 | - |
| YUV | 67.73 | 127.6 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 67 | 0 | 0.99 | 0.66 | 0.22 | 340 | 0.99 | 0.39 |
| Hex | C7 | 1 | 43 | 0 | 63 | 42 | 16 | 154 | 63 | 27 |
| Octal | 307 | 1 | 103 | 0 | 143 | 102 | 26 | 524 | 143 | 47 |
| Binary | 11000111 | 1 | 1000011 | 0 | 1100011 | 1000010 | 10110 | 101010100 | 1100011 | 100111 |
Color Harmonies of #C70143
Complementary color
Monochromatic Colors of #C70143
Black with #C70143
Text Example
Text Example
White with #C70143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70143; }
p { color: rgb(199,1,67); }
H1.HeaderClassName
{
color: #C70143;
}
.AnyTagClassName
{
color: #C70143;
}
</style>
background-color css
<style>
a { background-color: #C70143; }
a { background-color: rgb(199,1,67); }
div.DivClassName
{
background-color: #C70143;
}
.BgClassName
{
background-color: #C70143;
}
</style>
border-color css
<style>
span { border-color: #C70143; }
span { border-color: rgb(199,1,67); }
td.TdClassName
{
border-color: #C70143;
}
.TagClassName
{
border-color: #C70143;
}
</style>