Shades of Carmine #9F0315
Tints of Carmine #9F0315
RGB
CMYK
RGB Variations
Color information
#9F0315 (or 0x9F0315) is known color: Carmine. HEX triplet: 9F, 03 and 15. RGB value is (159,3,21). Sum of RGB (Red+Green+Blue) = 159+3+21=183 (24% of max value = 765). Red value is 159 (62.5% from 255 or 86.89% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0315 is #60FCEA. Grayscale: #333333. Windows color (decimal): -6356203 or 1377183. OLE color: 1377183.
HSL color Cylindrical-coordinate representation of color #9F0315: hue angle of 353.08º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F0315 is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 3 | 21 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.38 |
| HSL | 353.08º | 0.96% | 0.32% | - |
| HSV(B) | 353.08º | 0.98% | 0.62% | - |
| XYZ | 14.47 | 7.49 | 1.39 | - |
| YUV | 51.7 | 110.68 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 21 | 0 | 0.98 | 0.87 | 0.38 | 353.08 | 0.96 | 0.32 |
| Hex | 9F | 3 | 15 | 0 | 62 | 57 | 26 | 161 | 60 | 20 |
| Octal | 237 | 3 | 25 | 0 | 142 | 127 | 46 | 541 | 140 | 40 |
| Binary | 10011111 | 11 | 10101 | 0 | 1100010 | 1010111 | 100110 | 101100001 | 1100000 | 100000 |
Color Harmonies of #9F0315
Complementary color
Monochromatic Colors of #9F0315
Black with #9F0315
Text Example
Text Example
White with #9F0315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0315; }
p { color: rgb(159,3,21); }
H1.HeaderClassName
{
color: #9F0315;
}
.AnyTagClassName
{
color: #9F0315;
}
</style>
background-color css
<style>
a { background-color: #9F0315; }
a { background-color: rgb(159,3,21); }
div.DivClassName
{
background-color: #9F0315;
}
.BgClassName
{
background-color: #9F0315;
}
</style>
border-color css
<style>
span { border-color: #9F0315; }
span { border-color: rgb(159,3,21); }
td.TdClassName
{
border-color: #9F0315;
}
.TagClassName
{
border-color: #9F0315;
}
</style>