Shades of Bright Red #94152C
Tints of Bright Red #94152C
RGB
CMYK
RGB Variations
Color information
#94152C (or 0x94152C) is known color: Bright Red. HEX triplet: 94, 15 and 2C. RGB value is (148,21,44). Sum of RGB (Red+Green+Blue) = 148+21+44=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #94152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94152C is #6BEAD3. Grayscale: #3D3D3D. Windows color (decimal): -7072468 or 2889108. OLE color: 2889108.
HSL color Cylindrical-coordinate representation of color #94152C: hue angle of 349.13º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94152C is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 21 | 44 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.42 |
| HSL | 349.13º | 0.75% | 0.33% | - |
| HSV(B) | 349.13º | 0.86% | 0.58% | - |
| XYZ | 12.94 | 7.01 | 3.05 | - |
| YUV | 61.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 21 | 44 | 0 | 0.86 | 0.70 | 0.42 | 349.13 | 0.75 | 0.33 |
| Hex | 94 | 15 | 2C | 0 | 56 | 46 | 2A | 15D | 4B | 21 |
| Octal | 224 | 25 | 54 | 0 | 126 | 106 | 52 | 535 | 113 | 41 |
| Binary | 10010100 | 10101 | 101100 | 0 | 1010110 | 1000110 | 101010 | 101011101 | 1001011 | 100001 |
Color Harmonies of #94152C
Complementary color
Monochromatic Colors of #94152C
Black with #94152C
Text Example
Text Example
White with #94152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94152C; }
p { color: rgb(148,21,44); }
H1.HeaderClassName
{
color: #94152C;
}
.AnyTagClassName
{
color: #94152C;
}
</style>
background-color css
<style>
a { background-color: #94152C; }
a { background-color: rgb(148,21,44); }
div.DivClassName
{
background-color: #94152C;
}
.BgClassName
{
background-color: #94152C;
}
</style>
border-color css
<style>
span { border-color: #94152C; }
span { border-color: rgb(148,21,44); }
td.TdClassName
{
border-color: #94152C;
}
.TagClassName
{
border-color: #94152C;
}
</style>