Shades of Bright Red #95212A
Tints of Bright Red #95212A
RGB
CMYK
RGB Variations
Color information
#95212A (or 0x95212A) is known color: Bright Red. HEX triplet: 95, 21 and 2A. RGB value is (149,33,42). Sum of RGB (Red+Green+Blue) = 149+33+42=224 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.52% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 149 - color contains mainly: red. Hex color #95212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95212A is #6ADED5. Grayscale: #444444. Windows color (decimal): -7003862 or 2761109. OLE color: 2761109.
HSL color Cylindrical-coordinate representation of color #95212A: hue angle of 355.34º 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 #95212A is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 42 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.42 |
| HSL | 355.34º | 0.64% | 0.36% | - |
| HSV(B) | 355.34º | 0.78% | 0.58% | - |
| XYZ | 13.36 | 7.64 | 2.96 | - |
| YUV | 68.71 | 112.93 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 42 | 0 | 0.78 | 0.72 | 0.42 | 355.34 | 0.64 | 0.36 |
| Hex | 95 | 21 | 2A | 0 | 4E | 48 | 2A | 163 | 40 | 24 |
| Octal | 225 | 41 | 52 | 0 | 116 | 110 | 52 | 543 | 100 | 44 |
| Binary | 10010101 | 100001 | 101010 | 0 | 1001110 | 1001000 | 101010 | 101100011 | 1000000 | 100100 |
Color Harmonies of #95212A
Complementary color
Monochromatic Colors of #95212A
Black with #95212A
Text Example
Text Example
White with #95212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95212A; }
p { color: rgb(149,33,42); }
H1.HeaderClassName
{
color: #95212A;
}
.AnyTagClassName
{
color: #95212A;
}
</style>
background-color css
<style>
a { background-color: #95212A; }
a { background-color: rgb(149,33,42); }
div.DivClassName
{
background-color: #95212A;
}
.BgClassName
{
background-color: #95212A;
}
</style>
border-color css
<style>
span { border-color: #95212A; }
span { border-color: rgb(149,33,42); }
td.TdClassName
{
border-color: #95212A;
}
.TagClassName
{
border-color: #95212A;
}
</style>