Shades of Crimson #C80139
Tints of Crimson #C80139
RGB
CMYK
RGB Variations
Color information
#C80139 (or 0xC80139) is known color: Crimson. HEX triplet: C8, 01 and 39. RGB value is (200,1,57). Sum of RGB (Red+Green+Blue) = 200+1+57=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C80139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80139 is #37FEC6. Grayscale: #424242. Windows color (decimal): -3669703 or 3736008. OLE color: 3736008.
HSL color Cylindrical-coordinate representation of color #C80139: hue angle of 343.12º 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 #C80139 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 57 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.22 |
| HSL | 343.12º | 0.99% | 0.39% | - |
| HSV(B) | 343.12º | 1% | 0.78% | - |
| XYZ | 24.57 | 12.6 | 5.01 | - |
| YUV | 66.89 | 122.43 | 222.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 57 | 0 | 1.00 | 0.72 | 0.22 | 343.12 | 0.99 | 0.39 |
| Hex | C8 | 1 | 39 | 0 | 64 | 48 | 16 | 157 | 63 | 27 |
| Octal | 310 | 1 | 71 | 0 | 144 | 110 | 26 | 527 | 143 | 47 |
| Binary | 11001000 | 1 | 111001 | 0 | 1100100 | 1001000 | 10110 | 101010111 | 1100011 | 100111 |
Color Harmonies of #C80139
Complementary color
Monochromatic Colors of #C80139
Black with #C80139
Text Example
Text Example
White with #C80139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80139; }
p { color: rgb(200,1,57); }
H1.HeaderClassName
{
color: #C80139;
}
.AnyTagClassName
{
color: #C80139;
}
</style>
background-color css
<style>
a { background-color: #C80139; }
a { background-color: rgb(200,1,57); }
div.DivClassName
{
background-color: #C80139;
}
.BgClassName
{
background-color: #C80139;
}
</style>
border-color css
<style>
span { border-color: #C80139; }
span { border-color: rgb(200,1,57); }
td.TdClassName
{
border-color: #C80139;
}
.TagClassName
{
border-color: #C80139;
}
</style>