Shades of Fire Engine Red #C8132A
Tints of Fire Engine Red #C8132A
RGB
CMYK
RGB Variations
Color information
#C8132A (or 0xC8132A) is known color: Fire Engine Red. HEX triplet: C8, 13 and 2A. RGB value is (200,19,42). Sum of RGB (Red+Green+Blue) = 200+19+42=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 42 (16.80% from 255 or 16.09% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C8132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8132A is #37ECD5. Grayscale: #4B4B4B. Windows color (decimal): -3665110 or 2757576. OLE color: 2757576.
HSL color Cylindrical-coordinate representation of color #C8132A: hue angle of 352.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 #C8132A is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 42 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.22 |
| HSL | 352.38º | 0.83% | 0.43% | - |
| HSV(B) | 352.38º | 0.91% | 0.78% | - |
| XYZ | 24.47 | 12.91 | 3.39 | - |
| YUV | 75.74 | 108.97 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 42 | 0 | 0.90 | 0.79 | 0.22 | 352.38 | 0.83 | 0.43 |
| Hex | C8 | 13 | 2A | 0 | 5A | 4F | 16 | 160 | 53 | 2B |
| Octal | 310 | 23 | 52 | 0 | 132 | 117 | 26 | 540 | 123 | 53 |
| Binary | 11001000 | 10011 | 101010 | 0 | 1011010 | 1001111 | 10110 | 101100000 | 1010011 | 101011 |
Color Harmonies of #C8132A
Complementary color
Monochromatic Colors of #C8132A
Black with #C8132A
Text Example
Text Example
White with #C8132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8132A; }
p { color: rgb(200,19,42); }
H1.HeaderClassName
{
color: #C8132A;
}
.AnyTagClassName
{
color: #C8132A;
}
</style>
background-color css
<style>
a { background-color: #C8132A; }
a { background-color: rgb(200,19,42); }
div.DivClassName
{
background-color: #C8132A;
}
.BgClassName
{
background-color: #C8132A;
}
</style>
border-color css
<style>
span { border-color: #C8132A; }
span { border-color: rgb(200,19,42); }
td.TdClassName
{
border-color: #C8132A;
}
.TagClassName
{
border-color: #C8132A;
}
</style>