Shades of Crimson #C80549
Tints of Crimson #C80549
RGB
CMYK
RGB Variations
Color information
#C80549 (or 0xC80549) is known color: Crimson. HEX triplet: C8, 05 and 49. RGB value is (200,5,73). Sum of RGB (Red+Green+Blue) = 200+5+73=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C80549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80549 is #37FAB6. Grayscale: #464646. Windows color (decimal): -3668663 or 4785608. OLE color: 4785608.
HSL color Cylindrical-coordinate representation of color #C80549: hue angle of 339.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80549 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 73 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.22 |
| HSL | 339.08º | 0.95% | 0.4% | - |
| HSV(B) | 339.08º | 0.98% | 0.78% | - |
| XYZ | 25.08 | 12.87 | 7.47 | - |
| YUV | 71.06 | 129.1 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 73 | 0 | 0.98 | 0.64 | 0.22 | 339.08 | 0.95 | 0.4 |
| Hex | C8 | 5 | 49 | 0 | 62 | 40 | 16 | 153 | 5F | 28 |
| Octal | 310 | 5 | 111 | 0 | 142 | 100 | 26 | 523 | 137 | 50 |
| Binary | 11001000 | 101 | 1001001 | 0 | 1100010 | 1000000 | 10110 | 101010011 | 1011111 | 101000 |
Color Harmonies of #C80549
Complementary color
Monochromatic Colors of #C80549
Black with #C80549
Text Example
Text Example
White with #C80549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80549; }
p { color: rgb(200,5,73); }
H1.HeaderClassName
{
color: #C80549;
}
.AnyTagClassName
{
color: #C80549;
}
</style>
background-color css
<style>
a { background-color: #C80549; }
a { background-color: rgb(200,5,73); }
div.DivClassName
{
background-color: #C80549;
}
.BgClassName
{
background-color: #C80549;
}
</style>
border-color css
<style>
span { border-color: #C80549; }
span { border-color: rgb(200,5,73); }
td.TdClassName
{
border-color: #C80549;
}
.TagClassName
{
border-color: #C80549;
}
</style>