Shades of Carmine #900121
Tints of Carmine #900121
RGB
CMYK
RGB Variations
Color information
#900121 (or 0x900121) is known color: Carmine. HEX triplet: 90, 01 and 21. RGB value is (144,1,33). Sum of RGB (Red+Green+Blue) = 144+1+33=178 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.90% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 144 - color contains mainly: red. Hex color #900121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900121 is #6FFEDE. Grayscale: #2F2F2F. Windows color (decimal): -7339743 or 2163088. OLE color: 2163088.
HSL color Cylindrical-coordinate representation of color #900121: hue angle of 346.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900121 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 33 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.44 |
| HSL | 346.57º | 0.99% | 0.28% | - |
| HSV(B) | 346.57º | 0.99% | 0.56% | - |
| XYZ | 11.79 | 6.06 | 1.99 | - |
| YUV | 47.41 | 119.88 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 33 | 0 | 0.99 | 0.77 | 0.44 | 346.57 | 0.99 | 0.28 |
| Hex | 90 | 1 | 21 | 0 | 63 | 4D | 2C | 15B | 63 | 1C |
| Octal | 220 | 1 | 41 | 0 | 143 | 115 | 54 | 533 | 143 | 34 |
| Binary | 10010000 | 1 | 100001 | 0 | 1100011 | 1001101 | 101100 | 101011011 | 1100011 | 11100 |
Color Harmonies of #900121
Complementary color
Monochromatic Colors of #900121
Black with #900121
Text Example
Text Example
White with #900121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900121; }
p { color: rgb(144,1,33); }
H1.HeaderClassName
{
color: #900121;
}
.AnyTagClassName
{
color: #900121;
}
</style>
background-color css
<style>
a { background-color: #900121; }
a { background-color: rgb(144,1,33); }
div.DivClassName
{
background-color: #900121;
}
.BgClassName
{
background-color: #900121;
}
</style>
border-color css
<style>
span { border-color: #900121; }
span { border-color: rgb(144,1,33); }
td.TdClassName
{
border-color: #900121;
}
.TagClassName
{
border-color: #900121;
}
</style>