Shades of Crimson #C70237
Tints of Crimson #C70237
RGB
CMYK
RGB Variations
Color information
#C70237 (or 0xC70237) is known color: Crimson. HEX triplet: C7, 02 and 37. RGB value is (199,2,55). Sum of RGB (Red+Green+Blue) = 199+2+55=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C70237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70237 is #38FDC8. Grayscale: #424242. Windows color (decimal): -3734985 or 3605191. OLE color: 3605191.
HSL color Cylindrical-coordinate representation of color #C70237: hue angle of 343.86º degrees, saturation: 0.98, 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 #C70237 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.22 |
| HSL | 343.86º | 0.98% | 0.39% | - |
| HSV(B) | 343.86º | 0.99% | 0.78% | - |
| XYZ | 24.26 | 12.46 | 4.74 | - |
| YUV | 66.95 | 121.27 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 55 | 0 | 0.99 | 0.72 | 0.22 | 343.86 | 0.98 | 0.39 |
| Hex | C7 | 2 | 37 | 0 | 63 | 48 | 16 | 158 | 62 | 27 |
| Octal | 307 | 2 | 67 | 0 | 143 | 110 | 26 | 530 | 142 | 47 |
| Binary | 11000111 | 10 | 110111 | 0 | 1100011 | 1001000 | 10110 | 101011000 | 1100010 | 100111 |
Color Harmonies of #C70237
Complementary color
Monochromatic Colors of #C70237
Black with #C70237
Text Example
Text Example
White with #C70237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70237; }
p { color: rgb(199,2,55); }
H1.HeaderClassName
{
color: #C70237;
}
.AnyTagClassName
{
color: #C70237;
}
</style>
background-color css
<style>
a { background-color: #C70237; }
a { background-color: rgb(199,2,55); }
div.DivClassName
{
background-color: #C70237;
}
.BgClassName
{
background-color: #C70237;
}
</style>
border-color css
<style>
span { border-color: #C70237; }
span { border-color: rgb(199,2,55); }
td.TdClassName
{
border-color: #C70237;
}
.TagClassName
{
border-color: #C70237;
}
</style>