Shades of Fire Engine Red #C41A24
Tints of Fire Engine Red #C41A24
RGB
CMYK
RGB Variations
Color information
#C41A24 (or 0xC41A24) is known color: Fire Engine Red. HEX triplet: C4, 1A and 24. RGB value is (196,26,36). Sum of RGB (Red+Green+Blue) = 196+26+36=258 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.97% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A24 is #3BE5DB. Grayscale: #4E4E4E. Windows color (decimal): -3925468 or 2366148. OLE color: 2366148.
HSL color Cylindrical-coordinate representation of color #C41A24: hue angle of 356.47º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C41A24 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 26 | 36 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.23 |
| HSL | 356.47º | 0.77% | 0.44% | - |
| HSV(B) | 356.47º | 0.87% | 0.77% | - |
| XYZ | 23.45 | 12.6 | 2.87 | - |
| YUV | 77.97 | 104.32 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 26 | 36 | 0 | 0.87 | 0.82 | 0.23 | 356.47 | 0.77 | 0.44 |
| Hex | C4 | 1A | 24 | 0 | 57 | 52 | 17 | 164 | 4D | 2C |
| Octal | 304 | 32 | 44 | 0 | 127 | 122 | 27 | 544 | 115 | 54 |
| Binary | 11000100 | 11010 | 100100 | 0 | 1010111 | 1010010 | 10111 | 101100100 | 1001101 | 101100 |
Color Harmonies of #C41A24
Complementary color
Monochromatic Colors of #C41A24
Black with #C41A24
Text Example
Text Example
White with #C41A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41A24; }
p { color: rgb(196,26,36); }
H1.HeaderClassName
{
color: #C41A24;
}
.AnyTagClassName
{
color: #C41A24;
}
</style>
background-color css
<style>
a { background-color: #C41A24; }
a { background-color: rgb(196,26,36); }
div.DivClassName
{
background-color: #C41A24;
}
.BgClassName
{
background-color: #C41A24;
}
</style>
border-color css
<style>
span { border-color: #C41A24; }
span { border-color: rgb(196,26,36); }
td.TdClassName
{
border-color: #C41A24;
}
.TagClassName
{
border-color: #C41A24;
}
</style>