Shades of Bright Red #93253D
Tints of Bright Red #93253D
RGB
CMYK
RGB Variations
Color information
#93253D (or 0x93253D) is known color: Bright Red. HEX triplet: 93, 25 and 3D. RGB value is (147,37,61). Sum of RGB (Red+Green+Blue) = 147+37+61=245 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 147 - color contains mainly: red. Hex color #93253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93253D is #6CDAC2. Grayscale: #484848. Windows color (decimal): -7133891 or 4007315. OLE color: 4007315.
HSL color Cylindrical-coordinate representation of color #93253D: hue angle of 346.91º 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 #93253D is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 37 | 61 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.42 |
| HSL | 346.91º | 0.6% | 0.36% | - |
| HSV(B) | 346.91º | 0.75% | 0.58% | - |
| XYZ | 13.54 | 7.86 | 5.22 | - |
| YUV | 72.63 | 121.44 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 37 | 61 | 0 | 0.75 | 0.59 | 0.42 | 346.91 | 0.6 | 0.36 |
| Hex | 93 | 25 | 3D | 0 | 4B | 3B | 2A | 15B | 3C | 24 |
| Octal | 223 | 45 | 75 | 0 | 113 | 73 | 52 | 533 | 74 | 44 |
| Binary | 10010011 | 100101 | 111101 | 0 | 1001011 | 111011 | 101010 | 101011011 | 111100 | 100100 |
Color Harmonies of #93253D
Complementary color
Monochromatic Colors of #93253D
Black with #93253D
Text Example
Text Example
White with #93253D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93253D; }
p { color: rgb(147,37,61); }
H1.HeaderClassName
{
color: #93253D;
}
.AnyTagClassName
{
color: #93253D;
}
</style>
background-color css
<style>
a { background-color: #93253D; }
a { background-color: rgb(147,37,61); }
div.DivClassName
{
background-color: #93253D;
}
.BgClassName
{
background-color: #93253D;
}
</style>
border-color css
<style>
span { border-color: #93253D; }
span { border-color: rgb(147,37,61); }
td.TdClassName
{
border-color: #93253D;
}
.TagClassName
{
border-color: #93253D;
}
</style>