Shades of Carmine #921425
Tints of Carmine #921425
RGB
CMYK
RGB Variations
Color information
#921425 (or 0x921425) is known color: Carmine. HEX triplet: 92, 14 and 25. RGB value is (146,20,37). Sum of RGB (Red+Green+Blue) = 146+20+37=203 (26% of max value = 765). Red value is 146 (57.42% from 255 or 71.92% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 146 - color contains mainly: red. Hex color #921425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #921425 is #6DEBDA. Grayscale: #3B3B3B. Windows color (decimal): -7203803 or 2430098. OLE color: 2430098.
HSL color Cylindrical-coordinate representation of color #921425: hue angle of 351.9º 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 #921425 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 37 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.43 |
| HSL | 351.9º | 0.76% | 0.33% | - |
| HSV(B) | 351.9º | 0.86% | 0.57% | - |
| XYZ | 12.44 | 6.74 | 2.4 | - |
| YUV | 59.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 37 | 0 | 0.86 | 0.75 | 0.43 | 351.9 | 0.76 | 0.33 |
| Hex | 92 | 14 | 25 | 0 | 56 | 4B | 2B | 160 | 4C | 21 |
| Octal | 222 | 24 | 45 | 0 | 126 | 113 | 53 | 540 | 114 | 41 |
| Binary | 10010010 | 10100 | 100101 | 0 | 1010110 | 1001011 | 101011 | 101100000 | 1001100 | 100001 |
Color Harmonies of #921425
Complementary color
Monochromatic Colors of #921425
Black with #921425
Text Example
Text Example
White with #921425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921425; }
p { color: rgb(146,20,37); }
H1.HeaderClassName
{
color: #921425;
}
.AnyTagClassName
{
color: #921425;
}
</style>
background-color css
<style>
a { background-color: #921425; }
a { background-color: rgb(146,20,37); }
div.DivClassName
{
background-color: #921425;
}
.BgClassName
{
background-color: #921425;
}
</style>
border-color css
<style>
span { border-color: #921425; }
span { border-color: rgb(146,20,37); }
td.TdClassName
{
border-color: #921425;
}
.TagClassName
{
border-color: #921425;
}
</style>