Shades of Bright Red #93223F
Tints of Bright Red #93223F
RGB
CMYK
RGB Variations
Color information
#93223F (or 0x93223F) is known color: Bright Red. HEX triplet: 93, 22 and 3F. RGB value is (147,34,63). Sum of RGB (Red+Green+Blue) = 147+34+63=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #93223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93223F is #6CDDC0. Grayscale: #474747. Windows color (decimal): -7134657 or 4137619. OLE color: 4137619.
HSL color Cylindrical-coordinate representation of color #93223F: hue angle of 344.6º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #93223F is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 34 | 63 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.42 |
| HSL | 344.6º | 0.62% | 0.35% | - |
| HSV(B) | 344.6º | 0.77% | 0.58% | - |
| XYZ | 13.5 | 7.71 | 5.48 | - |
| YUV | 71.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 34 | 63 | 0 | 0.77 | 0.57 | 0.42 | 344.6 | 0.62 | 0.35 |
| Hex | 93 | 22 | 3F | 0 | 4D | 39 | 2A | 159 | 3E | 23 |
| Octal | 223 | 42 | 77 | 0 | 115 | 71 | 52 | 531 | 76 | 43 |
| Binary | 10010011 | 100010 | 111111 | 0 | 1001101 | 111001 | 101010 | 101011001 | 111110 | 100011 |
Color Harmonies of #93223F
Complementary color
Monochromatic Colors of #93223F
Black with #93223F
Text Example
Text Example
White with #93223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93223F; }
p { color: rgb(147,34,63); }
H1.HeaderClassName
{
color: #93223F;
}
.AnyTagClassName
{
color: #93223F;
}
</style>
background-color css
<style>
a { background-color: #93223F; }
a { background-color: rgb(147,34,63); }
div.DivClassName
{
background-color: #93223F;
}
.BgClassName
{
background-color: #93223F;
}
</style>
border-color css
<style>
span { border-color: #93223F; }
span { border-color: rgb(147,34,63); }
td.TdClassName
{
border-color: #93223F;
}
.TagClassName
{
border-color: #93223F;
}
</style>