Shades of Bright Red #942A2F
Tints of Bright Red #942A2F
RGB
CMYK
RGB Variations
Color information
#942A2F (or 0x942A2F) is known color: Bright Red. HEX triplet: 94, 2A and 2F. RGB value is (148,42,47). Sum of RGB (Red+Green+Blue) = 148+42+47=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #942A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942A2F is #6BD5D0. Grayscale: #4A4A4A. Windows color (decimal): -7067089 or 3091092. OLE color: 3091092.
HSL color Cylindrical-coordinate representation of color #942A2F: hue angle of 357.17º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #942A2F is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 42 | 47 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.42 |
| HSL | 357.17º | 0.56% | 0.37% | - |
| HSV(B) | 357.17º | 0.72% | 0.58% | - |
| XYZ | 13.55 | 8.16 | 3.55 | - |
| YUV | 74.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 47 | 0 | 0.72 | 0.68 | 0.42 | 357.17 | 0.56 | 0.37 |
| Hex | 94 | 2A | 2F | 0 | 48 | 44 | 2A | 165 | 38 | 25 |
| Octal | 224 | 52 | 57 | 0 | 110 | 104 | 52 | 545 | 70 | 45 |
| Binary | 10010100 | 101010 | 101111 | 0 | 1001000 | 1000100 | 101010 | 101100101 | 111000 | 100101 |
Color Harmonies of #942A2F
Complementary color
Monochromatic Colors of #942A2F
Black with #942A2F
Text Example
Text Example
White with #942A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942A2F; }
p { color: rgb(148,42,47); }
H1.HeaderClassName
{
color: #942A2F;
}
.AnyTagClassName
{
color: #942A2F;
}
</style>
background-color css
<style>
a { background-color: #942A2F; }
a { background-color: rgb(148,42,47); }
div.DivClassName
{
background-color: #942A2F;
}
.BgClassName
{
background-color: #942A2F;
}
</style>
border-color css
<style>
span { border-color: #942A2F; }
span { border-color: rgb(148,42,47); }
td.TdClassName
{
border-color: #942A2F;
}
.TagClassName
{
border-color: #942A2F;
}
</style>