Shades of Bright Red #94212B
Tints of Bright Red #94212B
RGB
CMYK
RGB Variations
Color information
#94212B (or 0x94212B) is known color: Bright Red. HEX triplet: 94, 21 and 2B. RGB value is (148,33,43). Sum of RGB (Red+Green+Blue) = 148+33+43=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 43 (17.19% from 255 or 19.20% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #94212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94212B is #6BDED4. Grayscale: #444444. Windows color (decimal): -7069397 or 2826644. OLE color: 2826644.
HSL color Cylindrical-coordinate representation of color #94212B: hue angle of 354.78º 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 #94212B is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 33 | 43 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.42 |
| HSL | 354.78º | 0.64% | 0.35% | - |
| HSV(B) | 354.78º | 0.78% | 0.58% | - |
| XYZ | 13.19 | 7.56 | 3.05 | - |
| YUV | 68.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 33 | 43 | 0 | 0.78 | 0.71 | 0.42 | 354.78 | 0.64 | 0.35 |
| Hex | 94 | 21 | 2B | 0 | 4E | 47 | 2A | 163 | 40 | 23 |
| Octal | 224 | 41 | 53 | 0 | 116 | 107 | 52 | 543 | 100 | 43 |
| Binary | 10010100 | 100001 | 101011 | 0 | 1001110 | 1000111 | 101010 | 101100011 | 1000000 | 100011 |
Color Harmonies of #94212B
Complementary color
Monochromatic Colors of #94212B
Black with #94212B
Text Example
Text Example
White with #94212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94212B; }
p { color: rgb(148,33,43); }
H1.HeaderClassName
{
color: #94212B;
}
.AnyTagClassName
{
color: #94212B;
}
</style>
background-color css
<style>
a { background-color: #94212B; }
a { background-color: rgb(148,33,43); }
div.DivClassName
{
background-color: #94212B;
}
.BgClassName
{
background-color: #94212B;
}
</style>
border-color css
<style>
span { border-color: #94212B; }
span { border-color: rgb(148,33,43); }
td.TdClassName
{
border-color: #94212B;
}
.TagClassName
{
border-color: #94212B;
}
</style>