Shades of Crimson #C8003C
Tints of Crimson #C8003C
RGB
CMYK
RGB Variations
Color information
#C8003C (or 0xC8003C) is known color: Crimson. HEX triplet: C8, 00 and 3C. RGB value is (200,0,60). Sum of RGB (Red+Green+Blue) = 200+0+60=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C8003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8003C is #37FFC3. Grayscale: #424242. Windows color (decimal): -3669956 or 3932360. OLE color: 3932360.
HSL color Cylindrical-coordinate representation of color #C8003C: hue angle of 342º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8003C is Cyan = 0, Magento = 1, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.7 | 0.22 |
| HSL | 342º | 1% | 0.39% | - |
| HSV(B) | 342º | 1% | 0.78% | - |
| XYZ | 24.64 | 12.61 | 5.41 | - |
| YUV | 66.64 | 124.26 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 0 | 60 | 0 | 1 | 0.7 | 0.22 | 342 | 1 | 0.39 |
| Hex | C8 | 0 | 3C | 0 | 64 | 46 | 16 | 156 | 64 | 27 |
| Octal | 310 | 0 | 74 | 0 | 144 | 106 | 26 | 526 | 144 | 47 |
| Binary | 11001000 | 0 | 111100 | 0 | 1100100 | 1000110 | 10110 | 101010110 | 1100100 | 100111 |
Color Harmonies of #C8003C
Complementary color
Monochromatic Colors of #C8003C
Black with #C8003C
Text Example
Text Example
White with #C8003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8003C; }
p { color: rgb(200,0,60); }
H1.HeaderClassName
{
color: #C8003C;
}
.AnyTagClassName
{
color: #C8003C;
}
</style>
background-color css
<style>
a { background-color: #C8003C; }
a { background-color: rgb(200,0,60); }
div.DivClassName
{
background-color: #C8003C;
}
.BgClassName
{
background-color: #C8003C;
}
</style>
border-color css
<style>
span { border-color: #C8003C; }
span { border-color: rgb(200,0,60); }
td.TdClassName
{
border-color: #C8003C;
}
.TagClassName
{
border-color: #C8003C;
}
</style>