Shades of Bright Red #93203D
Tints of Bright Red #93203D
RGB
CMYK
RGB Variations
Color information
#93203D (or 0x93203D) is known color: Bright Red. HEX triplet: 93, 20 and 3D. RGB value is (147,32,61). Sum of RGB (Red+Green+Blue) = 147+32+61=240 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.25% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 147 - color contains mainly: red. Hex color #93203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93203D is #6CDFC2. Grayscale: #454545. Windows color (decimal): -7135171 or 4006035. OLE color: 4006035.
HSL color Cylindrical-coordinate representation of color #93203D: hue angle of 344.87º degrees, saturation: 0.64, 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 #93203D is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 61 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.42 |
| HSL | 344.87º | 0.64% | 0.35% | - |
| HSV(B) | 344.87º | 0.78% | 0.58% | - |
| XYZ | 13.39 | 7.57 | 5.17 | - |
| YUV | 69.69 | 123.1 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 61 | 0 | 0.78 | 0.59 | 0.42 | 344.87 | 0.64 | 0.35 |
| Hex | 93 | 20 | 3D | 0 | 4E | 3B | 2A | 159 | 40 | 23 |
| Octal | 223 | 40 | 75 | 0 | 116 | 73 | 52 | 531 | 100 | 43 |
| Binary | 10010011 | 100000 | 111101 | 0 | 1001110 | 111011 | 101010 | 101011001 | 1000000 | 100011 |
Color Harmonies of #93203D
Complementary color
Monochromatic Colors of #93203D
Black with #93203D
Text Example
Text Example
White with #93203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93203D; }
p { color: rgb(147,32,61); }
H1.HeaderClassName
{
color: #93203D;
}
.AnyTagClassName
{
color: #93203D;
}
</style>
background-color css
<style>
a { background-color: #93203D; }
a { background-color: rgb(147,32,61); }
div.DivClassName
{
background-color: #93203D;
}
.BgClassName
{
background-color: #93203D;
}
</style>
border-color css
<style>
span { border-color: #93203D; }
span { border-color: rgb(147,32,61); }
td.TdClassName
{
border-color: #93203D;
}
.TagClassName
{
border-color: #93203D;
}
</style>