Shades of Bright Red #93212B
Tints of Bright Red #93212B
RGB
CMYK
RGB Variations
Color information
#93212B (or 0x93212B) is known color: Bright Red. HEX triplet: 93, 21 and 2B. RGB value is (147,33,43). Sum of RGB (Red+Green+Blue) = 147+33+43=223 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.92% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 147 - color contains mainly: red. Hex color #93212B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93212B is #6CDED4. Grayscale: #444444. Windows color (decimal): -7134933 or 2826643. OLE color: 2826643.
HSL color Cylindrical-coordinate representation of color #93212B: hue angle of 354.74º degrees, saturation: 0.63, 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 #93212B is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 33 | 43 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.42 |
| HSL | 354.74º | 0.63% | 0.35% | - |
| HSV(B) | 354.74º | 0.78% | 0.58% | - |
| XYZ | 13.01 | 7.47 | 3.04 | - |
| YUV | 68.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 33 | 43 | 0 | 0.78 | 0.71 | 0.42 | 354.74 | 0.63 | 0.35 |
| Hex | 93 | 21 | 2B | 0 | 4E | 47 | 2A | 163 | 3F | 23 |
| Octal | 223 | 41 | 53 | 0 | 116 | 107 | 52 | 543 | 77 | 43 |
| Binary | 10010011 | 100001 | 101011 | 0 | 1001110 | 1000111 | 101010 | 101100011 | 111111 | 100011 |
Color Harmonies of #93212B
Complementary color
Monochromatic Colors of #93212B
Black with #93212B
Text Example
Text Example
White with #93212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93212B; }
p { color: rgb(147,33,43); }
H1.HeaderClassName
{
color: #93212B;
}
.AnyTagClassName
{
color: #93212B;
}
</style>
background-color css
<style>
a { background-color: #93212B; }
a { background-color: rgb(147,33,43); }
div.DivClassName
{
background-color: #93212B;
}
.BgClassName
{
background-color: #93212B;
}
</style>
border-color css
<style>
span { border-color: #93212B; }
span { border-color: rgb(147,33,43); }
td.TdClassName
{
border-color: #93212B;
}
.TagClassName
{
border-color: #93212B;
}
</style>