Shades of Bright Red #93202A
Tints of Bright Red #93202A
RGB
CMYK
RGB Variations
Color information
#93202A (or 0x93202A) is known color: Bright Red. HEX triplet: 93, 20 and 2A. RGB value is (147,32,42). Sum of RGB (Red+Green+Blue) = 147+32+42=221 (29% of max value = 765). Red value is 147 (57.81% from 255 or 66.52% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 147 - color contains mainly: red. Hex color #93202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93202A is #6CDFD5. Grayscale: #434343. Windows color (decimal): -7135190 or 2760851. OLE color: 2760851.
HSL color Cylindrical-coordinate representation of color #93202A: hue angle of 354.78º 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 #93202A is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 32 | 42 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.42 |
| HSL | 354.78º | 0.64% | 0.35% | - |
| HSV(B) | 354.78º | 0.78% | 0.58% | - |
| XYZ | 12.97 | 7.4 | 2.94 | - |
| YUV | 67.53 | 113.6 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 32 | 42 | 0 | 0.78 | 0.71 | 0.42 | 354.78 | 0.64 | 0.35 |
| Hex | 93 | 20 | 2A | 0 | 4E | 47 | 2A | 163 | 40 | 23 |
| Octal | 223 | 40 | 52 | 0 | 116 | 107 | 52 | 543 | 100 | 43 |
| Binary | 10010011 | 100000 | 101010 | 0 | 1001110 | 1000111 | 101010 | 101100011 | 1000000 | 100011 |
Color Harmonies of #93202A
Complementary color
Monochromatic Colors of #93202A
Black with #93202A
Text Example
Text Example
White with #93202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93202A; }
p { color: rgb(147,32,42); }
H1.HeaderClassName
{
color: #93202A;
}
.AnyTagClassName
{
color: #93202A;
}
</style>
background-color css
<style>
a { background-color: #93202A; }
a { background-color: rgb(147,32,42); }
div.DivClassName
{
background-color: #93202A;
}
.BgClassName
{
background-color: #93202A;
}
</style>
border-color css
<style>
span { border-color: #93202A; }
span { border-color: rgb(147,32,42); }
td.TdClassName
{
border-color: #93202A;
}
.TagClassName
{
border-color: #93202A;
}
</style>