Shades of Crimson #C8043E
Tints of Crimson #C8043E
RGB
CMYK
RGB Variations
Color information
#C8043E (or 0xC8043E) is known color: Crimson. HEX triplet: C8, 04 and 3E. RGB value is (200,4,62). Sum of RGB (Red+Green+Blue) = 200+4+62=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C8043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8043E is #37FBC1. Grayscale: #454545. Windows color (decimal): -3668930 or 4064456. OLE color: 4064456.
HSL color Cylindrical-coordinate representation of color #C8043E: hue angle of 342.24º degrees, saturation: 0.96, 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 #C8043E is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.22 |
| HSL | 342.24º | 0.96% | 0.4% | - |
| HSV(B) | 342.24º | 0.98% | 0.78% | - |
| XYZ | 24.73 | 12.71 | 5.71 | - |
| YUV | 69.22 | 123.93 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 62 | 0 | 0.98 | 0.69 | 0.22 | 342.24 | 0.96 | 0.4 |
| Hex | C8 | 4 | 3E | 0 | 62 | 45 | 16 | 156 | 60 | 28 |
| Octal | 310 | 4 | 76 | 0 | 142 | 105 | 26 | 526 | 140 | 50 |
| Binary | 11001000 | 100 | 111110 | 0 | 1100010 | 1000101 | 10110 | 101010110 | 1100000 | 101000 |
Color Harmonies of #C8043E
Complementary color
Monochromatic Colors of #C8043E
Black with #C8043E
Text Example
Text Example
White with #C8043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8043E; }
p { color: rgb(200,4,62); }
H1.HeaderClassName
{
color: #C8043E;
}
.AnyTagClassName
{
color: #C8043E;
}
</style>
background-color css
<style>
a { background-color: #C8043E; }
a { background-color: rgb(200,4,62); }
div.DivClassName
{
background-color: #C8043E;
}
.BgClassName
{
background-color: #C8043E;
}
</style>
border-color css
<style>
span { border-color: #C8043E; }
span { border-color: rgb(200,4,62); }
td.TdClassName
{
border-color: #C8043E;
}
.TagClassName
{
border-color: #C8043E;
}
</style>