Shades of Bright Red #95213C
Tints of Bright Red #95213C
RGB
CMYK
RGB Variations
Color information
#95213C (or 0x95213C) is known color: Bright Red. HEX triplet: 95, 21 and 3C. RGB value is (149,33,60). Sum of RGB (Red+Green+Blue) = 149+33+60=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #95213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95213C is #6ADEC3. Grayscale: #464646. Windows color (decimal): -7003844 or 3940757. OLE color: 3940757.
HSL color Cylindrical-coordinate representation of color #95213C: hue angle of 346.03º 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 #95213C is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 33 | 60 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.42 |
| HSL | 346.03º | 0.64% | 0.36% | - |
| HSV(B) | 346.03º | 0.78% | 0.58% | - |
| XYZ | 13.75 | 7.8 | 5.06 | - |
| YUV | 70.76 | 121.93 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 60 | 0 | 0.78 | 0.60 | 0.42 | 346.03 | 0.64 | 0.36 |
| Hex | 95 | 21 | 3C | 0 | 4E | 3C | 2A | 15A | 40 | 24 |
| Octal | 225 | 41 | 74 | 0 | 116 | 74 | 52 | 532 | 100 | 44 |
| Binary | 10010101 | 100001 | 111100 | 0 | 1001110 | 111100 | 101010 | 101011010 | 1000000 | 100100 |
Color Harmonies of #95213C
Complementary color
Monochromatic Colors of #95213C
Black with #95213C
Text Example
Text Example
White with #95213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95213C; }
p { color: rgb(149,33,60); }
H1.HeaderClassName
{
color: #95213C;
}
.AnyTagClassName
{
color: #95213C;
}
</style>
background-color css
<style>
a { background-color: #95213C; }
a { background-color: rgb(149,33,60); }
div.DivClassName
{
background-color: #95213C;
}
.BgClassName
{
background-color: #95213C;
}
</style>
border-color css
<style>
span { border-color: #95213C; }
span { border-color: rgb(149,33,60); }
td.TdClassName
{
border-color: #95213C;
}
.TagClassName
{
border-color: #95213C;
}
</style>