Shades of Fire Engine Red #C80826
Tints of Fire Engine Red #C80826
RGB
CMYK
RGB Variations
Color information
#C80826 (or 0xC80826) is known color: Fire Engine Red. HEX triplet: C8, 08 and 26. RGB value is (200,8,38). Sum of RGB (Red+Green+Blue) = 200+8+38=246 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.30% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 200 - color contains mainly: red. Hex color #C80826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80826 is #37F7D9. Grayscale: #444444. Windows color (decimal): -3667930 or 2492616. OLE color: 2492616.
HSL color Cylindrical-coordinate representation of color #C80826: hue angle of 350.62º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80826 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 38 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.22 |
| HSL | 350.63º | 0.92% | 0.41% | - |
| HSV(B) | 350.63º | 0.96% | 0.78% | - |
| XYZ | 24.26 | 12.59 | 2.99 | - |
| YUV | 68.83 | 110.61 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 38 | 0 | 0.96 | 0.81 | 0.22 | 350.63 | 0.92 | 0.41 |
| Hex | C8 | 8 | 26 | 0 | 60 | 51 | 16 | 15F | 5C | 29 |
| Octal | 310 | 10 | 46 | 0 | 140 | 121 | 26 | 537 | 134 | 51 |
| Binary | 11001000 | 1000 | 100110 | 0 | 1100000 | 1010001 | 10110 | 101011111 | 1011100 | 101001 |
Color Harmonies of #C80826
Complementary color
Monochromatic Colors of #C80826
Black with #C80826
Text Example
Text Example
White with #C80826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80826; }
p { color: rgb(200,8,38); }
H1.HeaderClassName
{
color: #C80826;
}
.AnyTagClassName
{
color: #C80826;
}
</style>
background-color css
<style>
a { background-color: #C80826; }
a { background-color: rgb(200,8,38); }
div.DivClassName
{
background-color: #C80826;
}
.BgClassName
{
background-color: #C80826;
}
</style>
border-color css
<style>
span { border-color: #C80826; }
span { border-color: rgb(200,8,38); }
td.TdClassName
{
border-color: #C80826;
}
.TagClassName
{
border-color: #C80826;
}
</style>