Shades of Crimson #C70037
Tints of Crimson #C70037
RGB
CMYK
RGB Variations
Color information
#C70037 (or 0xC70037) is known color: Crimson. HEX triplet: C7, 00 and 37. RGB value is (199,0,55). Sum of RGB (Red+Green+Blue) = 199+0+55=254 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.35% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 55 (21.88% from 255 or 21.65% from 254); Max value from RGB is 199 - color contains mainly: red. Hex color #C70037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70037 is #38FFC8. Grayscale: #414141. Windows color (decimal): -3735497 or 3604679. OLE color: 3604679.
HSL color Cylindrical-coordinate representation of color #C70037: hue angle of 343.42º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C70037 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 55 | - |
| CMYK | 0 | 1 | 0.72 | 0.22 |
| HSL | 343.42º | 1% | 0.39% | - |
| HSV(B) | 343.42º | 1% | 0.78% | - |
| XYZ | 24.24 | 12.42 | 4.73 | - |
| YUV | 65.77 | 121.93 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 55 | 0 | 1 | 0.72 | 0.22 | 343.42 | 1 | 0.39 |
| Hex | C7 | 0 | 37 | 0 | 64 | 48 | 16 | 157 | 64 | 27 |
| Octal | 307 | 0 | 67 | 0 | 144 | 110 | 26 | 527 | 144 | 47 |
| Binary | 11000111 | 0 | 110111 | 0 | 1100100 | 1001000 | 10110 | 101010111 | 1100100 | 100111 |
Color Harmonies of #C70037
Complementary color
Monochromatic Colors of #C70037
Black with #C70037
Text Example
Text Example
White with #C70037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70037; }
p { color: rgb(199,0,55); }
H1.HeaderClassName
{
color: #C70037;
}
.AnyTagClassName
{
color: #C70037;
}
</style>
background-color css
<style>
a { background-color: #C70037; }
a { background-color: rgb(199,0,55); }
div.DivClassName
{
background-color: #C70037;
}
.BgClassName
{
background-color: #C70037;
}
</style>
border-color css
<style>
span { border-color: #C70037; }
span { border-color: rgb(199,0,55); }
td.TdClassName
{
border-color: #C70037;
}
.TagClassName
{
border-color: #C70037;
}
</style>