Shades of Crimson #C8063A
Tints of Crimson #C8063A
RGB
CMYK
RGB Variations
Color information
#C8063A (or 0xC8063A) is known color: Crimson. HEX triplet: C8, 06 and 3A. RGB value is (200,6,58). Sum of RGB (Red+Green+Blue) = 200+6+58=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C8063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8063A is #37F9C5. Grayscale: #454545. Windows color (decimal): -3668422 or 3802824. OLE color: 3802824.
HSL color Cylindrical-coordinate representation of color #C8063A: hue angle of 343.92º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C8063A is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 58 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.22 |
| HSL | 343.92º | 0.94% | 0.4% | - |
| HSV(B) | 343.92º | 0.97% | 0.78% | - |
| XYZ | 24.65 | 12.72 | 5.16 | - |
| YUV | 69.93 | 121.27 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 58 | 0 | 0.97 | 0.71 | 0.22 | 343.92 | 0.94 | 0.4 |
| Hex | C8 | 6 | 3A | 0 | 61 | 47 | 16 | 158 | 5E | 28 |
| Octal | 310 | 6 | 72 | 0 | 141 | 107 | 26 | 530 | 136 | 50 |
| Binary | 11001000 | 110 | 111010 | 0 | 1100001 | 1000111 | 10110 | 101011000 | 1011110 | 101000 |
Color Harmonies of #C8063A
Complementary color
Monochromatic Colors of #C8063A
Black with #C8063A
Text Example
Text Example
White with #C8063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8063A; }
p { color: rgb(200,6,58); }
H1.HeaderClassName
{
color: #C8063A;
}
.AnyTagClassName
{
color: #C8063A;
}
</style>
background-color css
<style>
a { background-color: #C8063A; }
a { background-color: rgb(200,6,58); }
div.DivClassName
{
background-color: #C8063A;
}
.BgClassName
{
background-color: #C8063A;
}
</style>
border-color css
<style>
span { border-color: #C8063A; }
span { border-color: rgb(200,6,58); }
td.TdClassName
{
border-color: #C8063A;
}
.TagClassName
{
border-color: #C8063A;
}
</style>