Shades of Bright Red #8D242F
Tints of Bright Red #8D242F
RGB
CMYK
RGB Variations
Color information
#8D242F (or 0x8D242F) is known color: Bright Red. HEX triplet: 8D, 24 and 2F. RGB value is (141,36,47). Sum of RGB (Red+Green+Blue) = 141+36+47=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D242F is #72DBD0. Grayscale: #444444. Windows color (decimal): -7527377 or 3089549. OLE color: 3089549.
HSL color Cylindrical-coordinate representation of color #8D242F: hue angle of 353.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D242F is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 47 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.45 |
| HSL | 353.71º | 0.59% | 0.35% | - |
| HSV(B) | 353.71º | 0.74% | 0.55% | - |
| XYZ | 12.13 | 7.13 | 3.43 | - |
| YUV | 68.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 47 | 0 | 0.74 | 0.67 | 0.45 | 353.71 | 0.59 | 0.35 |
| Hex | 8D | 24 | 2F | 0 | 4A | 43 | 2D | 162 | 3B | 23 |
| Octal | 215 | 44 | 57 | 0 | 112 | 103 | 55 | 542 | 73 | 43 |
| Binary | 10001101 | 100100 | 101111 | 0 | 1001010 | 1000011 | 101101 | 101100010 | 111011 | 100011 |
Color Harmonies of #8D242F
Complementary color
Monochromatic Colors of #8D242F
Black with #8D242F
Text Example
Text Example
White with #8D242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D242F; }
p { color: rgb(141,36,47); }
H1.HeaderClassName
{
color: #8D242F;
}
.AnyTagClassName
{
color: #8D242F;
}
</style>
background-color css
<style>
a { background-color: #8D242F; }
a { background-color: rgb(141,36,47); }
div.DivClassName
{
background-color: #8D242F;
}
.BgClassName
{
background-color: #8D242F;
}
</style>
border-color css
<style>
span { border-color: #8D242F; }
span { border-color: rgb(141,36,47); }
td.TdClassName
{
border-color: #8D242F;
}
.TagClassName
{
border-color: #8D242F;
}
</style>