Shades of Crimson #C8063B
Tints of Crimson #C8063B
RGB
CMYK
RGB Variations
Color information
#C8063B (or 0xC8063B) is known color: Crimson. HEX triplet: C8, 06 and 3B. RGB value is (200,6,59). Sum of RGB (Red+Green+Blue) = 200+6+59=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C8063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8063B is #37F9C4. Grayscale: #464646. Windows color (decimal): -3668421 or 3868360. OLE color: 3868360.
HSL color Cylindrical-coordinate representation of color #C8063B: hue angle of 343.61º 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 #C8063B is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 6 | 59 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.22 |
| HSL | 343.61º | 0.94% | 0.4% | - |
| HSV(B) | 343.61º | 0.97% | 0.78% | - |
| XYZ | 24.67 | 12.73 | 5.29 | - |
| YUV | 70.05 | 121.77 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 6 | 59 | 0 | 0.97 | 0.70 | 0.22 | 343.61 | 0.94 | 0.4 |
| Hex | C8 | 6 | 3B | 0 | 61 | 46 | 16 | 158 | 5E | 28 |
| Octal | 310 | 6 | 73 | 0 | 141 | 106 | 26 | 530 | 136 | 50 |
| Binary | 11001000 | 110 | 111011 | 0 | 1100001 | 1000110 | 10110 | 101011000 | 1011110 | 101000 |
Color Harmonies of #C8063B
Complementary color
Monochromatic Colors of #C8063B
Black with #C8063B
Text Example
Text Example
White with #C8063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8063B; }
p { color: rgb(200,6,59); }
H1.HeaderClassName
{
color: #C8063B;
}
.AnyTagClassName
{
color: #C8063B;
}
</style>
background-color css
<style>
a { background-color: #C8063B; }
a { background-color: rgb(200,6,59); }
div.DivClassName
{
background-color: #C8063B;
}
.BgClassName
{
background-color: #C8063B;
}
</style>
border-color css
<style>
span { border-color: #C8063B; }
span { border-color: rgb(200,6,59); }
td.TdClassName
{
border-color: #C8063B;
}
.TagClassName
{
border-color: #C8063B;
}
</style>