Shades of Bright Red #94283F
Tints of Bright Red #94283F
RGB
CMYK
RGB Variations
Color information
#94283F (or 0x94283F) is known color: Bright Red. HEX triplet: 94, 28 and 3F. RGB value is (148,40,63). Sum of RGB (Red+Green+Blue) = 148+40+63=251 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.96% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 148 - color contains mainly: red. Hex color #94283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94283F is #6BD7C0. Grayscale: #4A4A4A. Windows color (decimal): -7067585 or 4139156. OLE color: 4139156.
HSL color Cylindrical-coordinate representation of color #94283F: hue angle of 347.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94283F is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 40 | 63 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.42 |
| HSL | 347.22º | 0.57% | 0.37% | - |
| HSV(B) | 347.22º | 0.73% | 0.58% | - |
| XYZ | 13.87 | 8.17 | 5.55 | - |
| YUV | 74.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 40 | 63 | 0 | 0.73 | 0.57 | 0.42 | 347.22 | 0.57 | 0.37 |
| Hex | 94 | 28 | 3F | 0 | 49 | 39 | 2A | 15B | 39 | 25 |
| Octal | 224 | 50 | 77 | 0 | 111 | 71 | 52 | 533 | 71 | 45 |
| Binary | 10010100 | 101000 | 111111 | 0 | 1001001 | 111001 | 101010 | 101011011 | 111001 | 100101 |
Color Harmonies of #94283F
Complementary color
Monochromatic Colors of #94283F
Black with #94283F
Text Example
Text Example
White with #94283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94283F; }
p { color: rgb(148,40,63); }
H1.HeaderClassName
{
color: #94283F;
}
.AnyTagClassName
{
color: #94283F;
}
</style>
background-color css
<style>
a { background-color: #94283F; }
a { background-color: rgb(148,40,63); }
div.DivClassName
{
background-color: #94283F;
}
.BgClassName
{
background-color: #94283F;
}
</style>
border-color css
<style>
span { border-color: #94283F; }
span { border-color: rgb(148,40,63); }
td.TdClassName
{
border-color: #94283F;
}
.TagClassName
{
border-color: #94283F;
}
</style>