Shades of Crimson #C80C4B
Tints of Crimson #C80C4B
RGB
CMYK
RGB Variations
Color information
#C80C4B (or 0xC80C4B) is known color: Crimson. HEX triplet: C8, 0C and 4B. RGB value is (200,12,75). Sum of RGB (Red+Green+Blue) = 200+12+75=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80C4B is #37F3B4. Grayscale: #4B4B4B. Windows color (decimal): -3666869 or 4918472. OLE color: 4918472.
HSL color Cylindrical-coordinate representation of color #C80C4B: hue angle of 339.89º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80C4B is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 75 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.22 |
| HSL | 339.89º | 0.89% | 0.42% | - |
| HSV(B) | 339.89º | 0.94% | 0.78% | - |
| XYZ | 25.22 | 13.05 | 7.85 | - |
| YUV | 75.39 | 127.78 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 75 | 0 | 0.94 | 0.62 | 0.22 | 339.89 | 0.89 | 0.42 |
| Hex | C8 | C | 4B | 0 | 5E | 3E | 16 | 154 | 59 | 2A |
| Octal | 310 | 14 | 113 | 0 | 136 | 76 | 26 | 524 | 131 | 52 |
| Binary | 11001000 | 1100 | 1001011 | 0 | 1011110 | 111110 | 10110 | 101010100 | 1011001 | 101010 |
Color Harmonies of #C80C4B
Complementary color
Monochromatic Colors of #C80C4B
Black with #C80C4B
Text Example
Text Example
White with #C80C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80C4B; }
p { color: rgb(200,12,75); }
H1.HeaderClassName
{
color: #C80C4B;
}
.AnyTagClassName
{
color: #C80C4B;
}
</style>
background-color css
<style>
a { background-color: #C80C4B; }
a { background-color: rgb(200,12,75); }
div.DivClassName
{
background-color: #C80C4B;
}
.BgClassName
{
background-color: #C80C4B;
}
</style>
border-color css
<style>
span { border-color: #C80C4B; }
span { border-color: rgb(200,12,75); }
td.TdClassName
{
border-color: #C80C4B;
}
.TagClassName
{
border-color: #C80C4B;
}
</style>