Shades of Bright Red #9B242F
Tints of Bright Red #9B242F
RGB
CMYK
RGB Variations
Color information
#9B242F (or 0x9B242F) is known color: Bright Red. HEX triplet: 9B, 24 and 2F. RGB value is (155,36,47). Sum of RGB (Red+Green+Blue) = 155+36+47=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B242F is #64DBD0. Grayscale: #484848. Windows color (decimal): -6609873 or 3089563. OLE color: 3089563.
HSL color Cylindrical-coordinate representation of color #9B242F: hue angle of 354.45º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B242F is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 36 | 47 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.39 |
| HSL | 354.45º | 0.62% | 0.37% | - |
| HSV(B) | 354.45º | 0.77% | 0.61% | - |
| XYZ | 14.66 | 8.44 | 3.54 | - |
| YUV | 72.84 | 113.42 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 47 | 0 | 0.77 | 0.70 | 0.39 | 354.45 | 0.62 | 0.37 |
| Hex | 9B | 24 | 2F | 0 | 4D | 46 | 27 | 162 | 3E | 25 |
| Octal | 233 | 44 | 57 | 0 | 115 | 106 | 47 | 542 | 76 | 45 |
| Binary | 10011011 | 100100 | 101111 | 0 | 1001101 | 1000110 | 100111 | 101100010 | 111110 | 100101 |
Color Harmonies of #9B242F
Complementary color
Monochromatic Colors of #9B242F
Black with #9B242F
Text Example
Text Example
White with #9B242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B242F; }
p { color: rgb(155,36,47); }
H1.HeaderClassName
{
color: #9B242F;
}
.AnyTagClassName
{
color: #9B242F;
}
</style>
background-color css
<style>
a { background-color: #9B242F; }
a { background-color: rgb(155,36,47); }
div.DivClassName
{
background-color: #9B242F;
}
.BgClassName
{
background-color: #9B242F;
}
</style>
border-color css
<style>
span { border-color: #9B242F; }
span { border-color: rgb(155,36,47); }
td.TdClassName
{
border-color: #9B242F;
}
.TagClassName
{
border-color: #9B242F;
}
</style>