Shades of Bright Red #94253C
Tints of Bright Red #94253C
RGB
CMYK
RGB Variations
Color information
#94253C (or 0x94253C) is known color: Bright Red. HEX triplet: 94, 25 and 3C. RGB value is (148,37,60). Sum of RGB (Red+Green+Blue) = 148+37+60=245 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.41% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 148 - color contains mainly: red. Hex color #94253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94253C is #6BDAC3. Grayscale: #484848. Windows color (decimal): -7068356 or 3941780. OLE color: 3941780.
HSL color Cylindrical-coordinate representation of color #94253C: hue angle of 347.57º 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 #94253C is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 37 | 60 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.42 |
| HSL | 347.57º | 0.6% | 0.36% | - |
| HSV(B) | 347.57º | 0.75% | 0.58% | - |
| XYZ | 13.69 | 7.95 | 5.09 | - |
| YUV | 72.81 | 120.77 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 37 | 60 | 0 | 0.75 | 0.59 | 0.42 | 347.57 | 0.6 | 0.36 |
| Hex | 94 | 25 | 3C | 0 | 4B | 3B | 2A | 15C | 3C | 24 |
| Octal | 224 | 45 | 74 | 0 | 113 | 73 | 52 | 534 | 74 | 44 |
| Binary | 10010100 | 100101 | 111100 | 0 | 1001011 | 111011 | 101010 | 101011100 | 111100 | 100100 |
Color Harmonies of #94253C
Complementary color
Monochromatic Colors of #94253C
Black with #94253C
Text Example
Text Example
White with #94253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94253C; }
p { color: rgb(148,37,60); }
H1.HeaderClassName
{
color: #94253C;
}
.AnyTagClassName
{
color: #94253C;
}
</style>
background-color css
<style>
a { background-color: #94253C; }
a { background-color: rgb(148,37,60); }
div.DivClassName
{
background-color: #94253C;
}
.BgClassName
{
background-color: #94253C;
}
</style>
border-color css
<style>
span { border-color: #94253C; }
span { border-color: rgb(148,37,60); }
td.TdClassName
{
border-color: #94253C;
}
.TagClassName
{
border-color: #94253C;
}
</style>