Shades of Carmine #900221
Tints of Carmine #900221
RGB
CMYK
RGB Variations
Color information
#900221 (or 0x900221) is known color: Carmine. HEX triplet: 90, 02 and 21. RGB value is (144,2,33). Sum of RGB (Red+Green+Blue) = 144+2+33=179 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.45% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 144 - color contains mainly: red. Hex color #900221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900221 is #6FFDDE. Grayscale: #303030. Windows color (decimal): -7339487 or 2163344. OLE color: 2163344.
HSL color Cylindrical-coordinate representation of color #900221: hue angle of 346.9º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900221 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.44 |
| HSL | 346.9º | 0.97% | 0.29% | - |
| HSV(B) | 346.9º | 0.99% | 0.56% | - |
| XYZ | 11.8 | 6.08 | 1.99 | - |
| YUV | 47.99 | 119.54 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 33 | 0 | 0.99 | 0.77 | 0.44 | 346.9 | 0.97 | 0.29 |
| Hex | 90 | 2 | 21 | 0 | 63 | 4D | 2C | 15B | 61 | 1D |
| Octal | 220 | 2 | 41 | 0 | 143 | 115 | 54 | 533 | 141 | 35 |
| Binary | 10010000 | 10 | 100001 | 0 | 1100011 | 1001101 | 101100 | 101011011 | 1100001 | 11101 |
Color Harmonies of #900221
Complementary color
Monochromatic Colors of #900221
Black with #900221
Text Example
Text Example
White with #900221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900221; }
p { color: rgb(144,2,33); }
H1.HeaderClassName
{
color: #900221;
}
.AnyTagClassName
{
color: #900221;
}
</style>
background-color css
<style>
a { background-color: #900221; }
a { background-color: rgb(144,2,33); }
div.DivClassName
{
background-color: #900221;
}
.BgClassName
{
background-color: #900221;
}
</style>
border-color css
<style>
span { border-color: #900221; }
span { border-color: rgb(144,2,33); }
td.TdClassName
{
border-color: #900221;
}
.TagClassName
{
border-color: #900221;
}
</style>