Shades of Bright Red #93253F
Tints of Bright Red #93253F
RGB
CMYK
RGB Variations
Color information
#93253F (or 0x93253F) is known color: Bright Red. HEX triplet: 93, 25 and 3F. RGB value is (147,37,63). Sum of RGB (Red+Green+Blue) = 147+37+63=247 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.51% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 147 - color contains mainly: red. Hex color #93253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93253F is #6CDAC0. Grayscale: #484848. Windows color (decimal): -7133889 or 4138387. OLE color: 4138387.
HSL color Cylindrical-coordinate representation of color #93253F: hue angle of 345.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #93253F is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 37 | 63 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.42 |
| HSL | 345.82º | 0.6% | 0.36% | - |
| HSV(B) | 345.82º | 0.75% | 0.58% | - |
| XYZ | 13.59 | 7.89 | 5.51 | - |
| YUV | 72.85 | 122.44 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 37 | 63 | 0 | 0.75 | 0.57 | 0.42 | 345.82 | 0.6 | 0.36 |
| Hex | 93 | 25 | 3F | 0 | 4B | 39 | 2A | 15A | 3C | 24 |
| Octal | 223 | 45 | 77 | 0 | 113 | 71 | 52 | 532 | 74 | 44 |
| Binary | 10010011 | 100101 | 111111 | 0 | 1001011 | 111001 | 101010 | 101011010 | 111100 | 100100 |
Color Harmonies of #93253F
Complementary color
Monochromatic Colors of #93253F
Black with #93253F
Text Example
Text Example
White with #93253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93253F; }
p { color: rgb(147,37,63); }
H1.HeaderClassName
{
color: #93253F;
}
.AnyTagClassName
{
color: #93253F;
}
</style>
background-color css
<style>
a { background-color: #93253F; }
a { background-color: rgb(147,37,63); }
div.DivClassName
{
background-color: #93253F;
}
.BgClassName
{
background-color: #93253F;
}
</style>
border-color css
<style>
span { border-color: #93253F; }
span { border-color: rgb(147,37,63); }
td.TdClassName
{
border-color: #93253F;
}
.TagClassName
{
border-color: #93253F;
}
</style>