Shades of Bright Red #95212C
Tints of Bright Red #95212C
RGB
CMYK
RGB Variations
Color information
#95212C (or 0x95212C) is known color: Bright Red. HEX triplet: 95, 21 and 2C. RGB value is (149,33,44). Sum of RGB (Red+Green+Blue) = 149+33+44=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #95212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95212C is #6ADED3. Grayscale: #454545. Windows color (decimal): -7003860 or 2892181. OLE color: 2892181.
HSL color Cylindrical-coordinate representation of color #95212C: hue angle of 354.31º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #95212C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 44 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.42 |
| HSL | 354.31º | 0.64% | 0.36% | - |
| HSV(B) | 354.31º | 0.78% | 0.58% | - |
| XYZ | 13.39 | 7.66 | 3.16 | - |
| YUV | 68.94 | 113.93 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 44 | 0 | 0.78 | 0.70 | 0.42 | 354.31 | 0.64 | 0.36 |
| Hex | 95 | 21 | 2C | 0 | 4E | 46 | 2A | 162 | 40 | 24 |
| Octal | 225 | 41 | 54 | 0 | 116 | 106 | 52 | 542 | 100 | 44 |
| Binary | 10010101 | 100001 | 101100 | 0 | 1001110 | 1000110 | 101010 | 101100010 | 1000000 | 100100 |
Color Harmonies of #95212C
Complementary color
Monochromatic Colors of #95212C
Black with #95212C
Text Example
Text Example
White with #95212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95212C; }
p { color: rgb(149,33,44); }
H1.HeaderClassName
{
color: #95212C;
}
.AnyTagClassName
{
color: #95212C;
}
</style>
background-color css
<style>
a { background-color: #95212C; }
a { background-color: rgb(149,33,44); }
div.DivClassName
{
background-color: #95212C;
}
.BgClassName
{
background-color: #95212C;
}
</style>
border-color css
<style>
span { border-color: #95212C; }
span { border-color: rgb(149,33,44); }
td.TdClassName
{
border-color: #95212C;
}
.TagClassName
{
border-color: #95212C;
}
</style>