Shades of Fire Engine Red #C8132D
Tints of Fire Engine Red #C8132D
RGB
CMYK
RGB Variations
Color information
#C8132D (or 0xC8132D) is known color: Fire Engine Red. HEX triplet: C8, 13 and 2D. RGB value is (200,19,45). Sum of RGB (Red+Green+Blue) = 200+19+45=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C8132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8132D is #37ECD2. Grayscale: #4C4C4C. Windows color (decimal): -3665107 or 2954184. OLE color: 2954184.
HSL color Cylindrical-coordinate representation of color #C8132D: hue angle of 351.38º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C8132D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 45 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.22 |
| HSL | 351.38º | 0.83% | 0.43% | - |
| HSV(B) | 351.38º | 0.91% | 0.78% | - |
| XYZ | 24.53 | 12.93 | 3.69 | - |
| YUV | 76.08 | 110.47 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 45 | 0 | 0.90 | 0.78 | 0.22 | 351.38 | 0.83 | 0.43 |
| Hex | C8 | 13 | 2D | 0 | 5A | 4E | 16 | 15F | 53 | 2B |
| Octal | 310 | 23 | 55 | 0 | 132 | 116 | 26 | 537 | 123 | 53 |
| Binary | 11001000 | 10011 | 101101 | 0 | 1011010 | 1001110 | 10110 | 101011111 | 1010011 | 101011 |
Color Harmonies of #C8132D
Complementary color
Monochromatic Colors of #C8132D
Black with #C8132D
Text Example
Text Example
White with #C8132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8132D; }
p { color: rgb(200,19,45); }
H1.HeaderClassName
{
color: #C8132D;
}
.AnyTagClassName
{
color: #C8132D;
}
</style>
background-color css
<style>
a { background-color: #C8132D; }
a { background-color: rgb(200,19,45); }
div.DivClassName
{
background-color: #C8132D;
}
.BgClassName
{
background-color: #C8132D;
}
</style>
border-color css
<style>
span { border-color: #C8132D; }
span { border-color: rgb(200,19,45); }
td.TdClassName
{
border-color: #C8132D;
}
.TagClassName
{
border-color: #C8132D;
}
</style>