Shades of Bright Red #9B252D
Tints of Bright Red #9B252D
RGB
CMYK
RGB Variations
Color information
#9B252D (or 0x9B252D) is known color: Bright Red. HEX triplet: 9B, 25 and 2D. RGB value is (155,37,45). Sum of RGB (Red+Green+Blue) = 155+37+45=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B252D is #64DAD2. Grayscale: #494949. Windows color (decimal): -6609619 or 2958747. OLE color: 2958747.
HSL color Cylindrical-coordinate representation of color #9B252D: hue angle of 355.93º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B252D is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 45 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.39 |
| HSL | 355.93º | 0.61% | 0.38% | - |
| HSV(B) | 355.93º | 0.76% | 0.61% | - |
| XYZ | 14.65 | 8.48 | 3.35 | - |
| YUV | 73.19 | 112.09 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 45 | 0 | 0.76 | 0.71 | 0.39 | 355.93 | 0.61 | 0.38 |
| Hex | 9B | 25 | 2D | 0 | 4C | 47 | 27 | 164 | 3D | 26 |
| Octal | 233 | 45 | 55 | 0 | 114 | 107 | 47 | 544 | 75 | 46 |
| Binary | 10011011 | 100101 | 101101 | 0 | 1001100 | 1000111 | 100111 | 101100100 | 111101 | 100110 |
Color Harmonies of #9B252D
Complementary color
Monochromatic Colors of #9B252D
Black with #9B252D
Text Example
Text Example
White with #9B252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B252D; }
p { color: rgb(155,37,45); }
H1.HeaderClassName
{
color: #9B252D;
}
.AnyTagClassName
{
color: #9B252D;
}
</style>
background-color css
<style>
a { background-color: #9B252D; }
a { background-color: rgb(155,37,45); }
div.DivClassName
{
background-color: #9B252D;
}
.BgClassName
{
background-color: #9B252D;
}
</style>
border-color css
<style>
span { border-color: #9B252D; }
span { border-color: rgb(155,37,45); }
td.TdClassName
{
border-color: #9B252D;
}
.TagClassName
{
border-color: #9B252D;
}
</style>