Shades of Fire Engine Red #C40B2B
Tints of Fire Engine Red #C40B2B
RGB
CMYK
RGB Variations
Color information
#C40B2B (or 0xC40B2B) is known color: Fire Engine Red. HEX triplet: C4, 0B and 2B. RGB value is (196,11,43). Sum of RGB (Red+Green+Blue) = 196+11+43=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B2B is #3BF4D4. Grayscale: #464646. Windows color (decimal): -3929301 or 2821060. OLE color: 2821060.
HSL color Cylindrical-coordinate representation of color #C40B2B: hue angle of 349.62º degrees, saturation: 0.89, 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 #C40B2B is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 43 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.23 |
| HSL | 349.62º | 0.89% | 0.41% | - |
| HSV(B) | 349.62º | 0.94% | 0.77% | - |
| XYZ | 23.32 | 12.15 | 3.4 | - |
| YUV | 69.96 | 112.79 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 43 | 0 | 0.94 | 0.78 | 0.23 | 349.62 | 0.89 | 0.41 |
| Hex | C4 | B | 2B | 0 | 5E | 4E | 17 | 15E | 59 | 29 |
| Octal | 304 | 13 | 53 | 0 | 136 | 116 | 27 | 536 | 131 | 51 |
| Binary | 11000100 | 1011 | 101011 | 0 | 1011110 | 1001110 | 10111 | 101011110 | 1011001 | 101001 |
Color Harmonies of #C40B2B
Complementary color
Monochromatic Colors of #C40B2B
Black with #C40B2B
Text Example
Text Example
White with #C40B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B2B; }
p { color: rgb(196,11,43); }
H1.HeaderClassName
{
color: #C40B2B;
}
.AnyTagClassName
{
color: #C40B2B;
}
</style>
background-color css
<style>
a { background-color: #C40B2B; }
a { background-color: rgb(196,11,43); }
div.DivClassName
{
background-color: #C40B2B;
}
.BgClassName
{
background-color: #C40B2B;
}
</style>
border-color css
<style>
span { border-color: #C40B2B; }
span { border-color: rgb(196,11,43); }
td.TdClassName
{
border-color: #C40B2B;
}
.TagClassName
{
border-color: #C40B2B;
}
</style>