Shades of Carmine #900214
Tints of Carmine #900214
RGB
CMYK
RGB Variations
Color information
#900214 (or 0x900214) is known color: Carmine. HEX triplet: 90, 02 and 14. RGB value is (144,2,20). Sum of RGB (Red+Green+Blue) = 144+2+20=166 (21% of max value = 765). Red value is 144 (56.64% from 255 or 86.75% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 144 - color contains mainly: red. Hex color #900214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900214 is #6FFDEB. Grayscale: #2E2E2E. Windows color (decimal): -7339500 or 1311376. OLE color: 1311376.
HSL color Cylindrical-coordinate representation of color #900214: hue angle of 352.39º 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 #900214 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 20 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.44 |
| HSL | 352.39º | 0.97% | 0.29% | - |
| HSV(B) | 352.39º | 0.99% | 0.56% | - |
| XYZ | 11.65 | 6.02 | 1.21 | - |
| YUV | 46.51 | 113.04 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 20 | 0 | 0.99 | 0.86 | 0.44 | 352.39 | 0.97 | 0.29 |
| Hex | 90 | 2 | 14 | 0 | 63 | 56 | 2C | 160 | 61 | 1D |
| Octal | 220 | 2 | 24 | 0 | 143 | 126 | 54 | 540 | 141 | 35 |
| Binary | 10010000 | 10 | 10100 | 0 | 1100011 | 1010110 | 101100 | 101100000 | 1100001 | 11101 |
Color Harmonies of #900214
Complementary color
Monochromatic Colors of #900214
Black with #900214
Text Example
Text Example
White with #900214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900214; }
p { color: rgb(144,2,20); }
H1.HeaderClassName
{
color: #900214;
}
.AnyTagClassName
{
color: #900214;
}
</style>
background-color css
<style>
a { background-color: #900214; }
a { background-color: rgb(144,2,20); }
div.DivClassName
{
background-color: #900214;
}
.BgClassName
{
background-color: #900214;
}
</style>
border-color css
<style>
span { border-color: #900214; }
span { border-color: rgb(144,2,20); }
td.TdClassName
{
border-color: #900214;
}
.TagClassName
{
border-color: #900214;
}
</style>