Shades of Bright Red #9A243D
Tints of Bright Red #9A243D
RGB
CMYK
RGB Variations
Color information
#9A243D (or 0x9A243D) is known color: Bright Red. HEX triplet: 9A, 24 and 3D. RGB value is (154,36,61). Sum of RGB (Red+Green+Blue) = 154+36+61=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A243D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A243D is #65DBC2. Grayscale: #4A4A4A. Windows color (decimal): -6675395 or 4007066. OLE color: 4007066.
HSL color Cylindrical-coordinate representation of color #9A243D: hue angle of 347.29º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A243D is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 36 | 61 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.40 |
| HSL | 347.29º | 0.62% | 0.37% | - |
| HSV(B) | 347.29º | 0.77% | 0.6% | - |
| XYZ | 14.8 | 8.47 | 5.27 | - |
| YUV | 74.13 | 120.59 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 36 | 61 | 0 | 0.77 | 0.60 | 0.40 | 347.29 | 0.62 | 0.37 |
| Hex | 9A | 24 | 3D | 0 | 4D | 3C | 28 | 15B | 3E | 25 |
| Octal | 232 | 44 | 75 | 0 | 115 | 74 | 50 | 533 | 76 | 45 |
| Binary | 10011010 | 100100 | 111101 | 0 | 1001101 | 111100 | 101000 | 101011011 | 111110 | 100101 |
Color Harmonies of #9A243D
Complementary color
Monochromatic Colors of #9A243D
Black with #9A243D
Text Example
Text Example
White with #9A243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A243D; }
p { color: rgb(154,36,61); }
H1.HeaderClassName
{
color: #9A243D;
}
.AnyTagClassName
{
color: #9A243D;
}
</style>
background-color css
<style>
a { background-color: #9A243D; }
a { background-color: rgb(154,36,61); }
div.DivClassName
{
background-color: #9A243D;
}
.BgClassName
{
background-color: #9A243D;
}
</style>
border-color css
<style>
span { border-color: #9A243D; }
span { border-color: rgb(154,36,61); }
td.TdClassName
{
border-color: #9A243D;
}
.TagClassName
{
border-color: #9A243D;
}
</style>