Shades of Carmine #9F081D
Tints of Carmine #9F081D
RGB
CMYK
RGB Variations
Color information
#9F081D (or 0x9F081D) is known color: Carmine. HEX triplet: 9F, 08 and 1D. RGB value is (159,8,29). Sum of RGB (Red+Green+Blue) = 159+8+29=196 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.12% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 159 - color contains mainly: red. Hex color #9F081D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F081D is #60F7E2. Grayscale: #373737. Windows color (decimal): -6354915 or 1902751. OLE color: 1902751.
HSL color Cylindrical-coordinate representation of color #9F081D: hue angle of 351.66º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F081D is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 8 | 29 | - |
CMYK | 0 | 0.95 | 0.82 | 0.38 |
HSL | 351.66º | 0.9% | 0.33% | - |
HSV(B) | 351.66º | 0.95% | 0.62% | - |
XYZ | 14.61 | 7.63 | 1.87 | - |
YUV | 55.54 | 113.03 | 201.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 8 | 29 | 0 | 0.95 | 0.82 | 0.38 | 351.66 | 0.9 | 0.33 |
Hex | 9F | 8 | 1D | 0 | 5F | 52 | 26 | 160 | 5A | 21 |
Octal | 237 | 10 | 35 | 0 | 137 | 122 | 46 | 540 | 132 | 41 |
Binary | 10011111 | 1000 | 11101 | 0 | 1011111 | 1010010 | 100110 | 101100000 | 1011010 | 100001 |
Color Harmonies of #9F081D
Complementary color
Monochromatic Colors of #9F081D
Black with #9F081D
Text Example
Text Example
White with #9F081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F081D; }
p { color: rgb(159,8,29); }
H1.HeaderClassName
{
color: #9F081D;
}
.AnyTagClassName
{
color: #9F081D;
}
</style>
background-color css
<style>
a { background-color: #9F081D; }
a { background-color: rgb(159,8,29); }
div.DivClassName
{
background-color: #9F081D;
}
.BgClassName
{
background-color: #9F081D;
}
</style>
border-color css
<style>
span { border-color: #9F081D; }
span { border-color: rgb(159,8,29); }
td.TdClassName
{
border-color: #9F081D;
}
.TagClassName
{
border-color: #9F081D;
}
</style>