Shades of Bright Red #9E1C3C
Tints of Bright Red #9E1C3C
RGB
CMYK
RGB Variations
Color information
#9E1C3C (or 0x9E1C3C) is known color: Bright Red. HEX triplet: 9E, 1C and 3C. RGB value is (158,28,60). Sum of RGB (Red+Green+Blue) = 158+28+60=246 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.23% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1C3C is #61E3C3. Grayscale: #464646. Windows color (decimal): -6415300 or 3939486. OLE color: 3939486.
HSL color Cylindrical-coordinate representation of color #9E1C3C: hue angle of 345.23º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E1C3C is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 28 | 60 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.38 |
| HSL | 345.23º | 0.7% | 0.36% | - |
| HSV(B) | 345.23º | 0.82% | 0.62% | - |
| XYZ | 15.33 | 8.43 | 5.09 | - |
| YUV | 70.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 28 | 60 | 0 | 0.82 | 0.62 | 0.38 | 345.23 | 0.7 | 0.36 |
| Hex | 9E | 1C | 3C | 0 | 52 | 3E | 26 | 159 | 46 | 24 |
| Octal | 236 | 34 | 74 | 0 | 122 | 76 | 46 | 531 | 106 | 44 |
| Binary | 10011110 | 11100 | 111100 | 0 | 1010010 | 111110 | 100110 | 101011001 | 1000110 | 100100 |
Color Harmonies of #9E1C3C
Complementary color
Monochromatic Colors of #9E1C3C
Black with #9E1C3C
Text Example
Text Example
White with #9E1C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1C3C; }
p { color: rgb(158,28,60); }
H1.HeaderClassName
{
color: #9E1C3C;
}
.AnyTagClassName
{
color: #9E1C3C;
}
</style>
background-color css
<style>
a { background-color: #9E1C3C; }
a { background-color: rgb(158,28,60); }
div.DivClassName
{
background-color: #9E1C3C;
}
.BgClassName
{
background-color: #9E1C3C;
}
</style>
border-color css
<style>
span { border-color: #9E1C3C; }
span { border-color: rgb(158,28,60); }
td.TdClassName
{
border-color: #9E1C3C;
}
.TagClassName
{
border-color: #9E1C3C;
}
</style>