Shades of Crimson #C8073E
Tints of Crimson #C8073E
RGB
CMYK
RGB Variations
Color information
#C8073E (or 0xC8073E) is known color: Crimson. HEX triplet: C8, 07 and 3E. RGB value is (200,7,62). Sum of RGB (Red+Green+Blue) = 200+7+62=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C8073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8073E is #37F8C1. Grayscale: #464646. Windows color (decimal): -3668162 or 4065224. OLE color: 4065224.
HSL color Cylindrical-coordinate representation of color #C8073E: hue angle of 342.9º 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 #C8073E is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 62 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.22 |
| HSL | 342.9º | 0.93% | 0.41% | - |
| HSV(B) | 342.9º | 0.97% | 0.78% | - |
| XYZ | 24.76 | 12.78 | 5.72 | - |
| YUV | 70.98 | 122.94 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 62 | 0 | 0.96 | 0.69 | 0.22 | 342.9 | 0.93 | 0.41 |
| Hex | C8 | 7 | 3E | 0 | 60 | 45 | 16 | 157 | 5D | 29 |
| Octal | 310 | 7 | 76 | 0 | 140 | 105 | 26 | 527 | 135 | 51 |
| Binary | 11001000 | 111 | 111110 | 0 | 1100000 | 1000101 | 10110 | 101010111 | 1011101 | 101001 |
Color Harmonies of #C8073E
Complementary color
Monochromatic Colors of #C8073E
Black with #C8073E
Text Example
Text Example
White with #C8073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8073E; }
p { color: rgb(200,7,62); }
H1.HeaderClassName
{
color: #C8073E;
}
.AnyTagClassName
{
color: #C8073E;
}
</style>
background-color css
<style>
a { background-color: #C8073E; }
a { background-color: rgb(200,7,62); }
div.DivClassName
{
background-color: #C8073E;
}
.BgClassName
{
background-color: #C8073E;
}
</style>
border-color css
<style>
span { border-color: #C8073E; }
span { border-color: rgb(200,7,62); }
td.TdClassName
{
border-color: #C8073E;
}
.TagClassName
{
border-color: #C8073E;
}
</style>