Shades of Crimson #C70239
Tints of Crimson #C70239
RGB
CMYK
RGB Variations
Color information
#C70239 (or 0xC70239) is known color: Crimson. HEX triplet: C7, 02 and 39. RGB value is (199,2,57). Sum of RGB (Red+Green+Blue) = 199+2+57=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C70239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70239 is #38FDC6. Grayscale: #434343. Windows color (decimal): -3734983 or 3736263. OLE color: 3736263.
HSL color Cylindrical-coordinate representation of color #C70239: hue angle of 343.25º 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 #C70239 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 57 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.22 |
| HSL | 343.25º | 0.98% | 0.39% | - |
| HSV(B) | 343.25º | 0.99% | 0.78% | - |
| XYZ | 24.31 | 12.48 | 5 | - |
| YUV | 67.17 | 122.27 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 57 | 0 | 0.99 | 0.71 | 0.22 | 343.25 | 0.98 | 0.39 |
| Hex | C7 | 2 | 39 | 0 | 63 | 47 | 16 | 157 | 62 | 27 |
| Octal | 307 | 2 | 71 | 0 | 143 | 107 | 26 | 527 | 142 | 47 |
| Binary | 11000111 | 10 | 111001 | 0 | 1100011 | 1000111 | 10110 | 101010111 | 1100010 | 100111 |
Color Harmonies of #C70239
Complementary color
Monochromatic Colors of #C70239
Black with #C70239
Text Example
Text Example
White with #C70239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70239; }
p { color: rgb(199,2,57); }
H1.HeaderClassName
{
color: #C70239;
}
.AnyTagClassName
{
color: #C70239;
}
</style>
background-color css
<style>
a { background-color: #C70239; }
a { background-color: rgb(199,2,57); }
div.DivClassName
{
background-color: #C70239;
}
.BgClassName
{
background-color: #C70239;
}
</style>
border-color css
<style>
span { border-color: #C70239; }
span { border-color: rgb(199,2,57); }
td.TdClassName
{
border-color: #C70239;
}
.TagClassName
{
border-color: #C70239;
}
</style>