Shades of Carmine #900714
Tints of Carmine #900714
RGB
CMYK
RGB Variations
Color information
#900714 (or 0x900714) is known color: Carmine. HEX triplet: 90, 07 and 14. RGB value is (144,7,20). Sum of RGB (Red+Green+Blue) = 144+7+20=171 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.21% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 144 - color contains mainly: red. Hex color #900714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900714 is #6FF8EB. Grayscale: #313131. Windows color (decimal): -7338220 or 1312656. OLE color: 1312656.
HSL color Cylindrical-coordinate representation of color #900714: hue angle of 354.31º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900714 is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 20 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.44 |
| HSL | 354.31º | 0.91% | 0.3% | - |
| HSV(B) | 354.31º | 0.95% | 0.56% | - |
| XYZ | 11.7 | 6.13 | 1.23 | - |
| YUV | 49.45 | 111.39 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 20 | 0 | 0.95 | 0.86 | 0.44 | 354.31 | 0.91 | 0.3 |
| Hex | 90 | 7 | 14 | 0 | 5F | 56 | 2C | 162 | 5B | 1E |
| Octal | 220 | 7 | 24 | 0 | 137 | 126 | 54 | 542 | 133 | 36 |
| Binary | 10010000 | 111 | 10100 | 0 | 1011111 | 1010110 | 101100 | 101100010 | 1011011 | 11110 |
Color Harmonies of #900714
Complementary color
Monochromatic Colors of #900714
Black with #900714
Text Example
Text Example
White with #900714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900714; }
p { color: rgb(144,7,20); }
H1.HeaderClassName
{
color: #900714;
}
.AnyTagClassName
{
color: #900714;
}
</style>
background-color css
<style>
a { background-color: #900714; }
a { background-color: rgb(144,7,20); }
div.DivClassName
{
background-color: #900714;
}
.BgClassName
{
background-color: #900714;
}
</style>
border-color css
<style>
span { border-color: #900714; }
span { border-color: rgb(144,7,20); }
td.TdClassName
{
border-color: #900714;
}
.TagClassName
{
border-color: #900714;
}
</style>