Shades of Bright Red #95212F
Tints of Bright Red #95212F
RGB
CMYK
RGB Variations
Color information
#95212F (or 0x95212F) is known color: Bright Red. HEX triplet: 95, 21 and 2F. RGB value is (149,33,47). Sum of RGB (Red+Green+Blue) = 149+33+47=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #95212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95212F is #6ADED0. Grayscale: #454545. Windows color (decimal): -7003857 or 3088789. OLE color: 3088789.
HSL color Cylindrical-coordinate representation of color #95212F: hue angle of 352.76º 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 #95212F is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 47 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.42 |
| HSL | 352.76º | 0.64% | 0.36% | - |
| HSV(B) | 352.76º | 0.78% | 0.58% | - |
| XYZ | 13.45 | 7.68 | 3.46 | - |
| YUV | 69.28 | 115.43 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 47 | 0 | 0.78 | 0.68 | 0.42 | 352.76 | 0.64 | 0.36 |
| Hex | 95 | 21 | 2F | 0 | 4E | 44 | 2A | 161 | 40 | 24 |
| Octal | 225 | 41 | 57 | 0 | 116 | 104 | 52 | 541 | 100 | 44 |
| Binary | 10010101 | 100001 | 101111 | 0 | 1001110 | 1000100 | 101010 | 101100001 | 1000000 | 100100 |
Color Harmonies of #95212F
Complementary color
Monochromatic Colors of #95212F
Black with #95212F
Text Example
Text Example
White with #95212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95212F; }
p { color: rgb(149,33,47); }
H1.HeaderClassName
{
color: #95212F;
}
.AnyTagClassName
{
color: #95212F;
}
</style>
background-color css
<style>
a { background-color: #95212F; }
a { background-color: rgb(149,33,47); }
div.DivClassName
{
background-color: #95212F;
}
.BgClassName
{
background-color: #95212F;
}
</style>
border-color css
<style>
span { border-color: #95212F; }
span { border-color: rgb(149,33,47); }
td.TdClassName
{
border-color: #95212F;
}
.TagClassName
{
border-color: #95212F;
}
</style>