Shades of Bright Red #93242C
Tints of Bright Red #93242C
RGB
CMYK
RGB Variations
Color information
#93242C (or 0x93242C) is known color: Bright Red. HEX triplet: 93, 24 and 2C. RGB value is (147,36,44). Sum of RGB (Red+Green+Blue) = 147+36+44=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #93242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93242C is #6CDBD3. Grayscale: #464646. Windows color (decimal): -7134164 or 2892947. OLE color: 2892947.
HSL color Cylindrical-coordinate representation of color #93242C: hue angle of 355.68º degrees, saturation: 0.61, 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 #93242C is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 36 | 44 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.42 |
| HSL | 355.68º | 0.61% | 0.36% | - |
| HSV(B) | 355.68º | 0.76% | 0.58% | - |
| XYZ | 13.12 | 7.65 | 3.17 | - |
| YUV | 70.1 | 113.27 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 36 | 44 | 0 | 0.76 | 0.70 | 0.42 | 355.68 | 0.61 | 0.36 |
| Hex | 93 | 24 | 2C | 0 | 4C | 46 | 2A | 164 | 3D | 24 |
| Octal | 223 | 44 | 54 | 0 | 114 | 106 | 52 | 544 | 75 | 44 |
| Binary | 10010011 | 100100 | 101100 | 0 | 1001100 | 1000110 | 101010 | 101100100 | 111101 | 100100 |
Color Harmonies of #93242C
Complementary color
Monochromatic Colors of #93242C
Black with #93242C
Text Example
Text Example
White with #93242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93242C; }
p { color: rgb(147,36,44); }
H1.HeaderClassName
{
color: #93242C;
}
.AnyTagClassName
{
color: #93242C;
}
</style>
background-color css
<style>
a { background-color: #93242C; }
a { background-color: rgb(147,36,44); }
div.DivClassName
{
background-color: #93242C;
}
.BgClassName
{
background-color: #93242C;
}
</style>
border-color css
<style>
span { border-color: #93242C; }
span { border-color: rgb(147,36,44); }
td.TdClassName
{
border-color: #93242C;
}
.TagClassName
{
border-color: #93242C;
}
</style>