Shades of Bright Red #93233F
Tints of Bright Red #93233F
RGB
CMYK
RGB Variations
Color information
#93233F (or 0x93233F) is known color: Bright Red. HEX triplet: 93, 23 and 3F. RGB value is (147,35,63). Sum of RGB (Red+Green+Blue) = 147+35+63=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #93233F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93233F is #6CDCC0. Grayscale: #474747. Windows color (decimal): -7134401 or 4137875. OLE color: 4137875.
HSL color Cylindrical-coordinate representation of color #93233F: hue angle of 345º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #93233F is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 35 | 63 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.42 |
| HSL | 345º | 0.62% | 0.36% | - |
| HSV(B) | 345º | 0.76% | 0.58% | - |
| XYZ | 13.53 | 7.76 | 5.49 | - |
| YUV | 71.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 35 | 63 | 0 | 0.76 | 0.57 | 0.42 | 345 | 0.62 | 0.36 |
| Hex | 93 | 23 | 3F | 0 | 4C | 39 | 2A | 159 | 3E | 24 |
| Octal | 223 | 43 | 77 | 0 | 114 | 71 | 52 | 531 | 76 | 44 |
| Binary | 10010011 | 100011 | 111111 | 0 | 1001100 | 111001 | 101010 | 101011001 | 111110 | 100100 |
Color Harmonies of #93233F
Complementary color
Monochromatic Colors of #93233F
Black with #93233F
Text Example
Text Example
White with #93233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93233F; }
p { color: rgb(147,35,63); }
H1.HeaderClassName
{
color: #93233F;
}
.AnyTagClassName
{
color: #93233F;
}
</style>
background-color css
<style>
a { background-color: #93233F; }
a { background-color: rgb(147,35,63); }
div.DivClassName
{
background-color: #93233F;
}
.BgClassName
{
background-color: #93233F;
}
</style>
border-color css
<style>
span { border-color: #93233F; }
span { border-color: rgb(147,35,63); }
td.TdClassName
{
border-color: #93233F;
}
.TagClassName
{
border-color: #93233F;
}
</style>