Shades of Carmine #910D21
Tints of Carmine #910D21
RGB
CMYK
RGB Variations
Color information
#910D21 (or 0x910D21) is known color: Carmine. HEX triplet: 91, 0D and 21. RGB value is (145,13,33). Sum of RGB (Red+Green+Blue) = 145+13+33=191 (25% of max value = 765). Red value is 145 (57.03% from 255 or 75.92% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 145 - color contains mainly: red. Hex color #910D21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D21 is #6EF2DE. Grayscale: #363636. Windows color (decimal): -7271135 or 2166161. OLE color: 2166161.
HSL color Cylindrical-coordinate representation of color #910D21: hue angle of 350.91º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D21 is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 33 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.43 |
| HSL | 350.91º | 0.84% | 0.31% | - |
| HSV(B) | 350.91º | 0.91% | 0.57% | - |
| XYZ | 12.1 | 6.42 | 2.04 | - |
| YUV | 54.75 | 115.73 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 33 | 0 | 0.91 | 0.77 | 0.43 | 350.91 | 0.84 | 0.31 |
| Hex | 91 | D | 21 | 0 | 5B | 4D | 2B | 15F | 54 | 1F |
| Octal | 221 | 15 | 41 | 0 | 133 | 115 | 53 | 537 | 124 | 37 |
| Binary | 10010001 | 1101 | 100001 | 0 | 1011011 | 1001101 | 101011 | 101011111 | 1010100 | 11111 |
Color Harmonies of #910D21
Complementary color
Monochromatic Colors of #910D21
Black with #910D21
Text Example
Text Example
White with #910D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D21; }
p { color: rgb(145,13,33); }
H1.HeaderClassName
{
color: #910D21;
}
.AnyTagClassName
{
color: #910D21;
}
</style>
background-color css
<style>
a { background-color: #910D21; }
a { background-color: rgb(145,13,33); }
div.DivClassName
{
background-color: #910D21;
}
.BgClassName
{
background-color: #910D21;
}
</style>
border-color css
<style>
span { border-color: #910D21; }
span { border-color: rgb(145,13,33); }
td.TdClassName
{
border-color: #910D21;
}
.TagClassName
{
border-color: #910D21;
}
</style>