Shades of Flame Red #8C1A28
Tints of Flame Red #8C1A28
RGB
CMYK
RGB Variations
Color information
#8C1A28 (or 0x8C1A28) is known color: Flame Red. HEX triplet: 8C, 1A and 28. RGB value is (140,26,40). Sum of RGB (Red+Green+Blue) = 140+26+40=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1A28 is #73E5D7. Grayscale: #3D3D3D. Windows color (decimal): -7595480 or 2628236. OLE color: 2628236.
HSL color Cylindrical-coordinate representation of color #8C1A28: hue angle of 352.63º 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 #8C1A28 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 26 | 40 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.45 |
| HSL | 352.63º | 0.69% | 0.33% | - |
| HSV(B) | 352.63º | 0.81% | 0.55% | - |
| XYZ | 11.57 | 6.47 | 2.65 | - |
| YUV | 61.68 | 115.77 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 26 | 40 | 0 | 0.81 | 0.71 | 0.45 | 352.63 | 0.69 | 0.33 |
| Hex | 8C | 1A | 28 | 0 | 51 | 47 | 2D | 161 | 45 | 21 |
| Octal | 214 | 32 | 50 | 0 | 121 | 107 | 55 | 541 | 105 | 41 |
| Binary | 10001100 | 11010 | 101000 | 0 | 1010001 | 1000111 | 101101 | 101100001 | 1000101 | 100001 |
Color Harmonies of #8C1A28
Complementary color
Monochromatic Colors of #8C1A28
Black with #8C1A28
Text Example
Text Example
White with #8C1A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1A28; }
p { color: rgb(140,26,40); }
H1.HeaderClassName
{
color: #8C1A28;
}
.AnyTagClassName
{
color: #8C1A28;
}
</style>
background-color css
<style>
a { background-color: #8C1A28; }
a { background-color: rgb(140,26,40); }
div.DivClassName
{
background-color: #8C1A28;
}
.BgClassName
{
background-color: #8C1A28;
}
</style>
border-color css
<style>
span { border-color: #8C1A28; }
span { border-color: rgb(140,26,40); }
td.TdClassName
{
border-color: #8C1A28;
}
.TagClassName
{
border-color: #8C1A28;
}
</style>