Shades of Carmine #931421
Tints of Carmine #931421
RGB
CMYK
RGB Variations
Color information
#931421 (or 0x931421) is known color: Carmine. HEX triplet: 93, 14 and 21. RGB value is (147,20,33). Sum of RGB (Red+Green+Blue) = 147+20+33=200 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 147 - color contains mainly: red. Hex color #931421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #931421 is #6CEBDE. Grayscale: #3B3B3B. Windows color (decimal): -7138271 or 2167955. OLE color: 2167955.
HSL color Cylindrical-coordinate representation of color #931421: hue angle of 353.86º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931421 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 20 | 33 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.42 |
| HSL | 353.86º | 0.76% | 0.33% | - |
| HSV(B) | 353.86º | 0.86% | 0.58% | - |
| XYZ | 12.56 | 6.81 | 2.09 | - |
| YUV | 59.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 20 | 33 | 0 | 0.86 | 0.78 | 0.42 | 353.86 | 0.76 | 0.33 |
| Hex | 93 | 14 | 21 | 0 | 56 | 4E | 2A | 162 | 4C | 21 |
| Octal | 223 | 24 | 41 | 0 | 126 | 116 | 52 | 542 | 114 | 41 |
| Binary | 10010011 | 10100 | 100001 | 0 | 1010110 | 1001110 | 101010 | 101100010 | 1001100 | 100001 |
Color Harmonies of #931421
Complementary color
Monochromatic Colors of #931421
Black with #931421
Text Example
Text Example
White with #931421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931421; }
p { color: rgb(147,20,33); }
H1.HeaderClassName
{
color: #931421;
}
.AnyTagClassName
{
color: #931421;
}
</style>
background-color css
<style>
a { background-color: #931421; }
a { background-color: rgb(147,20,33); }
div.DivClassName
{
background-color: #931421;
}
.BgClassName
{
background-color: #931421;
}
</style>
border-color css
<style>
span { border-color: #931421; }
span { border-color: rgb(147,20,33); }
td.TdClassName
{
border-color: #931421;
}
.TagClassName
{
border-color: #931421;
}
</style>