Shades of Fire Engine Red #C40F23
Tints of Fire Engine Red #C40F23
RGB
CMYK
RGB Variations
Color information
#C40F23 (or 0xC40F23) is known color: Fire Engine Red. HEX triplet: C4, 0F and 23. RGB value is (196,15,35). Sum of RGB (Red+Green+Blue) = 196+15+35=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40F23 is #3BF0DC. Grayscale: #474747. Windows color (decimal): -3928285 or 2297796. OLE color: 2297796.
HSL color Cylindrical-coordinate representation of color #C40F23: hue angle of 353.37º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C40F23 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 35 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.23 |
| HSL | 353.37º | 0.86% | 0.41% | - |
| HSV(B) | 353.37º | 0.92% | 0.77% | - |
| XYZ | 23.24 | 12.2 | 2.72 | - |
| YUV | 71.4 | 107.47 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 35 | 0 | 0.92 | 0.82 | 0.23 | 353.37 | 0.86 | 0.41 |
| Hex | C4 | F | 23 | 0 | 5C | 52 | 17 | 161 | 56 | 29 |
| Octal | 304 | 17 | 43 | 0 | 134 | 122 | 27 | 541 | 126 | 51 |
| Binary | 11000100 | 1111 | 100011 | 0 | 1011100 | 1010010 | 10111 | 101100001 | 1010110 | 101001 |
Color Harmonies of #C40F23
Complementary color
Monochromatic Colors of #C40F23
Black with #C40F23
Text Example
Text Example
White with #C40F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F23; }
p { color: rgb(196,15,35); }
H1.HeaderClassName
{
color: #C40F23;
}
.AnyTagClassName
{
color: #C40F23;
}
</style>
background-color css
<style>
a { background-color: #C40F23; }
a { background-color: rgb(196,15,35); }
div.DivClassName
{
background-color: #C40F23;
}
.BgClassName
{
background-color: #C40F23;
}
</style>
border-color css
<style>
span { border-color: #C40F23; }
span { border-color: rgb(196,15,35); }
td.TdClassName
{
border-color: #C40F23;
}
.TagClassName
{
border-color: #C40F23;
}
</style>