Shades of Crimson #C8073B
Tints of Crimson #C8073B
RGB
CMYK
RGB Variations
Color information
#C8073B (or 0xC8073B) is known color: Crimson. HEX triplet: C8, 07 and 3B. RGB value is (200,7,59). Sum of RGB (Red+Green+Blue) = 200+7+59=266 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.19% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 200 - color contains mainly: red. Hex color #C8073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8073B is #37F8C4. Grayscale: #464646. Windows color (decimal): -3668165 or 3868616. OLE color: 3868616.
HSL color Cylindrical-coordinate representation of color #C8073B: hue angle of 343.83º 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 #C8073B is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 59 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.22 |
| HSL | 343.83º | 0.93% | 0.41% | - |
| HSV(B) | 343.83º | 0.97% | 0.78% | - |
| XYZ | 24.68 | 12.75 | 5.3 | - |
| YUV | 70.64 | 121.44 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 59 | 0 | 0.96 | 0.70 | 0.22 | 343.83 | 0.93 | 0.41 |
| Hex | C8 | 7 | 3B | 0 | 60 | 46 | 16 | 158 | 5D | 29 |
| Octal | 310 | 7 | 73 | 0 | 140 | 106 | 26 | 530 | 135 | 51 |
| Binary | 11001000 | 111 | 111011 | 0 | 1100000 | 1000110 | 10110 | 101011000 | 1011101 | 101001 |
Color Harmonies of #C8073B
Complementary color
Monochromatic Colors of #C8073B
Black with #C8073B
Text Example
Text Example
White with #C8073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8073B; }
p { color: rgb(200,7,59); }
H1.HeaderClassName
{
color: #C8073B;
}
.AnyTagClassName
{
color: #C8073B;
}
</style>
background-color css
<style>
a { background-color: #C8073B; }
a { background-color: rgb(200,7,59); }
div.DivClassName
{
background-color: #C8073B;
}
.BgClassName
{
background-color: #C8073B;
}
</style>
border-color css
<style>
span { border-color: #C8073B; }
span { border-color: rgb(200,7,59); }
td.TdClassName
{
border-color: #C8073B;
}
.TagClassName
{
border-color: #C8073B;
}
</style>