Shades of Fire Engine Red #C41624
Tints of Fire Engine Red #C41624
RGB
CMYK
RGB Variations
Color information
#C41624 (or 0xC41624) is known color: Fire Engine Red. HEX triplet: C4, 16 and 24. RGB value is (196,22,36). Sum of RGB (Red+Green+Blue) = 196+22+36=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C41624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41624 is #3BE9DB. Grayscale: #4B4B4B. Windows color (decimal): -3926492 or 2365124. OLE color: 2365124.
HSL color Cylindrical-coordinate representation of color #C41624: hue angle of 355.17º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41624 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 36 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.23 |
| HSL | 355.17º | 0.8% | 0.43% | - |
| HSV(B) | 355.17º | 0.89% | 0.77% | - |
| XYZ | 23.37 | 12.44 | 2.84 | - |
| YUV | 75.62 | 105.65 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 36 | 0 | 0.89 | 0.82 | 0.23 | 355.17 | 0.8 | 0.43 |
| Hex | C4 | 16 | 24 | 0 | 59 | 52 | 17 | 163 | 50 | 2B |
| Octal | 304 | 26 | 44 | 0 | 131 | 122 | 27 | 543 | 120 | 53 |
| Binary | 11000100 | 10110 | 100100 | 0 | 1011001 | 1010010 | 10111 | 101100011 | 1010000 | 101011 |
Color Harmonies of #C41624
Complementary color
Monochromatic Colors of #C41624
Black with #C41624
Text Example
Text Example
White with #C41624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41624; }
p { color: rgb(196,22,36); }
H1.HeaderClassName
{
color: #C41624;
}
.AnyTagClassName
{
color: #C41624;
}
</style>
background-color css
<style>
a { background-color: #C41624; }
a { background-color: rgb(196,22,36); }
div.DivClassName
{
background-color: #C41624;
}
.BgClassName
{
background-color: #C41624;
}
</style>
border-color css
<style>
span { border-color: #C41624; }
span { border-color: rgb(196,22,36); }
td.TdClassName
{
border-color: #C41624;
}
.TagClassName
{
border-color: #C41624;
}
</style>