Shades of Bright Red #95153C
Tints of Bright Red #95153C
RGB
CMYK
RGB Variations
Color information
#95153C (or 0x95153C) is known color: Bright Red. HEX triplet: 95, 15 and 3C. RGB value is (149,21,60). Sum of RGB (Red+Green+Blue) = 149+21+60=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #95153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95153C is #6AEAC3. Grayscale: #3F3F3F. Windows color (decimal): -7006916 or 3937685. OLE color: 3937685.
HSL color Cylindrical-coordinate representation of color #95153C: hue angle of 341.72º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #95153C is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 21 | 60 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.42 |
| HSL | 341.72º | 0.75% | 0.33% | - |
| HSV(B) | 341.72º | 0.86% | 0.58% | - |
| XYZ | 13.48 | 7.25 | 4.96 | - |
| YUV | 63.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 21 | 60 | 0 | 0.86 | 0.60 | 0.42 | 341.72 | 0.75 | 0.33 |
| Hex | 95 | 15 | 3C | 0 | 56 | 3C | 2A | 156 | 4B | 21 |
| Octal | 225 | 25 | 74 | 0 | 126 | 74 | 52 | 526 | 113 | 41 |
| Binary | 10010101 | 10101 | 111100 | 0 | 1010110 | 111100 | 101010 | 101010110 | 1001011 | 100001 |
Color Harmonies of #95153C
Complementary color
Monochromatic Colors of #95153C
Black with #95153C
Text Example
Text Example
White with #95153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95153C; }
p { color: rgb(149,21,60); }
H1.HeaderClassName
{
color: #95153C;
}
.AnyTagClassName
{
color: #95153C;
}
</style>
background-color css
<style>
a { background-color: #95153C; }
a { background-color: rgb(149,21,60); }
div.DivClassName
{
background-color: #95153C;
}
.BgClassName
{
background-color: #95153C;
}
</style>
border-color css
<style>
span { border-color: #95153C; }
span { border-color: rgb(149,21,60); }
td.TdClassName
{
border-color: #95153C;
}
.TagClassName
{
border-color: #95153C;
}
</style>