Shades of Crimson #C80147
Tints of Crimson #C80147
RGB
CMYK
RGB Variations
Color information
#C80147 (or 0xC80147) is known color: Crimson. HEX triplet: C8, 01 and 47. RGB value is (200,1,71). Sum of RGB (Red+Green+Blue) = 200+1+71=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C80147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80147 is #37FEB8. Grayscale: #444444. Windows color (decimal): -3669689 or 4653512. OLE color: 4653512.
HSL color Cylindrical-coordinate representation of color #C80147: hue angle of 338.89º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80147 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.22 |
| HSL | 338.89º | 0.99% | 0.39% | - |
| HSV(B) | 338.89º | 1% | 0.78% | - |
| XYZ | 24.97 | 12.76 | 7.11 | - |
| YUV | 68.48 | 129.43 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 71 | 0 | 1.00 | 0.64 | 0.22 | 338.89 | 0.99 | 0.39 |
| Hex | C8 | 1 | 47 | 0 | 64 | 40 | 16 | 153 | 63 | 27 |
| Octal | 310 | 1 | 107 | 0 | 144 | 100 | 26 | 523 | 143 | 47 |
| Binary | 11001000 | 1 | 1000111 | 0 | 1100100 | 1000000 | 10110 | 101010011 | 1100011 | 100111 |
Color Harmonies of #C80147
Complementary color
Monochromatic Colors of #C80147
Black with #C80147
Text Example
Text Example
White with #C80147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80147; }
p { color: rgb(200,1,71); }
H1.HeaderClassName
{
color: #C80147;
}
.AnyTagClassName
{
color: #C80147;
}
</style>
background-color css
<style>
a { background-color: #C80147; }
a { background-color: rgb(200,1,71); }
div.DivClassName
{
background-color: #C80147;
}
.BgClassName
{
background-color: #C80147;
}
</style>
border-color css
<style>
span { border-color: #C80147; }
span { border-color: rgb(200,1,71); }
td.TdClassName
{
border-color: #C80147;
}
.TagClassName
{
border-color: #C80147;
}
</style>