Shades of Crimson #C8073C
Tints of Crimson #C8073C
RGB
CMYK
RGB Variations
Color information
#C8073C (or 0xC8073C) is known color: Crimson. HEX triplet: C8, 07 and 3C. RGB value is (200,7,60). Sum of RGB (Red+Green+Blue) = 200+7+60=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C8073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8073C is #37F8C3. Grayscale: #464646. Windows color (decimal): -3668164 or 3934152. OLE color: 3934152.
HSL color Cylindrical-coordinate representation of color #C8073C: hue angle of 343.52º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8073C is Cyan = 0, Magento = 0.96, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 60 | - |
| CMYK | 0 | 0.96 | 0.7 | 0.22 |
| HSL | 343.52º | 0.93% | 0.41% | - |
| HSV(B) | 343.52º | 0.97% | 0.78% | - |
| XYZ | 24.71 | 12.76 | 5.44 | - |
| YUV | 70.75 | 121.94 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 60 | 0 | 0.96 | 0.7 | 0.22 | 343.52 | 0.93 | 0.41 |
| Hex | C8 | 7 | 3C | 0 | 60 | 46 | 16 | 158 | 5D | 29 |
| Octal | 310 | 7 | 74 | 0 | 140 | 106 | 26 | 530 | 135 | 51 |
| Binary | 11001000 | 111 | 111100 | 0 | 1100000 | 1000110 | 10110 | 101011000 | 1011101 | 101001 |
Color Harmonies of #C8073C
Complementary color
Monochromatic Colors of #C8073C
Black with #C8073C
Text Example
Text Example
White with #C8073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8073C; }
p { color: rgb(200,7,60); }
H1.HeaderClassName
{
color: #C8073C;
}
.AnyTagClassName
{
color: #C8073C;
}
</style>
background-color css
<style>
a { background-color: #C8073C; }
a { background-color: rgb(200,7,60); }
div.DivClassName
{
background-color: #C8073C;
}
.BgClassName
{
background-color: #C8073C;
}
</style>
border-color css
<style>
span { border-color: #C8073C; }
span { border-color: rgb(200,7,60); }
td.TdClassName
{
border-color: #C8073C;
}
.TagClassName
{
border-color: #C8073C;
}
</style>