Shades of Bright Red #94232C
Tints of Bright Red #94232C
RGB
CMYK
RGB Variations
Color information
#94232C (or 0x94232C) is known color: Bright Red. HEX triplet: 94, 23 and 2C. RGB value is (148,35,44). Sum of RGB (Red+Green+Blue) = 148+35+44=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #94232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94232C is #6BDCD3. Grayscale: #454545. Windows color (decimal): -7068884 or 2892692. OLE color: 2892692.
HSL color Cylindrical-coordinate representation of color #94232C: hue angle of 355.22º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94232C is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 35 | 44 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.42 |
| HSL | 355.22º | 0.62% | 0.36% | - |
| HSV(B) | 355.22º | 0.76% | 0.58% | - |
| XYZ | 13.27 | 7.68 | 3.17 | - |
| YUV | 69.81 | 113.44 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 44 | 0 | 0.76 | 0.70 | 0.42 | 355.22 | 0.62 | 0.36 |
| Hex | 94 | 23 | 2C | 0 | 4C | 46 | 2A | 163 | 3E | 24 |
| Octal | 224 | 43 | 54 | 0 | 114 | 106 | 52 | 543 | 76 | 44 |
| Binary | 10010100 | 100011 | 101100 | 0 | 1001100 | 1000110 | 101010 | 101100011 | 111110 | 100100 |
Color Harmonies of #94232C
Complementary color
Monochromatic Colors of #94232C
Black with #94232C
Text Example
Text Example
White with #94232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94232C; }
p { color: rgb(148,35,44); }
H1.HeaderClassName
{
color: #94232C;
}
.AnyTagClassName
{
color: #94232C;
}
</style>
background-color css
<style>
a { background-color: #94232C; }
a { background-color: rgb(148,35,44); }
div.DivClassName
{
background-color: #94232C;
}
.BgClassName
{
background-color: #94232C;
}
</style>
border-color css
<style>
span { border-color: #94232C; }
span { border-color: rgb(148,35,44); }
td.TdClassName
{
border-color: #94232C;
}
.TagClassName
{
border-color: #94232C;
}
</style>