Shades of Fire Engine Red #C41726
Tints of Fire Engine Red #C41726
RGB
CMYK
RGB Variations
Color information
#C41726 (or 0xC41726) is known color: Fire Engine Red. HEX triplet: C4, 17 and 26. RGB value is (196,23,38). Sum of RGB (Red+Green+Blue) = 196+23+38=257 (34% of max value = 765). Red value is 196 (76.95% from 255 or 76.26% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 196 - color contains mainly: red. Hex color #C41726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41726 is #3BE8D9. Grayscale: #4C4C4C. Windows color (decimal): -3926234 or 2496452. OLE color: 2496452.
HSL color Cylindrical-coordinate representation of color #C41726: hue angle of 354.8º 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 #C41726 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 38 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.23 |
| HSL | 354.8º | 0.79% | 0.43% | - |
| HSV(B) | 354.8º | 0.88% | 0.77% | - |
| XYZ | 23.42 | 12.49 | 3.01 | - |
| YUV | 76.44 | 106.31 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 38 | 0 | 0.88 | 0.81 | 0.23 | 354.8 | 0.79 | 0.43 |
| Hex | C4 | 17 | 26 | 0 | 58 | 51 | 17 | 163 | 4F | 2B |
| Octal | 304 | 27 | 46 | 0 | 130 | 121 | 27 | 543 | 117 | 53 |
| Binary | 11000100 | 10111 | 100110 | 0 | 1011000 | 1010001 | 10111 | 101100011 | 1001111 | 101011 |
Color Harmonies of #C41726
Complementary color
Monochromatic Colors of #C41726
Black with #C41726
Text Example
Text Example
White with #C41726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41726; }
p { color: rgb(196,23,38); }
H1.HeaderClassName
{
color: #C41726;
}
.AnyTagClassName
{
color: #C41726;
}
</style>
background-color css
<style>
a { background-color: #C41726; }
a { background-color: rgb(196,23,38); }
div.DivClassName
{
background-color: #C41726;
}
.BgClassName
{
background-color: #C41726;
}
</style>
border-color css
<style>
span { border-color: #C41726; }
span { border-color: rgb(196,23,38); }
td.TdClassName
{
border-color: #C41726;
}
.TagClassName
{
border-color: #C41726;
}
</style>