Shades of Bright Red #97143A
Tints of Bright Red #97143A
RGB
CMYK
RGB Variations
Color information
#97143A (or 0x97143A) is known color: Bright Red. HEX triplet: 97, 14 and 3A. RGB value is (151,20,58). Sum of RGB (Red+Green+Blue) = 151+20+58=229 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.94% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 151 - color contains mainly: red. Hex color #97143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #97143A is #68EBC5. Grayscale: #3F3F3F. Windows color (decimal): -6876102 or 3806359. OLE color: 3806359.
HSL color Cylindrical-coordinate representation of color #97143A: hue angle of 342.6º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #97143A is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 20 | 58 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.41 |
| HSL | 342.6º | 0.77% | 0.34% | - |
| HSV(B) | 342.6º | 0.87% | 0.59% | - |
| XYZ | 13.78 | 7.39 | 4.7 | - |
| YUV | 63.5 | 124.9 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 20 | 58 | 0 | 0.87 | 0.62 | 0.41 | 342.6 | 0.77 | 0.34 |
| Hex | 97 | 14 | 3A | 0 | 57 | 3E | 29 | 157 | 4D | 22 |
| Octal | 227 | 24 | 72 | 0 | 127 | 76 | 51 | 527 | 115 | 42 |
| Binary | 10010111 | 10100 | 111010 | 0 | 1010111 | 111110 | 101001 | 101010111 | 1001101 | 100010 |
Color Harmonies of #97143A
Complementary color
Monochromatic Colors of #97143A
Black with #97143A
Text Example
Text Example
White with #97143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97143A; }
p { color: rgb(151,20,58); }
H1.HeaderClassName
{
color: #97143A;
}
.AnyTagClassName
{
color: #97143A;
}
</style>
background-color css
<style>
a { background-color: #97143A; }
a { background-color: rgb(151,20,58); }
div.DivClassName
{
background-color: #97143A;
}
.BgClassName
{
background-color: #97143A;
}
</style>
border-color css
<style>
span { border-color: #97143A; }
span { border-color: rgb(151,20,58); }
td.TdClassName
{
border-color: #97143A;
}
.TagClassName
{
border-color: #97143A;
}
</style>