Shades of Crimson #C8084C
Tints of Crimson #C8084C
RGB
CMYK
RGB Variations
Color information
#C8084C (or 0xC8084C) is known color: Crimson. HEX triplet: C8, 08 and 4C. RGB value is (200,8,76). Sum of RGB (Red+Green+Blue) = 200+8+76=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C8084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8084C is #37F7B3. Grayscale: #494949. Windows color (decimal): -3667892 or 4982984. OLE color: 4982984.
HSL color Cylindrical-coordinate representation of color #C8084C: hue angle of 338.75º 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 #C8084C is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 76 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.22 |
| HSL | 338.75º | 0.92% | 0.41% | - |
| HSV(B) | 338.75º | 0.96% | 0.78% | - |
| XYZ | 25.21 | 12.97 | 8.01 | - |
| YUV | 73.16 | 129.61 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 76 | 0 | 0.96 | 0.62 | 0.22 | 338.75 | 0.92 | 0.41 |
| Hex | C8 | 8 | 4C | 0 | 60 | 3E | 16 | 153 | 5C | 29 |
| Octal | 310 | 10 | 114 | 0 | 140 | 76 | 26 | 523 | 134 | 51 |
| Binary | 11001000 | 1000 | 1001100 | 0 | 1100000 | 111110 | 10110 | 101010011 | 1011100 | 101001 |
Color Harmonies of #C8084C
Complementary color
Monochromatic Colors of #C8084C
Black with #C8084C
Text Example
Text Example
White with #C8084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8084C; }
p { color: rgb(200,8,76); }
H1.HeaderClassName
{
color: #C8084C;
}
.AnyTagClassName
{
color: #C8084C;
}
</style>
background-color css
<style>
a { background-color: #C8084C; }
a { background-color: rgb(200,8,76); }
div.DivClassName
{
background-color: #C8084C;
}
.BgClassName
{
background-color: #C8084C;
}
</style>
border-color css
<style>
span { border-color: #C8084C; }
span { border-color: rgb(200,8,76); }
td.TdClassName
{
border-color: #C8084C;
}
.TagClassName
{
border-color: #C8084C;
}
</style>