Shades of Fire Engine Red #C4131D
Tints of Fire Engine Red #C4131D
RGB
CMYK
RGB Variations
Color information
#C4131D (or 0xC4131D) is known color: Fire Engine Red. HEX triplet: C4, 13 and 1D. RGB value is (196,19,29). Sum of RGB (Red+Green+Blue) = 196+19+29=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C4131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4131D is #3BECE2. Grayscale: #494949. Windows color (decimal): -3927267 or 1905604. OLE color: 1905604.
HSL color Cylindrical-coordinate representation of color #C4131D: hue angle of 356.61º 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 #C4131D is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 19 | 29 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.23 |
| HSL | 356.61º | 0.82% | 0.42% | - |
| HSV(B) | 356.61º | 0.9% | 0.77% | - |
| XYZ | 23.22 | 12.29 | 2.31 | - |
| YUV | 73.06 | 103.14 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 19 | 29 | 0 | 0.90 | 0.85 | 0.23 | 356.61 | 0.82 | 0.42 |
| Hex | C4 | 13 | 1D | 0 | 5A | 55 | 17 | 165 | 52 | 2A |
| Octal | 304 | 23 | 35 | 0 | 132 | 125 | 27 | 545 | 122 | 52 |
| Binary | 11000100 | 10011 | 11101 | 0 | 1011010 | 1010101 | 10111 | 101100101 | 1010010 | 101010 |
Color Harmonies of #C4131D
Complementary color
Monochromatic Colors of #C4131D
Black with #C4131D
Text Example
Text Example
White with #C4131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4131D; }
p { color: rgb(196,19,29); }
H1.HeaderClassName
{
color: #C4131D;
}
.AnyTagClassName
{
color: #C4131D;
}
</style>
background-color css
<style>
a { background-color: #C4131D; }
a { background-color: rgb(196,19,29); }
div.DivClassName
{
background-color: #C4131D;
}
.BgClassName
{
background-color: #C4131D;
}
</style>
border-color css
<style>
span { border-color: #C4131D; }
span { border-color: rgb(196,19,29); }
td.TdClassName
{
border-color: #C4131D;
}
.TagClassName
{
border-color: #C4131D;
}
</style>