Shades of Fire Engine Red #C5132B
Tints of Fire Engine Red #C5132B
RGB
CMYK
RGB Variations
Color information
#C5132B (or 0xC5132B) is known color: Fire Engine Red. HEX triplet: C5, 13 and 2B. RGB value is (197,19,43). Sum of RGB (Red+Green+Blue) = 197+19+43=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C5132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5132B is #3AECD4. Grayscale: #4B4B4B. Windows color (decimal): -3861717 or 2823109. OLE color: 2823109.
HSL color Cylindrical-coordinate representation of color #C5132B: hue angle of 351.91º 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 #C5132B is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 43 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.23 |
| HSL | 351.91º | 0.82% | 0.42% | - |
| HSV(B) | 351.91º | 0.9% | 0.77% | - |
| XYZ | 23.69 | 12.51 | 3.45 | - |
| YUV | 74.96 | 109.97 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 43 | 0 | 0.90 | 0.78 | 0.23 | 351.91 | 0.82 | 0.42 |
| Hex | C5 | 13 | 2B | 0 | 5A | 4E | 17 | 160 | 52 | 2A |
| Octal | 305 | 23 | 53 | 0 | 132 | 116 | 27 | 540 | 122 | 52 |
| Binary | 11000101 | 10011 | 101011 | 0 | 1011010 | 1001110 | 10111 | 101100000 | 1010010 | 101010 |
Color Harmonies of #C5132B
Complementary color
Monochromatic Colors of #C5132B
Black with #C5132B
Text Example
Text Example
White with #C5132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5132B; }
p { color: rgb(197,19,43); }
H1.HeaderClassName
{
color: #C5132B;
}
.AnyTagClassName
{
color: #C5132B;
}
</style>
background-color css
<style>
a { background-color: #C5132B; }
a { background-color: rgb(197,19,43); }
div.DivClassName
{
background-color: #C5132B;
}
.BgClassName
{
background-color: #C5132B;
}
</style>
border-color css
<style>
span { border-color: #C5132B; }
span { border-color: rgb(197,19,43); }
td.TdClassName
{
border-color: #C5132B;
}
.TagClassName
{
border-color: #C5132B;
}
</style>