Shades of Bright Red #94223F
Tints of Bright Red #94223F
RGB
CMYK
RGB Variations
Color information
#94223F (or 0x94223F) is known color: Bright Red. HEX triplet: 94, 22 and 3F. RGB value is (148,34,63). Sum of RGB (Red+Green+Blue) = 148+34+63=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94223F is #6BDDC0. Grayscale: #474747. Windows color (decimal): -7069121 or 4137620. OLE color: 4137620.
HSL color Cylindrical-coordinate representation of color #94223F: hue angle of 344.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 #94223F is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 34 | 63 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.42 |
| HSL | 344.74º | 0.63% | 0.36% | - |
| HSV(B) | 344.74º | 0.77% | 0.58% | - |
| XYZ | 13.68 | 7.8 | 5.49 | - |
| YUV | 71.39 | 123.27 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 34 | 63 | 0 | 0.77 | 0.57 | 0.42 | 344.74 | 0.63 | 0.36 |
| Hex | 94 | 22 | 3F | 0 | 4D | 39 | 2A | 159 | 3F | 24 |
| Octal | 224 | 42 | 77 | 0 | 115 | 71 | 52 | 531 | 77 | 44 |
| Binary | 10010100 | 100010 | 111111 | 0 | 1001101 | 111001 | 101010 | 101011001 | 111111 | 100100 |
Color Harmonies of #94223F
Complementary color
Monochromatic Colors of #94223F
Black with #94223F
Text Example
Text Example
White with #94223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94223F; }
p { color: rgb(148,34,63); }
H1.HeaderClassName
{
color: #94223F;
}
.AnyTagClassName
{
color: #94223F;
}
</style>
background-color css
<style>
a { background-color: #94223F; }
a { background-color: rgb(148,34,63); }
div.DivClassName
{
background-color: #94223F;
}
.BgClassName
{
background-color: #94223F;
}
</style>
border-color css
<style>
span { border-color: #94223F; }
span { border-color: rgb(148,34,63); }
td.TdClassName
{
border-color: #94223F;
}
.TagClassName
{
border-color: #94223F;
}
</style>