Shades of Fire Engine Red #C40A2B
Tints of Fire Engine Red #C40A2B
RGB
CMYK
RGB Variations
Color information
#C40A2B (or 0xC40A2B) is known color: Fire Engine Red. HEX triplet: C4, 0A and 2B. RGB value is (196,10,43). Sum of RGB (Red+Green+Blue) = 196+10+43=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 43 (17.19% from 255 or 17.27% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40A2B is #3BF5D4. Grayscale: #454545. Windows color (decimal): -3929557 or 2820804. OLE color: 2820804.
HSL color Cylindrical-coordinate representation of color #C40A2B: hue angle of 349.35º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40A2B is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.23 |
| HSL | 349.35º | 0.9% | 0.4% | - |
| HSV(B) | 349.35º | 0.95% | 0.77% | - |
| XYZ | 23.31 | 12.13 | 3.4 | - |
| YUV | 69.38 | 113.12 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 10 | 43 | 0 | 0.95 | 0.78 | 0.23 | 349.35 | 0.9 | 0.4 |
| Hex | C4 | A | 2B | 0 | 5F | 4E | 17 | 15D | 5A | 28 |
| Octal | 304 | 12 | 53 | 0 | 137 | 116 | 27 | 535 | 132 | 50 |
| Binary | 11000100 | 1010 | 101011 | 0 | 1011111 | 1001110 | 10111 | 101011101 | 1011010 | 101000 |
Color Harmonies of #C40A2B
Complementary color
Monochromatic Colors of #C40A2B
Black with #C40A2B
Text Example
Text Example
White with #C40A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40A2B; }
p { color: rgb(196,10,43); }
H1.HeaderClassName
{
color: #C40A2B;
}
.AnyTagClassName
{
color: #C40A2B;
}
</style>
background-color css
<style>
a { background-color: #C40A2B; }
a { background-color: rgb(196,10,43); }
div.DivClassName
{
background-color: #C40A2B;
}
.BgClassName
{
background-color: #C40A2B;
}
</style>
border-color css
<style>
span { border-color: #C40A2B; }
span { border-color: rgb(196,10,43); }
td.TdClassName
{
border-color: #C40A2B;
}
.TagClassName
{
border-color: #C40A2B;
}
</style>