Shades of Bright Red #94222C
Tints of Bright Red #94222C
RGB
CMYK
RGB Variations
Color information
#94222C (or 0x94222C) is known color: Bright Red. HEX triplet: 94, 22 and 2C. RGB value is (148,34,44). Sum of RGB (Red+Green+Blue) = 148+34+44=226 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.49% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 148 - color contains mainly: red. Hex color #94222C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94222C is #6BDDD3. Grayscale: #454545. Windows color (decimal): -7069140 or 2892436. OLE color: 2892436.
HSL color Cylindrical-coordinate representation of color #94222C: hue angle of 354.74º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94222C is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 34 | 44 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.42 |
| HSL | 354.74º | 0.63% | 0.36% | - |
| HSV(B) | 354.74º | 0.77% | 0.58% | - |
| XYZ | 13.24 | 7.62 | 3.16 | - |
| YUV | 69.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 34 | 44 | 0 | 0.77 | 0.70 | 0.42 | 354.74 | 0.63 | 0.36 |
| Hex | 94 | 22 | 2C | 0 | 4D | 46 | 2A | 163 | 3F | 24 |
| Octal | 224 | 42 | 54 | 0 | 115 | 106 | 52 | 543 | 77 | 44 |
| Binary | 10010100 | 100010 | 101100 | 0 | 1001101 | 1000110 | 101010 | 101100011 | 111111 | 100100 |
Color Harmonies of #94222C
Complementary color
Monochromatic Colors of #94222C
Black with #94222C
Text Example
Text Example
White with #94222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94222C; }
p { color: rgb(148,34,44); }
H1.HeaderClassName
{
color: #94222C;
}
.AnyTagClassName
{
color: #94222C;
}
</style>
background-color css
<style>
a { background-color: #94222C; }
a { background-color: rgb(148,34,44); }
div.DivClassName
{
background-color: #94222C;
}
.BgClassName
{
background-color: #94222C;
}
</style>
border-color css
<style>
span { border-color: #94222C; }
span { border-color: rgb(148,34,44); }
td.TdClassName
{
border-color: #94222C;
}
.TagClassName
{
border-color: #94222C;
}
</style>