Shades of Carmine #901225
Tints of Carmine #901225
RGB
CMYK
RGB Variations
Color information
#901225 (or 0x901225) is known color: Carmine. HEX triplet: 90, 12 and 25. RGB value is (144,18,37). Sum of RGB (Red+Green+Blue) = 144+18+37=199 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.36% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 37 (14.84% from 255 or 18.59% from 199); Max value from RGB is 144 - color contains mainly: red. Hex color #901225 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901225 is #6FEDDA. Grayscale: #393939. Windows color (decimal): -7335387 or 2429584. OLE color: 2429584.
HSL color Cylindrical-coordinate representation of color #901225: hue angle of 350.95º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #901225 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 18 | 37 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.44 |
| HSL | 350.95º | 0.78% | 0.32% | - |
| HSV(B) | 350.95º | 0.88% | 0.56% | - |
| XYZ | 12.05 | 6.5 | 2.37 | - |
| YUV | 57.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 18 | 37 | 0 | 0.88 | 0.74 | 0.44 | 350.95 | 0.78 | 0.32 |
| Hex | 90 | 12 | 25 | 0 | 58 | 4A | 2C | 15F | 4E | 20 |
| Octal | 220 | 22 | 45 | 0 | 130 | 112 | 54 | 537 | 116 | 40 |
| Binary | 10010000 | 10010 | 100101 | 0 | 1011000 | 1001010 | 101100 | 101011111 | 1001110 | 100000 |
Color Harmonies of #901225
Complementary color
Monochromatic Colors of #901225
Black with #901225
Text Example
Text Example
White with #901225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901225; }
p { color: rgb(144,18,37); }
H1.HeaderClassName
{
color: #901225;
}
.AnyTagClassName
{
color: #901225;
}
</style>
background-color css
<style>
a { background-color: #901225; }
a { background-color: rgb(144,18,37); }
div.DivClassName
{
background-color: #901225;
}
.BgClassName
{
background-color: #901225;
}
</style>
border-color css
<style>
span { border-color: #901225; }
span { border-color: rgb(144,18,37); }
td.TdClassName
{
border-color: #901225;
}
.TagClassName
{
border-color: #901225;
}
</style>