Shades of Bright Red #94273F
Tints of Bright Red #94273F
RGB
CMYK
RGB Variations
Color information
#94273F (or 0x94273F) is known color: Bright Red. HEX triplet: 94, 27 and 3F. RGB value is (148,39,63). Sum of RGB (Red+Green+Blue) = 148+39+63=250 (33% of max value = 765). Red value is 148 (58.20% from 255 or 59.2% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 148 - color contains mainly: red. Hex color #94273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94273F is #6BD8C0. Grayscale: #4A4A4A. Windows color (decimal): -7067841 or 4138900. OLE color: 4138900.
HSL color Cylindrical-coordinate representation of color #94273F: hue angle of 346.79º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94273F is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 39 | 63 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.42 |
| HSL | 346.79º | 0.58% | 0.37% | - |
| HSV(B) | 346.79º | 0.74% | 0.58% | - |
| XYZ | 13.84 | 8.11 | 5.54 | - |
| YUV | 74.33 | 121.61 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 39 | 63 | 0 | 0.74 | 0.57 | 0.42 | 346.79 | 0.58 | 0.37 |
| Hex | 94 | 27 | 3F | 0 | 4A | 39 | 2A | 15B | 3A | 25 |
| Octal | 224 | 47 | 77 | 0 | 112 | 71 | 52 | 533 | 72 | 45 |
| Binary | 10010100 | 100111 | 111111 | 0 | 1001010 | 111001 | 101010 | 101011011 | 111010 | 100101 |
Color Harmonies of #94273F
Complementary color
Monochromatic Colors of #94273F
Black with #94273F
Text Example
Text Example
White with #94273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94273F; }
p { color: rgb(148,39,63); }
H1.HeaderClassName
{
color: #94273F;
}
.AnyTagClassName
{
color: #94273F;
}
</style>
background-color css
<style>
a { background-color: #94273F; }
a { background-color: rgb(148,39,63); }
div.DivClassName
{
background-color: #94273F;
}
.BgClassName
{
background-color: #94273F;
}
</style>
border-color css
<style>
span { border-color: #94273F; }
span { border-color: rgb(148,39,63); }
td.TdClassName
{
border-color: #94273F;
}
.TagClassName
{
border-color: #94273F;
}
</style>