Shades of Crimson #C80C4D
Tints of Crimson #C80C4D
RGB
CMYK
RGB Variations
Color information
#C80C4D (or 0xC80C4D) is known color: Crimson. HEX triplet: C8, 0C and 4D. RGB value is (200,12,77). Sum of RGB (Red+Green+Blue) = 200+12+77=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80C4D is #37F3B2. Grayscale: #4B4B4B. Windows color (decimal): -3666867 or 5049544. OLE color: 5049544.
HSL color Cylindrical-coordinate representation of color #C80C4D: hue angle of 339.26º 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 #C80C4D is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 12 | 77 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.22 |
| HSL | 339.26º | 0.89% | 0.42% | - |
| HSV(B) | 339.26º | 0.94% | 0.78% | - |
| XYZ | 25.29 | 13.08 | 8.21 | - |
| YUV | 75.62 | 128.78 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 12 | 77 | 0 | 0.94 | 0.62 | 0.22 | 339.26 | 0.89 | 0.42 |
| Hex | C8 | C | 4D | 0 | 5E | 3E | 16 | 153 | 59 | 2A |
| Octal | 310 | 14 | 115 | 0 | 136 | 76 | 26 | 523 | 131 | 52 |
| Binary | 11001000 | 1100 | 1001101 | 0 | 1011110 | 111110 | 10110 | 101010011 | 1011001 | 101010 |
Color Harmonies of #C80C4D
Complementary color
Monochromatic Colors of #C80C4D
Black with #C80C4D
Text Example
Text Example
White with #C80C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80C4D; }
p { color: rgb(200,12,77); }
H1.HeaderClassName
{
color: #C80C4D;
}
.AnyTagClassName
{
color: #C80C4D;
}
</style>
background-color css
<style>
a { background-color: #C80C4D; }
a { background-color: rgb(200,12,77); }
div.DivClassName
{
background-color: #C80C4D;
}
.BgClassName
{
background-color: #C80C4D;
}
</style>
border-color css
<style>
span { border-color: #C80C4D; }
span { border-color: rgb(200,12,77); }
td.TdClassName
{
border-color: #C80C4D;
}
.TagClassName
{
border-color: #C80C4D;
}
</style>