Shades of Crimson #C80141
Tints of Crimson #C80141
RGB
CMYK
RGB Variations
Color information
#C80141 (or 0xC80141) is known color: Crimson. HEX triplet: C8, 01 and 41. RGB value is (200,1,65). Sum of RGB (Red+Green+Blue) = 200+1+65=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C80141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80141 is #37FEBE. Grayscale: #434343. Windows color (decimal): -3669695 or 4260296. OLE color: 4260296.
HSL color Cylindrical-coordinate representation of color #C80141: hue angle of 340.7º 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 #C80141 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 65 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.22 |
| HSL | 340.7º | 0.99% | 0.39% | - |
| HSV(B) | 340.7º | 1% | 0.78% | - |
| XYZ | 24.78 | 12.68 | 6.14 | - |
| YUV | 67.8 | 126.43 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 65 | 0 | 1.00 | 0.68 | 0.22 | 340.7 | 0.99 | 0.39 |
| Hex | C8 | 1 | 41 | 0 | 64 | 44 | 16 | 155 | 63 | 27 |
| Octal | 310 | 1 | 101 | 0 | 144 | 104 | 26 | 525 | 143 | 47 |
| Binary | 11001000 | 1 | 1000001 | 0 | 1100100 | 1000100 | 10110 | 101010101 | 1100011 | 100111 |
Color Harmonies of #C80141
Complementary color
Monochromatic Colors of #C80141
Black with #C80141
Text Example
Text Example
White with #C80141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80141; }
p { color: rgb(200,1,65); }
H1.HeaderClassName
{
color: #C80141;
}
.AnyTagClassName
{
color: #C80141;
}
</style>
background-color css
<style>
a { background-color: #C80141; }
a { background-color: rgb(200,1,65); }
div.DivClassName
{
background-color: #C80141;
}
.BgClassName
{
background-color: #C80141;
}
</style>
border-color css
<style>
span { border-color: #C80141; }
span { border-color: rgb(200,1,65); }
td.TdClassName
{
border-color: #C80141;
}
.TagClassName
{
border-color: #C80141;
}
</style>