Shades of Crimson #C80538
Tints of Crimson #C80538
RGB
CMYK
RGB Variations
Color information
#C80538 (or 0xC80538) is known color: Crimson. HEX triplet: C8, 05 and 38. RGB value is (200,5,56). Sum of RGB (Red+Green+Blue) = 200+5+56=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C80538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80538 is #37FAC7. Grayscale: #454545. Windows color (decimal): -3668680 or 3671496. OLE color: 3671496.
HSL color Cylindrical-coordinate representation of color #C80538: hue angle of 344.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80538 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 56 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.22 |
| HSL | 344.31º | 0.95% | 0.4% | - |
| HSV(B) | 344.31º | 0.98% | 0.78% | - |
| XYZ | 24.59 | 12.67 | 4.89 | - |
| YUV | 69.12 | 120.6 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 56 | 0 | 0.98 | 0.72 | 0.22 | 344.31 | 0.95 | 0.4 |
| Hex | C8 | 5 | 38 | 0 | 62 | 48 | 16 | 158 | 5F | 28 |
| Octal | 310 | 5 | 70 | 0 | 142 | 110 | 26 | 530 | 137 | 50 |
| Binary | 11001000 | 101 | 111000 | 0 | 1100010 | 1001000 | 10110 | 101011000 | 1011111 | 101000 |
Color Harmonies of #C80538
Complementary color
Monochromatic Colors of #C80538
Black with #C80538
Text Example
Text Example
White with #C80538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80538; }
p { color: rgb(200,5,56); }
H1.HeaderClassName
{
color: #C80538;
}
.AnyTagClassName
{
color: #C80538;
}
</style>
background-color css
<style>
a { background-color: #C80538; }
a { background-color: rgb(200,5,56); }
div.DivClassName
{
background-color: #C80538;
}
.BgClassName
{
background-color: #C80538;
}
</style>
border-color css
<style>
span { border-color: #C80538; }
span { border-color: rgb(200,5,56); }
td.TdClassName
{
border-color: #C80538;
}
.TagClassName
{
border-color: #C80538;
}
</style>