Shades of Crimson #C80040
Tints of Crimson #C80040
RGB
CMYK
RGB Variations
Color information
#C80040 (or 0xC80040) is known color: Crimson. HEX triplet: C8, 00 and 40. RGB value is (200,0,64). Sum of RGB (Red+Green+Blue) = 200+0+64=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C80040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80040 is #37FFBF. Grayscale: #434343. Windows color (decimal): -3669952 or 4194504. OLE color: 4194504.
HSL color Cylindrical-coordinate representation of color #C80040: hue angle of 340.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80040 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.68 | 0.22 |
| HSL | 340.8º | 1% | 0.39% | - |
| HSV(B) | 340.8º | 1% | 0.78% | - |
| XYZ | 24.74 | 12.65 | 5.99 | - |
| YUV | 67.1 | 126.26 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 64 | 0 | 1 | 0.68 | 0.22 | 340.8 | 1 | 0.39 |
| Hex | C8 | 0 | 40 | 0 | 64 | 44 | 16 | 155 | 64 | 27 |
| Octal | 310 | 0 | 100 | 0 | 144 | 104 | 26 | 525 | 144 | 47 |
| Binary | 11001000 | 0 | 1000000 | 0 | 1100100 | 1000100 | 10110 | 101010101 | 1100100 | 100111 |
Color Harmonies of #C80040
Complementary color
Monochromatic Colors of #C80040
Black with #C80040
Text Example
Text Example
White with #C80040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80040; }
p { color: rgb(200,0,64); }
H1.HeaderClassName
{
color: #C80040;
}
.AnyTagClassName
{
color: #C80040;
}
</style>
background-color css
<style>
a { background-color: #C80040; }
a { background-color: rgb(200,0,64); }
div.DivClassName
{
background-color: #C80040;
}
.BgClassName
{
background-color: #C80040;
}
</style>
border-color css
<style>
span { border-color: #C80040; }
span { border-color: rgb(200,0,64); }
td.TdClassName
{
border-color: #C80040;
}
.TagClassName
{
border-color: #C80040;
}
</style>