Shades of Crimson #C70036
Tints of Crimson #C70036
RGB
CMYK
RGB Variations
Color information
#C70036 (or 0xC70036) is known color: Crimson. HEX triplet: C7, 00 and 36. RGB value is (199,0,54). Sum of RGB (Red+Green+Blue) = 199+0+54=253 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.66% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 199 - color contains mainly: red. Hex color #C70036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70036 is #38FFC9. Grayscale: #414141. Windows color (decimal): -3735498 or 3539143. OLE color: 3539143.
HSL color Cylindrical-coordinate representation of color #C70036: hue angle of 343.72º 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 #C70036 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.73 | 0.22 |
| HSL | 343.72º | 1% | 0.39% | - |
| HSV(B) | 343.72º | 1% | 0.78% | - |
| XYZ | 24.22 | 12.41 | 4.61 | - |
| YUV | 65.66 | 121.43 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 54 | 0 | 1 | 0.73 | 0.22 | 343.72 | 1 | 0.39 |
| Hex | C7 | 0 | 36 | 0 | 64 | 49 | 16 | 158 | 64 | 27 |
| Octal | 307 | 0 | 66 | 0 | 144 | 111 | 26 | 530 | 144 | 47 |
| Binary | 11000111 | 0 | 110110 | 0 | 1100100 | 1001001 | 10110 | 101011000 | 1100100 | 100111 |
Color Harmonies of #C70036
Complementary color
Monochromatic Colors of #C70036
Black with #C70036
Text Example
Text Example
White with #C70036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70036; }
p { color: rgb(199,0,54); }
H1.HeaderClassName
{
color: #C70036;
}
.AnyTagClassName
{
color: #C70036;
}
</style>
background-color css
<style>
a { background-color: #C70036; }
a { background-color: rgb(199,0,54); }
div.DivClassName
{
background-color: #C70036;
}
.BgClassName
{
background-color: #C70036;
}
</style>
border-color css
<style>
span { border-color: #C70036; }
span { border-color: rgb(199,0,54); }
td.TdClassName
{
border-color: #C70036;
}
.TagClassName
{
border-color: #C70036;
}
</style>