Shades of Bright Red #94233C
Tints of Bright Red #94233C
RGB
CMYK
RGB Variations
Color information
#94233C (or 0x94233C) is known color: Bright Red. HEX triplet: 94, 23 and 3C. RGB value is (148,35,60). Sum of RGB (Red+Green+Blue) = 148+35+60=243 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.91% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 148 - color contains mainly: red. Hex color #94233C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94233C is #6BDCC3. Grayscale: #474747. Windows color (decimal): -7068868 or 3941268. OLE color: 3941268.
HSL color Cylindrical-coordinate representation of color #94233C: hue angle of 346.73º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94233C is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 35 | 60 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.42 |
| HSL | 346.73º | 0.62% | 0.36% | - |
| HSV(B) | 346.73º | 0.76% | 0.58% | - |
| XYZ | 13.63 | 7.82 | 5.07 | - |
| YUV | 71.64 | 121.44 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 60 | 0 | 0.76 | 0.59 | 0.42 | 346.73 | 0.62 | 0.36 |
| Hex | 94 | 23 | 3C | 0 | 4C | 3B | 2A | 15B | 3E | 24 |
| Octal | 224 | 43 | 74 | 0 | 114 | 73 | 52 | 533 | 76 | 44 |
| Binary | 10010100 | 100011 | 111100 | 0 | 1001100 | 111011 | 101010 | 101011011 | 111110 | 100100 |
Color Harmonies of #94233C
Complementary color
Monochromatic Colors of #94233C
Black with #94233C
Text Example
Text Example
White with #94233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94233C; }
p { color: rgb(148,35,60); }
H1.HeaderClassName
{
color: #94233C;
}
.AnyTagClassName
{
color: #94233C;
}
</style>
background-color css
<style>
a { background-color: #94233C; }
a { background-color: rgb(148,35,60); }
div.DivClassName
{
background-color: #94233C;
}
.BgClassName
{
background-color: #94233C;
}
</style>
border-color css
<style>
span { border-color: #94233C; }
span { border-color: rgb(148,35,60); }
td.TdClassName
{
border-color: #94233C;
}
.TagClassName
{
border-color: #94233C;
}
</style>