Shades of Bright Red #9A1333
Tints of Bright Red #9A1333
RGB
CMYK
RGB Variations
Color information
#9A1333 (or 0x9A1333) is known color: Bright Red. HEX triplet: 9A, 13 and 33. RGB value is (154,19,51). Sum of RGB (Red+Green+Blue) = 154+19+51=224 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.75% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1333 is #65ECCC. Grayscale: #3F3F3F. Windows color (decimal): -6679757 or 3347354. OLE color: 3347354.
HSL color Cylindrical-coordinate representation of color #9A1333: hue angle of 345.78º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1333 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 51 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.40 |
| HSL | 345.78º | 0.78% | 0.34% | - |
| HSV(B) | 345.78º | 0.88% | 0.6% | - |
| XYZ | 14.16 | 7.57 | 3.85 | - |
| YUV | 63.01 | 121.23 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 51 | 0 | 0.88 | 0.67 | 0.40 | 345.78 | 0.78 | 0.34 |
| Hex | 9A | 13 | 33 | 0 | 58 | 43 | 28 | 15A | 4E | 22 |
| Octal | 232 | 23 | 63 | 0 | 130 | 103 | 50 | 532 | 116 | 42 |
| Binary | 10011010 | 10011 | 110011 | 0 | 1011000 | 1000011 | 101000 | 101011010 | 1001110 | 100010 |
Color Harmonies of #9A1333
Complementary color
Monochromatic Colors of #9A1333
Black with #9A1333
Text Example
Text Example
White with #9A1333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1333; }
p { color: rgb(154,19,51); }
H1.HeaderClassName
{
color: #9A1333;
}
.AnyTagClassName
{
color: #9A1333;
}
</style>
background-color css
<style>
a { background-color: #9A1333; }
a { background-color: rgb(154,19,51); }
div.DivClassName
{
background-color: #9A1333;
}
.BgClassName
{
background-color: #9A1333;
}
</style>
border-color css
<style>
span { border-color: #9A1333; }
span { border-color: rgb(154,19,51); }
td.TdClassName
{
border-color: #9A1333;
}
.TagClassName
{
border-color: #9A1333;
}
</style>