Shades of Bright Red #94273D
Tints of Bright Red #94273D
RGB
CMYK
RGB Variations
Color information
#94273D (or 0x94273D) is known color: Bright Red. HEX triplet: 94, 27 and 3D. RGB value is (148,39,61). Sum of RGB (Red+Green+Blue) = 148+39+61=248 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.68% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 148 - color contains mainly: red. Hex color #94273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94273D is #6BD8C2. Grayscale: #4A4A4A. Windows color (decimal): -7067843 or 4007828. OLE color: 4007828.
HSL color Cylindrical-coordinate representation of color #94273D: hue angle of 347.89º 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 #94273D is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 39 | 61 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.42 |
| HSL | 347.89º | 0.58% | 0.37% | - |
| HSV(B) | 347.89º | 0.74% | 0.58% | - |
| XYZ | 13.78 | 8.08 | 5.25 | - |
| YUV | 74.1 | 120.61 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 39 | 61 | 0 | 0.74 | 0.59 | 0.42 | 347.89 | 0.58 | 0.37 |
| Hex | 94 | 27 | 3D | 0 | 4A | 3B | 2A | 15C | 3A | 25 |
| Octal | 224 | 47 | 75 | 0 | 112 | 73 | 52 | 534 | 72 | 45 |
| Binary | 10010100 | 100111 | 111101 | 0 | 1001010 | 111011 | 101010 | 101011100 | 111010 | 100101 |
Color Harmonies of #94273D
Complementary color
Monochromatic Colors of #94273D
Black with #94273D
Text Example
Text Example
White with #94273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94273D; }
p { color: rgb(148,39,61); }
H1.HeaderClassName
{
color: #94273D;
}
.AnyTagClassName
{
color: #94273D;
}
</style>
background-color css
<style>
a { background-color: #94273D; }
a { background-color: rgb(148,39,61); }
div.DivClassName
{
background-color: #94273D;
}
.BgClassName
{
background-color: #94273D;
}
</style>
border-color css
<style>
span { border-color: #94273D; }
span { border-color: rgb(148,39,61); }
td.TdClassName
{
border-color: #94273D;
}
.TagClassName
{
border-color: #94273D;
}
</style>