Shades of Fire Engine Red #C4121D
Tints of Fire Engine Red #C4121D
RGB
CMYK
RGB Variations
Color information
#C4121D (or 0xC4121D) is known color: Fire Engine Red. HEX triplet: C4, 12 and 1D. RGB value is (196,18,29). Sum of RGB (Red+Green+Blue) = 196+18+29=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C4121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4121D is #3BEDE2. Grayscale: #484848. Windows color (decimal): -3927523 or 1905348. OLE color: 1905348.
HSL color Cylindrical-coordinate representation of color #C4121D: hue angle of 356.29º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4121D is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 29 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.23 |
| HSL | 356.29º | 0.83% | 0.42% | - |
| HSV(B) | 356.29º | 0.91% | 0.77% | - |
| XYZ | 23.2 | 12.26 | 2.31 | - |
| YUV | 72.48 | 103.47 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 29 | 0 | 0.91 | 0.85 | 0.23 | 356.29 | 0.83 | 0.42 |
| Hex | C4 | 12 | 1D | 0 | 5B | 55 | 17 | 164 | 53 | 2A |
| Octal | 304 | 22 | 35 | 0 | 133 | 125 | 27 | 544 | 123 | 52 |
| Binary | 11000100 | 10010 | 11101 | 0 | 1011011 | 1010101 | 10111 | 101100100 | 1010011 | 101010 |
Color Harmonies of #C4121D
Complementary color
Monochromatic Colors of #C4121D
Black with #C4121D
Text Example
Text Example
White with #C4121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4121D; }
p { color: rgb(196,18,29); }
H1.HeaderClassName
{
color: #C4121D;
}
.AnyTagClassName
{
color: #C4121D;
}
</style>
background-color css
<style>
a { background-color: #C4121D; }
a { background-color: rgb(196,18,29); }
div.DivClassName
{
background-color: #C4121D;
}
.BgClassName
{
background-color: #C4121D;
}
</style>
border-color css
<style>
span { border-color: #C4121D; }
span { border-color: rgb(196,18,29); }
td.TdClassName
{
border-color: #C4121D;
}
.TagClassName
{
border-color: #C4121D;
}
</style>