Shades of Fire Engine Red #C40B27
Tints of Fire Engine Red #C40B27
RGB
CMYK
RGB Variations
Color information
#C40B27 (or 0xC40B27) is known color: Fire Engine Red. HEX triplet: C4, 0B and 27. RGB value is (196,11,39). Sum of RGB (Red+Green+Blue) = 196+11+39=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40B27 is #3BF4D8. Grayscale: #454545. Windows color (decimal): -3929305 or 2558916. OLE color: 2558916.
HSL color Cylindrical-coordinate representation of color #C40B27: hue angle of 350.92º 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 #C40B27 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 39 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.23 |
| HSL | 350.92º | 0.89% | 0.41% | - |
| HSV(B) | 350.92º | 0.94% | 0.77% | - |
| XYZ | 23.25 | 12.12 | 3.03 | - |
| YUV | 69.51 | 110.79 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 39 | 0 | 0.94 | 0.80 | 0.23 | 350.92 | 0.89 | 0.41 |
| Hex | C4 | B | 27 | 0 | 5E | 50 | 17 | 15F | 59 | 29 |
| Octal | 304 | 13 | 47 | 0 | 136 | 120 | 27 | 537 | 131 | 51 |
| Binary | 11000100 | 1011 | 100111 | 0 | 1011110 | 1010000 | 10111 | 101011111 | 1011001 | 101001 |
Color Harmonies of #C40B27
Complementary color
Monochromatic Colors of #C40B27
Black with #C40B27
Text Example
Text Example
White with #C40B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B27; }
p { color: rgb(196,11,39); }
H1.HeaderClassName
{
color: #C40B27;
}
.AnyTagClassName
{
color: #C40B27;
}
</style>
background-color css
<style>
a { background-color: #C40B27; }
a { background-color: rgb(196,11,39); }
div.DivClassName
{
background-color: #C40B27;
}
.BgClassName
{
background-color: #C40B27;
}
</style>
border-color css
<style>
span { border-color: #C40B27; }
span { border-color: rgb(196,11,39); }
td.TdClassName
{
border-color: #C40B27;
}
.TagClassName
{
border-color: #C40B27;
}
</style>