Shades of Bright Red #93263B
Tints of Bright Red #93263B
RGB
CMYK
RGB Variations
Color information
#93263B (or 0x93263B) is known color: Bright Red. HEX triplet: 93, 26 and 3B. RGB value is (147,38,59). Sum of RGB (Red+Green+Blue) = 147+38+59=244 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.25% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 147 - color contains mainly: red. Hex color #93263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93263B is #6CD9C4. Grayscale: #494949. Windows color (decimal): -7133637 or 3876499. OLE color: 3876499.
HSL color Cylindrical-coordinate representation of color #93263B: hue angle of 348.44º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #93263B is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 38 | 59 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.42 |
| HSL | 348.44º | 0.59% | 0.36% | - |
| HSV(B) | 348.44º | 0.74% | 0.58% | - |
| XYZ | 13.52 | 7.91 | 4.95 | - |
| YUV | 72.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 38 | 59 | 0 | 0.74 | 0.60 | 0.42 | 348.44 | 0.59 | 0.36 |
| Hex | 93 | 26 | 3B | 0 | 4A | 3C | 2A | 15C | 3B | 24 |
| Octal | 223 | 46 | 73 | 0 | 112 | 74 | 52 | 534 | 73 | 44 |
| Binary | 10010011 | 100110 | 111011 | 0 | 1001010 | 111100 | 101010 | 101011100 | 111011 | 100100 |
Color Harmonies of #93263B
Complementary color
Monochromatic Colors of #93263B
Black with #93263B
Text Example
Text Example
White with #93263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93263B; }
p { color: rgb(147,38,59); }
H1.HeaderClassName
{
color: #93263B;
}
.AnyTagClassName
{
color: #93263B;
}
</style>
background-color css
<style>
a { background-color: #93263B; }
a { background-color: rgb(147,38,59); }
div.DivClassName
{
background-color: #93263B;
}
.BgClassName
{
background-color: #93263B;
}
</style>
border-color css
<style>
span { border-color: #93263B; }
span { border-color: rgb(147,38,59); }
td.TdClassName
{
border-color: #93263B;
}
.TagClassName
{
border-color: #93263B;
}
</style>