Shades of Bright Red #94212A
Tints of Bright Red #94212A
RGB
CMYK
RGB Variations
Color information
#94212A (or 0x94212A) is known color: Bright Red. HEX triplet: 94, 21 and 2A. RGB value is (148,33,42). Sum of RGB (Red+Green+Blue) = 148+33+42=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #94212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94212A is #6BDED5. Grayscale: #444444. Windows color (decimal): -7069398 or 2761108. OLE color: 2761108.
HSL color Cylindrical-coordinate representation of color #94212A: hue angle of 355.3º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94212A is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 33 | 42 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.42 |
| HSL | 355.3º | 0.64% | 0.35% | - |
| HSV(B) | 355.3º | 0.78% | 0.58% | - |
| XYZ | 13.17 | 7.55 | 2.95 | - |
| YUV | 68.41 | 113.1 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 42 | 0 | 0.78 | 0.72 | 0.42 | 355.3 | 0.64 | 0.35 |
| Hex | 94 | 21 | 2A | 0 | 4E | 48 | 2A | 163 | 40 | 23 |
| Octal | 224 | 41 | 52 | 0 | 116 | 110 | 52 | 543 | 100 | 43 |
| Binary | 10010100 | 100001 | 101010 | 0 | 1001110 | 1001000 | 101010 | 101100011 | 1000000 | 100011 |
Color Harmonies of #94212A
Complementary color
Monochromatic Colors of #94212A
Black with #94212A
Text Example
Text Example
White with #94212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94212A; }
p { color: rgb(148,33,42); }
H1.HeaderClassName
{
color: #94212A;
}
.AnyTagClassName
{
color: #94212A;
}
</style>
background-color css
<style>
a { background-color: #94212A; }
a { background-color: rgb(148,33,42); }
div.DivClassName
{
background-color: #94212A;
}
.BgClassName
{
background-color: #94212A;
}
</style>
border-color css
<style>
span { border-color: #94212A; }
span { border-color: rgb(148,33,42); }
td.TdClassName
{
border-color: #94212A;
}
.TagClassName
{
border-color: #94212A;
}
</style>