Shades of Fire Engine Red #C4242A
Tints of Fire Engine Red #C4242A
RGB
CMYK
RGB Variations
Color information
#C4242A (or 0xC4242A) is known color: Fire Engine Red. HEX triplet: C4, 24 and 2A. RGB value is (196,36,42). Sum of RGB (Red+Green+Blue) = 196+36+42=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C4242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4242A is #3BDBD5. Grayscale: #545454. Windows color (decimal): -3922902 or 2761924. OLE color: 2761924.
HSL color Cylindrical-coordinate representation of color #C4242A: hue angle of 357.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C4242A is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 42 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.23 |
| HSL | 357.75º | 0.69% | 0.45% | - |
| HSV(B) | 357.75º | 0.82% | 0.77% | - |
| XYZ | 23.81 | 13.16 | 3.48 | - |
| YUV | 84.52 | 104.01 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 42 | 0 | 0.82 | 0.79 | 0.23 | 357.75 | 0.69 | 0.45 |
| Hex | C4 | 24 | 2A | 0 | 52 | 4F | 17 | 166 | 45 | 2D |
| Octal | 304 | 44 | 52 | 0 | 122 | 117 | 27 | 546 | 105 | 55 |
| Binary | 11000100 | 100100 | 101010 | 0 | 1010010 | 1001111 | 10111 | 101100110 | 1000101 | 101101 |
Color Harmonies of #C4242A
Complementary color
Monochromatic Colors of #C4242A
Black with #C4242A
Text Example
Text Example
White with #C4242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4242A; }
p { color: rgb(196,36,42); }
H1.HeaderClassName
{
color: #C4242A;
}
.AnyTagClassName
{
color: #C4242A;
}
</style>
background-color css
<style>
a { background-color: #C4242A; }
a { background-color: rgb(196,36,42); }
div.DivClassName
{
background-color: #C4242A;
}
.BgClassName
{
background-color: #C4242A;
}
</style>
border-color css
<style>
span { border-color: #C4242A; }
span { border-color: rgb(196,36,42); }
td.TdClassName
{
border-color: #C4242A;
}
.TagClassName
{
border-color: #C4242A;
}
</style>