Shades of Bright Red #95253C
Tints of Bright Red #95253C
RGB
CMYK
RGB Variations
Color information
#95253C (or 0x95253C) is known color: Bright Red. HEX triplet: 95, 25 and 3C. RGB value is (149,37,60). Sum of RGB (Red+Green+Blue) = 149+37+60=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #95253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95253C is #6ADAC3. Grayscale: #494949. Windows color (decimal): -7002820 or 3941781. OLE color: 3941781.
HSL color Cylindrical-coordinate representation of color #95253C: hue angle of 347.68º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95253C is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 37 | 60 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.42 |
| HSL | 347.68º | 0.6% | 0.36% | - |
| HSV(B) | 347.68º | 0.75% | 0.58% | - |
| XYZ | 13.87 | 8.04 | 5.1 | - |
| YUV | 73.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 60 | 0 | 0.75 | 0.60 | 0.42 | 347.68 | 0.6 | 0.36 |
| Hex | 95 | 25 | 3C | 0 | 4B | 3C | 2A | 15C | 3C | 24 |
| Octal | 225 | 45 | 74 | 0 | 113 | 74 | 52 | 534 | 74 | 44 |
| Binary | 10010101 | 100101 | 111100 | 0 | 1001011 | 111100 | 101010 | 101011100 | 111100 | 100100 |
Color Harmonies of #95253C
Complementary color
Monochromatic Colors of #95253C
Black with #95253C
Text Example
Text Example
White with #95253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95253C; }
p { color: rgb(149,37,60); }
H1.HeaderClassName
{
color: #95253C;
}
.AnyTagClassName
{
color: #95253C;
}
</style>
background-color css
<style>
a { background-color: #95253C; }
a { background-color: rgb(149,37,60); }
div.DivClassName
{
background-color: #95253C;
}
.BgClassName
{
background-color: #95253C;
}
</style>
border-color css
<style>
span { border-color: #95253C; }
span { border-color: rgb(149,37,60); }
td.TdClassName
{
border-color: #95253C;
}
.TagClassName
{
border-color: #95253C;
}
</style>