Shades of Fire Engine Red #C4181C
Tints of Fire Engine Red #C4181C
RGB
CMYK
RGB Variations
Color information
#C4181C (or 0xC4181C) is known color: Fire Engine Red. HEX triplet: C4, 18 and 1C. RGB value is (196,24,28). Sum of RGB (Red+Green+Blue) = 196+24+28=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C4181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4181C is #3BE7E3. Grayscale: #4C4C4C. Windows color (decimal): -3925988 or 1841348. OLE color: 1841348.
HSL color Cylindrical-coordinate representation of color #C4181C: hue angle of 358.6º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4181C is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 24 | 28 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.23 |
| HSL | 358.6º | 0.78% | 0.43% | - |
| HSV(B) | 358.6º | 0.88% | 0.77% | - |
| XYZ | 23.3 | 12.47 | 2.28 | - |
| YUV | 75.88 | 100.98 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 24 | 28 | 0 | 0.88 | 0.86 | 0.23 | 358.6 | 0.78 | 0.43 |
| Hex | C4 | 18 | 1C | 0 | 58 | 56 | 17 | 167 | 4E | 2B |
| Octal | 304 | 30 | 34 | 0 | 130 | 126 | 27 | 547 | 116 | 53 |
| Binary | 11000100 | 11000 | 11100 | 0 | 1011000 | 1010110 | 10111 | 101100111 | 1001110 | 101011 |
Color Harmonies of #C4181C
Complementary color
Monochromatic Colors of #C4181C
Black with #C4181C
Text Example
Text Example
White with #C4181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4181C; }
p { color: rgb(196,24,28); }
H1.HeaderClassName
{
color: #C4181C;
}
.AnyTagClassName
{
color: #C4181C;
}
</style>
background-color css
<style>
a { background-color: #C4181C; }
a { background-color: rgb(196,24,28); }
div.DivClassName
{
background-color: #C4181C;
}
.BgClassName
{
background-color: #C4181C;
}
</style>
border-color css
<style>
span { border-color: #C4181C; }
span { border-color: rgb(196,24,28); }
td.TdClassName
{
border-color: #C4181C;
}
.TagClassName
{
border-color: #C4181C;
}
</style>