Shades of Fire Engine Red #C4132B
Tints of Fire Engine Red #C4132B
RGB
CMYK
RGB Variations
Color information
#C4132B (or 0xC4132B) is known color: Fire Engine Red. HEX triplet: C4, 13 and 2B. RGB value is (196,19,43). Sum of RGB (Red+Green+Blue) = 196+19+43=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C4132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4132B is #3BECD4. Grayscale: #4A4A4A. Windows color (decimal): -3927253 or 2823108. OLE color: 2823108.
HSL color Cylindrical-coordinate representation of color #C4132B: hue angle of 351.86º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4132B is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 43 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.23 |
| HSL | 351.86º | 0.82% | 0.42% | - |
| HSV(B) | 351.86º | 0.9% | 0.77% | - |
| XYZ | 23.43 | 12.38 | 3.44 | - |
| YUV | 74.66 | 110.14 | 214.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 43 | 0 | 0.90 | 0.78 | 0.23 | 351.86 | 0.82 | 0.42 |
| Hex | C4 | 13 | 2B | 0 | 5A | 4E | 17 | 160 | 52 | 2A |
| Octal | 304 | 23 | 53 | 0 | 132 | 116 | 27 | 540 | 122 | 52 |
| Binary | 11000100 | 10011 | 101011 | 0 | 1011010 | 1001110 | 10111 | 101100000 | 1010010 | 101010 |
Color Harmonies of #C4132B
Complementary color
Monochromatic Colors of #C4132B
Black with #C4132B
Text Example
Text Example
White with #C4132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4132B; }
p { color: rgb(196,19,43); }
H1.HeaderClassName
{
color: #C4132B;
}
.AnyTagClassName
{
color: #C4132B;
}
</style>
background-color css
<style>
a { background-color: #C4132B; }
a { background-color: rgb(196,19,43); }
div.DivClassName
{
background-color: #C4132B;
}
.BgClassName
{
background-color: #C4132B;
}
</style>
border-color css
<style>
span { border-color: #C4132B; }
span { border-color: rgb(196,19,43); }
td.TdClassName
{
border-color: #C4132B;
}
.TagClassName
{
border-color: #C4132B;
}
</style>