Shades of Fire Engine Red #C4141B
Tints of Fire Engine Red #C4141B
RGB
CMYK
RGB Variations
Color information
#C4141B (or 0xC4141B) is known color: Fire Engine Red. HEX triplet: C4, 14 and 1B. RGB value is (196,20,27). Sum of RGB (Red+Green+Blue) = 196+20+27=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C4141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4141B is #3BEBE4. Grayscale: #494949. Windows color (decimal): -3927013 or 1774788. OLE color: 1774788.
HSL color Cylindrical-coordinate representation of color #C4141B: hue angle of 357.61º degrees, saturation: 0.81, 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 #C4141B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 20 | 27 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.23 |
| HSL | 357.61º | 0.81% | 0.42% | - |
| HSV(B) | 357.61º | 0.9% | 0.77% | - |
| XYZ | 23.21 | 12.32 | 2.19 | - |
| YUV | 73.42 | 101.81 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 20 | 27 | 0 | 0.90 | 0.86 | 0.23 | 357.61 | 0.81 | 0.42 |
| Hex | C4 | 14 | 1B | 0 | 5A | 56 | 17 | 166 | 51 | 2A |
| Octal | 304 | 24 | 33 | 0 | 132 | 126 | 27 | 546 | 121 | 52 |
| Binary | 11000100 | 10100 | 11011 | 0 | 1011010 | 1010110 | 10111 | 101100110 | 1010001 | 101010 |
Color Harmonies of #C4141B
Complementary color
Monochromatic Colors of #C4141B
Black with #C4141B
Text Example
Text Example
White with #C4141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4141B; }
p { color: rgb(196,20,27); }
H1.HeaderClassName
{
color: #C4141B;
}
.AnyTagClassName
{
color: #C4141B;
}
</style>
background-color css
<style>
a { background-color: #C4141B; }
a { background-color: rgb(196,20,27); }
div.DivClassName
{
background-color: #C4141B;
}
.BgClassName
{
background-color: #C4141B;
}
</style>
border-color css
<style>
span { border-color: #C4141B; }
span { border-color: rgb(196,20,27); }
td.TdClassName
{
border-color: #C4141B;
}
.TagClassName
{
border-color: #C4141B;
}
</style>