Shades of Flame Red #8C1A25
Tints of Flame Red #8C1A25
RGB
CMYK
RGB Variations
Color information
#8C1A25 (or 0x8C1A25) is known color: Flame Red. HEX triplet: 8C, 1A and 25. RGB value is (140,26,37). Sum of RGB (Red+Green+Blue) = 140+26+37=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1A25 is #73E5DA. Grayscale: #3D3D3D. Windows color (decimal): -7595483 or 2431628. OLE color: 2431628.
HSL color Cylindrical-coordinate representation of color #8C1A25: hue angle of 354.21º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C1A25 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 26 | 37 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.45 |
| HSL | 354.21º | 0.69% | 0.33% | - |
| HSV(B) | 354.21º | 0.81% | 0.55% | - |
| XYZ | 11.52 | 6.45 | 2.39 | - |
| YUV | 61.34 | 114.27 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 26 | 37 | 0 | 0.81 | 0.74 | 0.45 | 354.21 | 0.69 | 0.33 |
| Hex | 8C | 1A | 25 | 0 | 51 | 4A | 2D | 162 | 45 | 21 |
| Octal | 214 | 32 | 45 | 0 | 121 | 112 | 55 | 542 | 105 | 41 |
| Binary | 10001100 | 11010 | 100101 | 0 | 1010001 | 1001010 | 101101 | 101100010 | 1000101 | 100001 |
Color Harmonies of #8C1A25
Complementary color
Monochromatic Colors of #8C1A25
Black with #8C1A25
Text Example
Text Example
White with #8C1A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1A25; }
p { color: rgb(140,26,37); }
H1.HeaderClassName
{
color: #8C1A25;
}
.AnyTagClassName
{
color: #8C1A25;
}
</style>
background-color css
<style>
a { background-color: #8C1A25; }
a { background-color: rgb(140,26,37); }
div.DivClassName
{
background-color: #8C1A25;
}
.BgClassName
{
background-color: #8C1A25;
}
</style>
border-color css
<style>
span { border-color: #8C1A25; }
span { border-color: rgb(140,26,37); }
td.TdClassName
{
border-color: #8C1A25;
}
.TagClassName
{
border-color: #8C1A25;
}
</style>