Shades of Crimson #C8094B
Tints of Crimson #C8094B
RGB
CMYK
RGB Variations
Color information
#C8094B (or 0xC8094B) is known color: Crimson. HEX triplet: C8, 09 and 4B. RGB value is (200,9,75). Sum of RGB (Red+Green+Blue) = 200+9+75=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C8094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8094B is #37F6B4. Grayscale: #494949. Windows color (decimal): -3667637 or 4917704. OLE color: 4917704.
HSL color Cylindrical-coordinate representation of color #C8094B: hue angle of 339.27º 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 #C8094B is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 75 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.22 |
| HSL | 339.27º | 0.91% | 0.41% | - |
| HSV(B) | 339.27º | 0.96% | 0.78% | - |
| XYZ | 25.19 | 12.98 | 7.84 | - |
| YUV | 73.63 | 128.78 | 218.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 75 | 0 | 0.96 | 0.62 | 0.22 | 339.27 | 0.91 | 0.41 |
| Hex | C8 | 9 | 4B | 0 | 60 | 3E | 16 | 153 | 5B | 29 |
| Octal | 310 | 11 | 113 | 0 | 140 | 76 | 26 | 523 | 133 | 51 |
| Binary | 11001000 | 1001 | 1001011 | 0 | 1100000 | 111110 | 10110 | 101010011 | 1011011 | 101001 |
Color Harmonies of #C8094B
Complementary color
Monochromatic Colors of #C8094B
Black with #C8094B
Text Example
Text Example
White with #C8094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8094B; }
p { color: rgb(200,9,75); }
H1.HeaderClassName
{
color: #C8094B;
}
.AnyTagClassName
{
color: #C8094B;
}
</style>
background-color css
<style>
a { background-color: #C8094B; }
a { background-color: rgb(200,9,75); }
div.DivClassName
{
background-color: #C8094B;
}
.BgClassName
{
background-color: #C8094B;
}
</style>
border-color css
<style>
span { border-color: #C8094B; }
span { border-color: rgb(200,9,75); }
td.TdClassName
{
border-color: #C8094B;
}
.TagClassName
{
border-color: #C8094B;
}
</style>