Shades of Bright Red #94223A
Tints of Bright Red #94223A
RGB
CMYK
RGB Variations
Color information
#94223A (or 0x94223A) is known color: Bright Red. HEX triplet: 94, 22 and 3A. RGB value is (148,34,58). Sum of RGB (Red+Green+Blue) = 148+34+58=240 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.67% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 148 - color contains mainly: red. Hex color #94223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94223A is #6BDDC5. Grayscale: #464646. Windows color (decimal): -7069126 or 3809940. OLE color: 3809940.
HSL color Cylindrical-coordinate representation of color #94223A: hue angle of 347.37º 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 #94223A is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 34 | 58 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.42 |
| HSL | 347.37º | 0.63% | 0.36% | - |
| HSV(B) | 347.37º | 0.77% | 0.58% | - |
| XYZ | 13.55 | 7.75 | 4.78 | - |
| YUV | 70.82 | 120.77 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 34 | 58 | 0 | 0.77 | 0.61 | 0.42 | 347.37 | 0.63 | 0.36 |
| Hex | 94 | 22 | 3A | 0 | 4D | 3D | 2A | 15B | 3F | 24 |
| Octal | 224 | 42 | 72 | 0 | 115 | 75 | 52 | 533 | 77 | 44 |
| Binary | 10010100 | 100010 | 111010 | 0 | 1001101 | 111101 | 101010 | 101011011 | 111111 | 100100 |
Color Harmonies of #94223A
Complementary color
Monochromatic Colors of #94223A
Black with #94223A
Text Example
Text Example
White with #94223A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94223A; }
p { color: rgb(148,34,58); }
H1.HeaderClassName
{
color: #94223A;
}
.AnyTagClassName
{
color: #94223A;
}
</style>
background-color css
<style>
a { background-color: #94223A; }
a { background-color: rgb(148,34,58); }
div.DivClassName
{
background-color: #94223A;
}
.BgClassName
{
background-color: #94223A;
}
</style>
border-color css
<style>
span { border-color: #94223A; }
span { border-color: rgb(148,34,58); }
td.TdClassName
{
border-color: #94223A;
}
.TagClassName
{
border-color: #94223A;
}
</style>