Shades of Flame Red #8A1C25
Tints of Flame Red #8A1C25
RGB
CMYK
RGB Variations
Color information
#8A1C25 (or 0x8A1C25) is known color: Flame Red. HEX triplet: 8A, 1C and 25. RGB value is (138,28,37). Sum of RGB (Red+Green+Blue) = 138+28+37=203 (26% of max value = 765). Red value is 138 (54.30% from 255 or 67.98% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1C25 is #75E3DA. Grayscale: #3D3D3D. Windows color (decimal): -7726043 or 2432138. OLE color: 2432138.
HSL color Cylindrical-coordinate representation of color #8A1C25: hue angle of 355.09º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1C25 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 28 | 37 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.46 |
| HSL | 355.09º | 0.66% | 0.33% | - |
| HSV(B) | 355.09º | 0.8% | 0.54% | - |
| XYZ | 11.23 | 6.37 | 2.39 | - |
| YUV | 61.92 | 113.94 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 28 | 37 | 0 | 0.80 | 0.73 | 0.46 | 355.09 | 0.66 | 0.33 |
| Hex | 8A | 1C | 25 | 0 | 50 | 49 | 2E | 163 | 42 | 21 |
| Octal | 212 | 34 | 45 | 0 | 120 | 111 | 56 | 543 | 102 | 41 |
| Binary | 10001010 | 11100 | 100101 | 0 | 1010000 | 1001001 | 101110 | 101100011 | 1000010 | 100001 |
Color Harmonies of #8A1C25
Complementary color
Monochromatic Colors of #8A1C25
Black with #8A1C25
Text Example
Text Example
White with #8A1C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1C25; }
p { color: rgb(138,28,37); }
H1.HeaderClassName
{
color: #8A1C25;
}
.AnyTagClassName
{
color: #8A1C25;
}
</style>
background-color css
<style>
a { background-color: #8A1C25; }
a { background-color: rgb(138,28,37); }
div.DivClassName
{
background-color: #8A1C25;
}
.BgClassName
{
background-color: #8A1C25;
}
</style>
border-color css
<style>
span { border-color: #8A1C25; }
span { border-color: rgb(138,28,37); }
td.TdClassName
{
border-color: #8A1C25;
}
.TagClassName
{
border-color: #8A1C25;
}
</style>