Shades of Crimson #C7084A
Tints of Crimson #C7084A
RGB
CMYK
RGB Variations
Color information
#C7084A (or 0xC7084A) is known color: Crimson. HEX triplet: C7, 08 and 4A. RGB value is (199,8,74). Sum of RGB (Red+Green+Blue) = 199+8+74=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C7084A is #38F7B5. Grayscale: #484848. Windows color (decimal): -3733430 or 4851911. OLE color: 4851911.
HSL color Cylindrical-coordinate representation of color #C7084A: hue angle of 339.27º degrees, saturation: 0.92, 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 #C7084A is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 74 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.22 |
| HSL | 339.27º | 0.92% | 0.41% | - |
| HSV(B) | 339.27º | 0.96% | 0.78% | - |
| XYZ | 24.88 | 12.81 | 7.64 | - |
| YUV | 72.63 | 128.78 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 74 | 0 | 0.96 | 0.63 | 0.22 | 339.27 | 0.92 | 0.41 |
| Hex | C7 | 8 | 4A | 0 | 60 | 3F | 16 | 153 | 5C | 29 |
| Octal | 307 | 10 | 112 | 0 | 140 | 77 | 26 | 523 | 134 | 51 |
| Binary | 11000111 | 1000 | 1001010 | 0 | 1100000 | 111111 | 10110 | 101010011 | 1011100 | 101001 |
Color Harmonies of #C7084A
Complementary color
Monochromatic Colors of #C7084A
Black with #C7084A
Text Example
Text Example
White with #C7084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7084A; }
p { color: rgb(199,8,74); }
H1.HeaderClassName
{
color: #C7084A;
}
.AnyTagClassName
{
color: #C7084A;
}
</style>
background-color css
<style>
a { background-color: #C7084A; }
a { background-color: rgb(199,8,74); }
div.DivClassName
{
background-color: #C7084A;
}
.BgClassName
{
background-color: #C7084A;
}
</style>
border-color css
<style>
span { border-color: #C7084A; }
span { border-color: rgb(199,8,74); }
td.TdClassName
{
border-color: #C7084A;
}
.TagClassName
{
border-color: #C7084A;
}
</style>