Shades of Fire Engine Red #C41727
Tints of Fire Engine Red #C41727
RGB
CMYK
RGB Variations
Color information
#C41727 (or 0xC41727) is known color: Fire Engine Red. HEX triplet: C4, 17 and 27. RGB value is (196,23,39). Sum of RGB (Red+Green+Blue) = 196+23+39=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C41727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41727 is #3BE8D8. Grayscale: #4C4C4C. Windows color (decimal): -3926233 or 2561988. OLE color: 2561988.
HSL color Cylindrical-coordinate representation of color #C41727: hue angle of 354.45º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41727 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 39 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.23 |
| HSL | 354.45º | 0.79% | 0.43% | - |
| HSV(B) | 354.45º | 0.88% | 0.77% | - |
| XYZ | 23.44 | 12.5 | 3.1 | - |
| YUV | 76.55 | 106.81 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 39 | 0 | 0.88 | 0.80 | 0.23 | 354.45 | 0.79 | 0.43 |
| Hex | C4 | 17 | 27 | 0 | 58 | 50 | 17 | 162 | 4F | 2B |
| Octal | 304 | 27 | 47 | 0 | 130 | 120 | 27 | 542 | 117 | 53 |
| Binary | 11000100 | 10111 | 100111 | 0 | 1011000 | 1010000 | 10111 | 101100010 | 1001111 | 101011 |
Color Harmonies of #C41727
Complementary color
Monochromatic Colors of #C41727
Black with #C41727
Text Example
Text Example
White with #C41727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41727; }
p { color: rgb(196,23,39); }
H1.HeaderClassName
{
color: #C41727;
}
.AnyTagClassName
{
color: #C41727;
}
</style>
background-color css
<style>
a { background-color: #C41727; }
a { background-color: rgb(196,23,39); }
div.DivClassName
{
background-color: #C41727;
}
.BgClassName
{
background-color: #C41727;
}
</style>
border-color css
<style>
span { border-color: #C41727; }
span { border-color: rgb(196,23,39); }
td.TdClassName
{
border-color: #C41727;
}
.TagClassName
{
border-color: #C41727;
}
</style>