Shades of Bright Red #942F3A
Tints of Bright Red #942F3A
RGB
CMYK
RGB Variations
Color information
#942F3A (or 0x942F3A) is known color: Bright Red. HEX triplet: 94, 2F and 3A. RGB value is (148,47,58). Sum of RGB (Red+Green+Blue) = 148+47+58=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 47 (18.75% from 255 or 18.58% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #942F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942F3A is #6BD0C5. Grayscale: #4E4E4E. Windows color (decimal): -7065798 or 3813268. OLE color: 3813268.
HSL color Cylindrical-coordinate representation of color #942F3A: hue angle of 353.47º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #942F3A is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 47 | 58 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.42 |
| HSL | 353.47º | 0.52% | 0.38% | - |
| HSV(B) | 353.47º | 0.68% | 0.58% | - |
| XYZ | 13.99 | 8.63 | 4.93 | - |
| YUV | 78.45 | 116.46 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 58 | 0 | 0.68 | 0.61 | 0.42 | 353.47 | 0.52 | 0.38 |
| Hex | 94 | 2F | 3A | 0 | 44 | 3D | 2A | 161 | 34 | 26 |
| Octal | 224 | 57 | 72 | 0 | 104 | 75 | 52 | 541 | 64 | 46 |
| Binary | 10010100 | 101111 | 111010 | 0 | 1000100 | 111101 | 101010 | 101100001 | 110100 | 100110 |
Color Harmonies of #942F3A
Complementary color
Monochromatic Colors of #942F3A
Black with #942F3A
Text Example
Text Example
White with #942F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942F3A; }
p { color: rgb(148,47,58); }
H1.HeaderClassName
{
color: #942F3A;
}
.AnyTagClassName
{
color: #942F3A;
}
</style>
background-color css
<style>
a { background-color: #942F3A; }
a { background-color: rgb(148,47,58); }
div.DivClassName
{
background-color: #942F3A;
}
.BgClassName
{
background-color: #942F3A;
}
</style>
border-color css
<style>
span { border-color: #942F3A; }
span { border-color: rgb(148,47,58); }
td.TdClassName
{
border-color: #942F3A;
}
.TagClassName
{
border-color: #942F3A;
}
</style>