Shades of Fire Engine Red #C8092E
Tints of Fire Engine Red #C8092E
RGB
CMYK
RGB Variations
Color information
#C8092E (or 0xC8092E) is known color: Fire Engine Red. HEX triplet: C8, 09 and 2E. RGB value is (200,9,46). Sum of RGB (Red+Green+Blue) = 200+9+46=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C8092E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8092E is #37F6D1. Grayscale: #464646. Windows color (decimal): -3667666 or 3017160. OLE color: 3017160.
HSL color Cylindrical-coordinate representation of color #C8092E: hue angle of 348.38º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8092E is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 46 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.22 |
| HSL | 348.38º | 0.91% | 0.41% | - |
| HSV(B) | 348.38º | 0.96% | 0.78% | - |
| XYZ | 24.41 | 12.67 | 3.74 | - |
| YUV | 70.33 | 114.28 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 46 | 0 | 0.96 | 0.77 | 0.22 | 348.38 | 0.91 | 0.41 |
| Hex | C8 | 9 | 2E | 0 | 60 | 4D | 16 | 15C | 5B | 29 |
| Octal | 310 | 11 | 56 | 0 | 140 | 115 | 26 | 534 | 133 | 51 |
| Binary | 11001000 | 1001 | 101110 | 0 | 1100000 | 1001101 | 10110 | 101011100 | 1011011 | 101001 |
Color Harmonies of #C8092E
Complementary color
Monochromatic Colors of #C8092E
Black with #C8092E
Text Example
Text Example
White with #C8092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8092E; }
p { color: rgb(200,9,46); }
H1.HeaderClassName
{
color: #C8092E;
}
.AnyTagClassName
{
color: #C8092E;
}
</style>
background-color css
<style>
a { background-color: #C8092E; }
a { background-color: rgb(200,9,46); }
div.DivClassName
{
background-color: #C8092E;
}
.BgClassName
{
background-color: #C8092E;
}
</style>
border-color css
<style>
span { border-color: #C8092E; }
span { border-color: rgb(200,9,46); }
td.TdClassName
{
border-color: #C8092E;
}
.TagClassName
{
border-color: #C8092E;
}
</style>