Shades of Crimson #C80346
Tints of Crimson #C80346
RGB
CMYK
RGB Variations
Color information
#C80346 (or 0xC80346) is known color: Crimson. HEX triplet: C8, 03 and 46. RGB value is (200,3,70). Sum of RGB (Red+Green+Blue) = 200+3+70=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C80346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80346 is #37FCB9. Grayscale: #454545. Windows color (decimal): -3669178 or 4588488. OLE color: 4588488.
HSL color Cylindrical-coordinate representation of color #C80346: hue angle of 339.59º degrees, saturation: 0.97, 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 #C80346 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 3 | 70 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.22 |
| HSL | 339.59º | 0.97% | 0.4% | - |
| HSV(B) | 339.59º | 0.99% | 0.78% | - |
| XYZ | 24.96 | 12.79 | 6.95 | - |
| YUV | 69.54 | 128.27 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 3 | 70 | 0 | 0.98 | 0.65 | 0.22 | 339.59 | 0.97 | 0.4 |
| Hex | C8 | 3 | 46 | 0 | 62 | 41 | 16 | 154 | 61 | 28 |
| Octal | 310 | 3 | 106 | 0 | 142 | 101 | 26 | 524 | 141 | 50 |
| Binary | 11001000 | 11 | 1000110 | 0 | 1100010 | 1000001 | 10110 | 101010100 | 1100001 | 101000 |
Color Harmonies of #C80346
Complementary color
Monochromatic Colors of #C80346
Black with #C80346
Text Example
Text Example
White with #C80346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80346; }
p { color: rgb(200,3,70); }
H1.HeaderClassName
{
color: #C80346;
}
.AnyTagClassName
{
color: #C80346;
}
</style>
background-color css
<style>
a { background-color: #C80346; }
a { background-color: rgb(200,3,70); }
div.DivClassName
{
background-color: #C80346;
}
.BgClassName
{
background-color: #C80346;
}
</style>
border-color css
<style>
span { border-color: #C80346; }
span { border-color: rgb(200,3,70); }
td.TdClassName
{
border-color: #C80346;
}
.TagClassName
{
border-color: #C80346;
}
</style>