Shades of Crimson #C7094C
Tints of Crimson #C7094C
RGB
CMYK
RGB Variations
Color information
#C7094C (or 0xC7094C) is known color: Crimson. HEX triplet: C7, 09 and 4C. RGB value is (199,9,76). Sum of RGB (Red+Green+Blue) = 199+9+76=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C7094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7094C is #38F6B3. Grayscale: #494949. Windows color (decimal): -3733172 or 4983239. OLE color: 4983239.
HSL color Cylindrical-coordinate representation of color #C7094C: hue angle of 338.84º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7094C is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 76 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.22 |
| HSL | 338.84º | 0.91% | 0.41% | - |
| HSV(B) | 338.84º | 0.95% | 0.78% | - |
| XYZ | 24.96 | 12.86 | 8 | - |
| YUV | 73.45 | 129.45 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 76 | 0 | 0.95 | 0.62 | 0.22 | 338.84 | 0.91 | 0.41 |
| Hex | C7 | 9 | 4C | 0 | 5F | 3E | 16 | 153 | 5B | 29 |
| Octal | 307 | 11 | 114 | 0 | 137 | 76 | 26 | 523 | 133 | 51 |
| Binary | 11000111 | 1001 | 1001100 | 0 | 1011111 | 111110 | 10110 | 101010011 | 1011011 | 101001 |
Color Harmonies of #C7094C
Complementary color
Monochromatic Colors of #C7094C
Black with #C7094C
Text Example
Text Example
White with #C7094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7094C; }
p { color: rgb(199,9,76); }
H1.HeaderClassName
{
color: #C7094C;
}
.AnyTagClassName
{
color: #C7094C;
}
</style>
background-color css
<style>
a { background-color: #C7094C; }
a { background-color: rgb(199,9,76); }
div.DivClassName
{
background-color: #C7094C;
}
.BgClassName
{
background-color: #C7094C;
}
</style>
border-color css
<style>
span { border-color: #C7094C; }
span { border-color: rgb(199,9,76); }
td.TdClassName
{
border-color: #C7094C;
}
.TagClassName
{
border-color: #C7094C;
}
</style>