Shades of Fire Engine Red #C40C2A
Tints of Fire Engine Red #C40C2A
RGB
CMYK
RGB Variations
Color information
#C40C2A (or 0xC40C2A) is known color: Fire Engine Red. HEX triplet: C4, 0C and 2A. RGB value is (196,12,42). Sum of RGB (Red+Green+Blue) = 196+12+42=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40C2A is #3BF3D5. Grayscale: #464646. Windows color (decimal): -3929046 or 2755780. OLE color: 2755780.
HSL color Cylindrical-coordinate representation of color #C40C2A: hue angle of 350.22º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C2A is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 42 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.23 |
| HSL | 350.22º | 0.88% | 0.41% | - |
| HSV(B) | 350.22º | 0.94% | 0.77% | - |
| XYZ | 23.31 | 12.17 | 3.31 | - |
| YUV | 70.44 | 111.96 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 42 | 0 | 0.94 | 0.79 | 0.23 | 350.22 | 0.88 | 0.41 |
| Hex | C4 | C | 2A | 0 | 5E | 4F | 17 | 15E | 58 | 29 |
| Octal | 304 | 14 | 52 | 0 | 136 | 117 | 27 | 536 | 130 | 51 |
| Binary | 11000100 | 1100 | 101010 | 0 | 1011110 | 1001111 | 10111 | 101011110 | 1011000 | 101001 |
Color Harmonies of #C40C2A
Complementary color
Monochromatic Colors of #C40C2A
Black with #C40C2A
Text Example
Text Example
White with #C40C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C2A; }
p { color: rgb(196,12,42); }
H1.HeaderClassName
{
color: #C40C2A;
}
.AnyTagClassName
{
color: #C40C2A;
}
</style>
background-color css
<style>
a { background-color: #C40C2A; }
a { background-color: rgb(196,12,42); }
div.DivClassName
{
background-color: #C40C2A;
}
.BgClassName
{
background-color: #C40C2A;
}
</style>
border-color css
<style>
span { border-color: #C40C2A; }
span { border-color: rgb(196,12,42); }
td.TdClassName
{
border-color: #C40C2A;
}
.TagClassName
{
border-color: #C40C2A;
}
</style>