Shades of Crimson #C80246
Tints of Crimson #C80246
RGB
CMYK
RGB Variations
Color information
#C80246 (or 0xC80246) is known color: Crimson. HEX triplet: C8, 02 and 46. RGB value is (200,2,70). Sum of RGB (Red+Green+Blue) = 200+2+70=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C80246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80246 is #37FDB9. Grayscale: #444444. Windows color (decimal): -3669434 or 4588232. OLE color: 4588232.
HSL color Cylindrical-coordinate representation of color #C80246: hue angle of 339.39º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80246 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 2 | 70 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.22 |
| HSL | 339.39º | 0.98% | 0.4% | - |
| HSV(B) | 339.39º | 0.99% | 0.78% | - |
| XYZ | 24.95 | 12.76 | 6.94 | - |
| YUV | 68.95 | 128.6 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 2 | 70 | 0 | 0.99 | 0.65 | 0.22 | 339.39 | 0.98 | 0.4 |
| Hex | C8 | 2 | 46 | 0 | 63 | 41 | 16 | 153 | 62 | 28 |
| Octal | 310 | 2 | 106 | 0 | 143 | 101 | 26 | 523 | 142 | 50 |
| Binary | 11001000 | 10 | 1000110 | 0 | 1100011 | 1000001 | 10110 | 101010011 | 1100010 | 101000 |
Color Harmonies of #C80246
Complementary color
Monochromatic Colors of #C80246
Black with #C80246
Text Example
Text Example
White with #C80246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80246; }
p { color: rgb(200,2,70); }
H1.HeaderClassName
{
color: #C80246;
}
.AnyTagClassName
{
color: #C80246;
}
</style>
background-color css
<style>
a { background-color: #C80246; }
a { background-color: rgb(200,2,70); }
div.DivClassName
{
background-color: #C80246;
}
.BgClassName
{
background-color: #C80246;
}
</style>
border-color css
<style>
span { border-color: #C80246; }
span { border-color: rgb(200,2,70); }
td.TdClassName
{
border-color: #C80246;
}
.TagClassName
{
border-color: #C80246;
}
</style>