Shades of Carmine #970E1F
Tints of Carmine #970E1F
RGB
CMYK
RGB Variations
Color information
#970E1F (or 0x970E1F) is known color: Carmine. HEX triplet: 97, 0E and 1F. RGB value is (151,14,31). Sum of RGB (Red+Green+Blue) = 151+14+31=196 (25% of max value = 765). Red value is 151 (59.38% from 255 or 77.04% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 151 - color contains mainly: red. Hex color #970E1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #970E1F is #68F1E0. Grayscale: #383838. Windows color (decimal): -6877665 or 2035351. OLE color: 2035351.
HSL color Cylindrical-coordinate representation of color #970E1F: hue angle of 352.55º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #970E1F is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 14 | 31 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.41 |
| HSL | 352.55º | 0.83% | 0.32% | - |
| HSV(B) | 352.55º | 0.91% | 0.59% | - |
| XYZ | 13.17 | 6.99 | 1.95 | - |
| YUV | 56.9 | 113.39 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 14 | 31 | 0 | 0.91 | 0.79 | 0.41 | 352.55 | 0.83 | 0.32 |
| Hex | 97 | E | 1F | 0 | 5B | 4F | 29 | 161 | 53 | 20 |
| Octal | 227 | 16 | 37 | 0 | 133 | 117 | 51 | 541 | 123 | 40 |
| Binary | 10010111 | 1110 | 11111 | 0 | 1011011 | 1001111 | 101001 | 101100001 | 1010011 | 100000 |
Color Harmonies of #970E1F
Complementary color
Monochromatic Colors of #970E1F
Black with #970E1F
Text Example
Text Example
White with #970E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970E1F; }
p { color: rgb(151,14,31); }
H1.HeaderClassName
{
color: #970E1F;
}
.AnyTagClassName
{
color: #970E1F;
}
</style>
background-color css
<style>
a { background-color: #970E1F; }
a { background-color: rgb(151,14,31); }
div.DivClassName
{
background-color: #970E1F;
}
.BgClassName
{
background-color: #970E1F;
}
</style>
border-color css
<style>
span { border-color: #970E1F; }
span { border-color: rgb(151,14,31); }
td.TdClassName
{
border-color: #970E1F;
}
.TagClassName
{
border-color: #970E1F;
}
</style>