Shades of Carmine #910D25
Tints of Carmine #910D25
RGB
CMYK
RGB Variations
Color information
#910D25 (or 0x910D25) is known color: Carmine. HEX triplet: 91, 0D and 25. RGB value is (145,13,37). Sum of RGB (Red+Green+Blue) = 145+13+37=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 37 (14.84% from 255 or 18.97% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #910D25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D25 is #6EF2DA. Grayscale: #373737. Windows color (decimal): -7271131 or 2428305. OLE color: 2428305.
HSL color Cylindrical-coordinate representation of color #910D25: hue angle of 349.09º 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 #910D25 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 37 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.43 |
| HSL | 349.09º | 0.84% | 0.31% | - |
| HSV(B) | 349.09º | 0.91% | 0.57% | - |
| XYZ | 12.15 | 6.44 | 2.35 | - |
| YUV | 55.2 | 117.73 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 37 | 0 | 0.91 | 0.74 | 0.43 | 349.09 | 0.84 | 0.31 |
| Hex | 91 | D | 25 | 0 | 5B | 4A | 2B | 15D | 54 | 1F |
| Octal | 221 | 15 | 45 | 0 | 133 | 112 | 53 | 535 | 124 | 37 |
| Binary | 10010001 | 1101 | 100101 | 0 | 1011011 | 1001010 | 101011 | 101011101 | 1010100 | 11111 |
Color Harmonies of #910D25
Complementary color
Monochromatic Colors of #910D25
Black with #910D25
Text Example
Text Example
White with #910D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D25; }
p { color: rgb(145,13,37); }
H1.HeaderClassName
{
color: #910D25;
}
.AnyTagClassName
{
color: #910D25;
}
</style>
background-color css
<style>
a { background-color: #910D25; }
a { background-color: rgb(145,13,37); }
div.DivClassName
{
background-color: #910D25;
}
.BgClassName
{
background-color: #910D25;
}
</style>
border-color css
<style>
span { border-color: #910D25; }
span { border-color: rgb(145,13,37); }
td.TdClassName
{
border-color: #910D25;
}
.TagClassName
{
border-color: #910D25;
}
</style>