Shades of Fire Engine Red #C5132A
Tints of Fire Engine Red #C5132A
RGB
CMYK
RGB Variations
Color information
#C5132A (or 0xC5132A) is known color: Fire Engine Red. HEX triplet: C5, 13 and 2A. RGB value is (197,19,42). Sum of RGB (Red+Green+Blue) = 197+19+42=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C5132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5132A is #3AECD5. Grayscale: #4A4A4A. Windows color (decimal): -3861718 or 2757573. OLE color: 2757573.
HSL color Cylindrical-coordinate representation of color #C5132A: hue angle of 352.25º 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 #C5132A is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 19 | 42 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.23 |
| HSL | 352.25º | 0.82% | 0.42% | - |
| HSV(B) | 352.25º | 0.9% | 0.77% | - |
| XYZ | 23.68 | 12.5 | 3.36 | - |
| YUV | 74.84 | 109.47 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 42 | 0 | 0.90 | 0.79 | 0.23 | 352.25 | 0.82 | 0.42 |
| Hex | C5 | 13 | 2A | 0 | 5A | 4F | 17 | 160 | 52 | 2A |
| Octal | 305 | 23 | 52 | 0 | 132 | 117 | 27 | 540 | 122 | 52 |
| Binary | 11000101 | 10011 | 101010 | 0 | 1011010 | 1001111 | 10111 | 101100000 | 1010010 | 101010 |
Color Harmonies of #C5132A
Complementary color
Monochromatic Colors of #C5132A
Black with #C5132A
Text Example
Text Example
White with #C5132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5132A; }
p { color: rgb(197,19,42); }
H1.HeaderClassName
{
color: #C5132A;
}
.AnyTagClassName
{
color: #C5132A;
}
</style>
background-color css
<style>
a { background-color: #C5132A; }
a { background-color: rgb(197,19,42); }
div.DivClassName
{
background-color: #C5132A;
}
.BgClassName
{
background-color: #C5132A;
}
</style>
border-color css
<style>
span { border-color: #C5132A; }
span { border-color: rgb(197,19,42); }
td.TdClassName
{
border-color: #C5132A;
}
.TagClassName
{
border-color: #C5132A;
}
</style>