Shades of Bright Red #9A1C1F
Tints of Bright Red #9A1C1F
RGB
CMYK
RGB Variations
Color information
#9A1C1F (or 0x9A1C1F) is known color: Bright Red. HEX triplet: 9A, 1C and 1F. RGB value is (154,28,31). Sum of RGB (Red+Green+Blue) = 154+28+31=213 (28% of max value = 765). Red value is 154 (60.55% from 255 or 72.30% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A1C1F is #65E3E0. Grayscale: #424242. Windows color (decimal): -6677473 or 2038938. OLE color: 2038938.
HSL color Cylindrical-coordinate representation of color #9A1C1F: hue angle of 358.57º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A1C1F is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 28 | 31 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.40 |
| HSL | 358.57º | 0.69% | 0.36% | - |
| HSV(B) | 358.57º | 0.82% | 0.6% | - |
| XYZ | 13.99 | 7.8 | 2.06 | - |
| YUV | 66.02 | 108.24 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 28 | 31 | 0 | 0.82 | 0.80 | 0.40 | 358.57 | 0.69 | 0.36 |
| Hex | 9A | 1C | 1F | 0 | 52 | 50 | 28 | 167 | 45 | 24 |
| Octal | 232 | 34 | 37 | 0 | 122 | 120 | 50 | 547 | 105 | 44 |
| Binary | 10011010 | 11100 | 11111 | 0 | 1010010 | 1010000 | 101000 | 101100111 | 1000101 | 100100 |
Color Harmonies of #9A1C1F
Complementary color
Monochromatic Colors of #9A1C1F
Black with #9A1C1F
Text Example
Text Example
White with #9A1C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1C1F; }
p { color: rgb(154,28,31); }
H1.HeaderClassName
{
color: #9A1C1F;
}
.AnyTagClassName
{
color: #9A1C1F;
}
</style>
background-color css
<style>
a { background-color: #9A1C1F; }
a { background-color: rgb(154,28,31); }
div.DivClassName
{
background-color: #9A1C1F;
}
.BgClassName
{
background-color: #9A1C1F;
}
</style>
border-color css
<style>
span { border-color: #9A1C1F; }
span { border-color: rgb(154,28,31); }
td.TdClassName
{
border-color: #9A1C1F;
}
.TagClassName
{
border-color: #9A1C1F;
}
</style>