Shades of Bright Red #94232E
Tints of Bright Red #94232E
RGB
CMYK
RGB Variations
Color information
#94232E (or 0x94232E) is known color: Bright Red. HEX triplet: 94, 23 and 2E. RGB value is (148,35,46). Sum of RGB (Red+Green+Blue) = 148+35+46=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #94232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94232E is #6BDCD1. Grayscale: #464646. Windows color (decimal): -7068882 or 3023764. OLE color: 3023764.
HSL color Cylindrical-coordinate representation of color #94232E: hue angle of 354.16º 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 #94232E is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 35 | 46 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.42 |
| HSL | 354.16º | 0.62% | 0.36% | - |
| HSV(B) | 354.16º | 0.76% | 0.58% | - |
| XYZ | 13.31 | 7.7 | 3.37 | - |
| YUV | 70.04 | 114.44 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 46 | 0 | 0.76 | 0.69 | 0.42 | 354.16 | 0.62 | 0.36 |
| Hex | 94 | 23 | 2E | 0 | 4C | 45 | 2A | 162 | 3E | 24 |
| Octal | 224 | 43 | 56 | 0 | 114 | 105 | 52 | 542 | 76 | 44 |
| Binary | 10010100 | 100011 | 101110 | 0 | 1001100 | 1000101 | 101010 | 101100010 | 111110 | 100100 |
Color Harmonies of #94232E
Complementary color
Monochromatic Colors of #94232E
Black with #94232E
Text Example
Text Example
White with #94232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94232E; }
p { color: rgb(148,35,46); }
H1.HeaderClassName
{
color: #94232E;
}
.AnyTagClassName
{
color: #94232E;
}
</style>
background-color css
<style>
a { background-color: #94232E; }
a { background-color: rgb(148,35,46); }
div.DivClassName
{
background-color: #94232E;
}
.BgClassName
{
background-color: #94232E;
}
</style>
border-color css
<style>
span { border-color: #94232E; }
span { border-color: rgb(148,35,46); }
td.TdClassName
{
border-color: #94232E;
}
.TagClassName
{
border-color: #94232E;
}
</style>