Shades of Carmine #921421
Tints of Carmine #921421
RGB
CMYK
RGB Variations
Color information
#921421 (or 0x921421) is known color: Carmine. HEX triplet: 92, 14 and 21. RGB value is (146,20,33). Sum of RGB (Red+Green+Blue) = 146+20+33=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #921421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921421 is #6DEBDE. Grayscale: #3B3B3B. Windows color (decimal): -7203807 or 2167954. OLE color: 2167954.
HSL color Cylindrical-coordinate representation of color #921421: hue angle of 353.81º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921421 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 33 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.43 |
| HSL | 353.81º | 0.76% | 0.33% | - |
| HSV(B) | 353.81º | 0.86% | 0.57% | - |
| XYZ | 12.38 | 6.72 | 2.08 | - |
| YUV | 59.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 33 | 0 | 0.86 | 0.77 | 0.43 | 353.81 | 0.76 | 0.33 |
| Hex | 92 | 14 | 21 | 0 | 56 | 4D | 2B | 162 | 4C | 21 |
| Octal | 222 | 24 | 41 | 0 | 126 | 115 | 53 | 542 | 114 | 41 |
| Binary | 10010010 | 10100 | 100001 | 0 | 1010110 | 1001101 | 101011 | 101100010 | 1001100 | 100001 |
Color Harmonies of #921421
Complementary color
Monochromatic Colors of #921421
Black with #921421
Text Example
Text Example
White with #921421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921421; }
p { color: rgb(146,20,33); }
H1.HeaderClassName
{
color: #921421;
}
.AnyTagClassName
{
color: #921421;
}
</style>
background-color css
<style>
a { background-color: #921421; }
a { background-color: rgb(146,20,33); }
div.DivClassName
{
background-color: #921421;
}
.BgClassName
{
background-color: #921421;
}
</style>
border-color css
<style>
span { border-color: #921421; }
span { border-color: rgb(146,20,33); }
td.TdClassName
{
border-color: #921421;
}
.TagClassName
{
border-color: #921421;
}
</style>