Shades of Crimson #C70241
Tints of Crimson #C70241
RGB
CMYK
RGB Variations
Color information
#C70241 (or 0xC70241) is known color: Crimson. HEX triplet: C7, 02 and 41. RGB value is (199,2,65). Sum of RGB (Red+Green+Blue) = 199+2+65=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C70241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C70241 is #38FDBE. Grayscale: #444444. Windows color (decimal): -3734975 or 4260551. OLE color: 4260551.
HSL color Cylindrical-coordinate representation of color #C70241: hue angle of 340.81º 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 #C70241 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 65 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.22 |
| HSL | 340.81º | 0.98% | 0.39% | - |
| HSV(B) | 340.81º | 0.99% | 0.78% | - |
| XYZ | 24.53 | 12.57 | 6.13 | - |
| YUV | 68.09 | 126.27 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 65 | 0 | 0.99 | 0.67 | 0.22 | 340.81 | 0.98 | 0.39 |
| Hex | C7 | 2 | 41 | 0 | 63 | 43 | 16 | 155 | 62 | 27 |
| Octal | 307 | 2 | 101 | 0 | 143 | 103 | 26 | 525 | 142 | 47 |
| Binary | 11000111 | 10 | 1000001 | 0 | 1100011 | 1000011 | 10110 | 101010101 | 1100010 | 100111 |
Color Harmonies of #C70241
Complementary color
Monochromatic Colors of #C70241
Black with #C70241
Text Example
Text Example
White with #C70241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70241; }
p { color: rgb(199,2,65); }
H1.HeaderClassName
{
color: #C70241;
}
.AnyTagClassName
{
color: #C70241;
}
</style>
background-color css
<style>
a { background-color: #C70241; }
a { background-color: rgb(199,2,65); }
div.DivClassName
{
background-color: #C70241;
}
.BgClassName
{
background-color: #C70241;
}
</style>
border-color css
<style>
span { border-color: #C70241; }
span { border-color: rgb(199,2,65); }
td.TdClassName
{
border-color: #C70241;
}
.TagClassName
{
border-color: #C70241;
}
</style>