Shades of Bright Red #94232D
Tints of Bright Red #94232D
RGB
CMYK
RGB Variations
Color information
#94232D (or 0x94232D) is known color: Bright Red. HEX triplet: 94, 23 and 2D. RGB value is (148,35,45). Sum of RGB (Red+Green+Blue) = 148+35+45=228 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.91% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 148 - color contains mainly: red. Hex color #94232D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94232D is #6BDCD2. Grayscale: #464646. Windows color (decimal): -7068883 or 2958228. OLE color: 2958228.
HSL color Cylindrical-coordinate representation of color #94232D: hue angle of 354.69º 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 #94232D is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 35 | 45 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.42 |
| HSL | 354.69º | 0.62% | 0.36% | - |
| HSV(B) | 354.69º | 0.76% | 0.58% | - |
| XYZ | 13.29 | 7.69 | 3.27 | - |
| YUV | 69.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 45 | 0 | 0.76 | 0.70 | 0.42 | 354.69 | 0.62 | 0.36 |
| Hex | 94 | 23 | 2D | 0 | 4C | 46 | 2A | 163 | 3E | 24 |
| Octal | 224 | 43 | 55 | 0 | 114 | 106 | 52 | 543 | 76 | 44 |
| Binary | 10010100 | 100011 | 101101 | 0 | 1001100 | 1000110 | 101010 | 101100011 | 111110 | 100100 |
Color Harmonies of #94232D
Complementary color
Monochromatic Colors of #94232D
Black with #94232D
Text Example
Text Example
White with #94232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94232D; }
p { color: rgb(148,35,45); }
H1.HeaderClassName
{
color: #94232D;
}
.AnyTagClassName
{
color: #94232D;
}
</style>
background-color css
<style>
a { background-color: #94232D; }
a { background-color: rgb(148,35,45); }
div.DivClassName
{
background-color: #94232D;
}
.BgClassName
{
background-color: #94232D;
}
</style>
border-color css
<style>
span { border-color: #94232D; }
span { border-color: rgb(148,35,45); }
td.TdClassName
{
border-color: #94232D;
}
.TagClassName
{
border-color: #94232D;
}
</style>