Shades of Bright Red #95242A
Tints of Bright Red #95242A
RGB
CMYK
RGB Variations
Color information
#95242A (or 0x95242A) is known color: Bright Red. HEX triplet: 95, 24 and 2A. RGB value is (149,36,42). Sum of RGB (Red+Green+Blue) = 149+36+42=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #95242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95242A is #6ADBD5. Grayscale: #464646. Windows color (decimal): -7003094 or 2761877. OLE color: 2761877.
HSL color Cylindrical-coordinate representation of color #95242A: hue angle of 356.81º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95242A is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 36 | 42 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.42 |
| HSL | 356.81º | 0.61% | 0.36% | - |
| HSV(B) | 356.81º | 0.76% | 0.58% | - |
| XYZ | 13.44 | 7.82 | 2.99 | - |
| YUV | 70.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 36 | 42 | 0 | 0.76 | 0.72 | 0.42 | 356.81 | 0.61 | 0.36 |
| Hex | 95 | 24 | 2A | 0 | 4C | 48 | 2A | 165 | 3D | 24 |
| Octal | 225 | 44 | 52 | 0 | 114 | 110 | 52 | 545 | 75 | 44 |
| Binary | 10010101 | 100100 | 101010 | 0 | 1001100 | 1001000 | 101010 | 101100101 | 111101 | 100100 |
Color Harmonies of #95242A
Complementary color
Monochromatic Colors of #95242A
Black with #95242A
Text Example
Text Example
White with #95242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95242A; }
p { color: rgb(149,36,42); }
H1.HeaderClassName
{
color: #95242A;
}
.AnyTagClassName
{
color: #95242A;
}
</style>
background-color css
<style>
a { background-color: #95242A; }
a { background-color: rgb(149,36,42); }
div.DivClassName
{
background-color: #95242A;
}
.BgClassName
{
background-color: #95242A;
}
</style>
border-color css
<style>
span { border-color: #95242A; }
span { border-color: rgb(149,36,42); }
td.TdClassName
{
border-color: #95242A;
}
.TagClassName
{
border-color: #95242A;
}
</style>