Shades of Bright Red #94263D
Tints of Bright Red #94263D
RGB
CMYK
RGB Variations
Color information
#94263D (or 0x94263D) is known color: Bright Red. HEX triplet: 94, 26 and 3D. RGB value is (148,38,61). Sum of RGB (Red+Green+Blue) = 148+38+61=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #94263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94263D is #6BD9C2. Grayscale: #494949. Windows color (decimal): -7068099 or 4007572. OLE color: 4007572.
HSL color Cylindrical-coordinate representation of color #94263D: hue angle of 347.45º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94263D is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 38 | 61 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.42 |
| HSL | 347.45º | 0.59% | 0.36% | - |
| HSV(B) | 347.45º | 0.74% | 0.58% | - |
| XYZ | 13.75 | 8.02 | 5.24 | - |
| YUV | 73.51 | 120.94 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 61 | 0 | 0.74 | 0.59 | 0.42 | 347.45 | 0.59 | 0.36 |
| Hex | 94 | 26 | 3D | 0 | 4A | 3B | 2A | 15B | 3B | 24 |
| Octal | 224 | 46 | 75 | 0 | 112 | 73 | 52 | 533 | 73 | 44 |
| Binary | 10010100 | 100110 | 111101 | 0 | 1001010 | 111011 | 101010 | 101011011 | 111011 | 100100 |
Color Harmonies of #94263D
Complementary color
Monochromatic Colors of #94263D
Black with #94263D
Text Example
Text Example
White with #94263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94263D; }
p { color: rgb(148,38,61); }
H1.HeaderClassName
{
color: #94263D;
}
.AnyTagClassName
{
color: #94263D;
}
</style>
background-color css
<style>
a { background-color: #94263D; }
a { background-color: rgb(148,38,61); }
div.DivClassName
{
background-color: #94263D;
}
.BgClassName
{
background-color: #94263D;
}
</style>
border-color css
<style>
span { border-color: #94263D; }
span { border-color: rgb(148,38,61); }
td.TdClassName
{
border-color: #94263D;
}
.TagClassName
{
border-color: #94263D;
}
</style>