Shades of Crimson #C60238
Tints of Crimson #C60238
RGB
CMYK
RGB Variations
Color information
#C60238 (or 0xC60238) is known color: Crimson. HEX triplet: C6, 02 and 38. RGB value is (198,2,56). Sum of RGB (Red+Green+Blue) = 198+2+56=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C60238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60238 is #39FDC7. Grayscale: #424242. Windows color (decimal): -3800520 or 3670726. OLE color: 3670726.
HSL color Cylindrical-coordinate representation of color #C60238: hue angle of 343.47º 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 #C60238 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 2 | 56 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.22 |
| HSL | 343.47º | 0.98% | 0.39% | - |
| HSV(B) | 343.47º | 0.99% | 0.78% | - |
| XYZ | 24.02 | 12.33 | 4.86 | - |
| YUV | 66.76 | 121.93 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 2 | 56 | 0 | 0.99 | 0.72 | 0.22 | 343.47 | 0.98 | 0.39 |
| Hex | C6 | 2 | 38 | 0 | 63 | 48 | 16 | 157 | 62 | 27 |
| Octal | 306 | 2 | 70 | 0 | 143 | 110 | 26 | 527 | 142 | 47 |
| Binary | 11000110 | 10 | 111000 | 0 | 1100011 | 1001000 | 10110 | 101010111 | 1100010 | 100111 |
Color Harmonies of #C60238
Complementary color
Monochromatic Colors of #C60238
Black with #C60238
Text Example
Text Example
White with #C60238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60238; }
p { color: rgb(198,2,56); }
H1.HeaderClassName
{
color: #C60238;
}
.AnyTagClassName
{
color: #C60238;
}
</style>
background-color css
<style>
a { background-color: #C60238; }
a { background-color: rgb(198,2,56); }
div.DivClassName
{
background-color: #C60238;
}
.BgClassName
{
background-color: #C60238;
}
</style>
border-color css
<style>
span { border-color: #C60238; }
span { border-color: rgb(198,2,56); }
td.TdClassName
{
border-color: #C60238;
}
.TagClassName
{
border-color: #C60238;
}
</style>