Shades of Bright Red #95232C
Tints of Bright Red #95232C
RGB
CMYK
RGB Variations
Color information
#95232C (or 0x95232C) is known color: Bright Red. HEX triplet: 95, 23 and 2C. RGB value is (149,35,44). Sum of RGB (Red+Green+Blue) = 149+35+44=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #95232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95232C is #6ADCD3. Grayscale: #464646. Windows color (decimal): -7003348 or 2892693. OLE color: 2892693.
HSL color Cylindrical-coordinate representation of color #95232C: hue angle of 355.26º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #95232C is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 44 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.42 |
| HSL | 355.26º | 0.62% | 0.36% | - |
| HSV(B) | 355.26º | 0.77% | 0.58% | - |
| XYZ | 13.45 | 7.77 | 3.17 | - |
| YUV | 70.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 44 | 0 | 0.77 | 0.70 | 0.42 | 355.26 | 0.62 | 0.36 |
| Hex | 95 | 23 | 2C | 0 | 4D | 46 | 2A | 163 | 3E | 24 |
| Octal | 225 | 43 | 54 | 0 | 115 | 106 | 52 | 543 | 76 | 44 |
| Binary | 10010101 | 100011 | 101100 | 0 | 1001101 | 1000110 | 101010 | 101100011 | 111110 | 100100 |
Color Harmonies of #95232C
Complementary color
Monochromatic Colors of #95232C
Black with #95232C
Text Example
Text Example
White with #95232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95232C; }
p { color: rgb(149,35,44); }
H1.HeaderClassName
{
color: #95232C;
}
.AnyTagClassName
{
color: #95232C;
}
</style>
background-color css
<style>
a { background-color: #95232C; }
a { background-color: rgb(149,35,44); }
div.DivClassName
{
background-color: #95232C;
}
.BgClassName
{
background-color: #95232C;
}
</style>
border-color css
<style>
span { border-color: #95232C; }
span { border-color: rgb(149,35,44); }
td.TdClassName
{
border-color: #95232C;
}
.TagClassName
{
border-color: #95232C;
}
</style>