Shades of Fire Engine Red #C41623
Tints of Fire Engine Red #C41623
RGB
CMYK
RGB Variations
Color information
#C41623 (or 0xC41623) is known color: Fire Engine Red. HEX triplet: C4, 16 and 23. RGB value is (196,22,35). Sum of RGB (Red+Green+Blue) = 196+22+35=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C41623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41623 is #3BE9DC. Grayscale: #4B4B4B. Windows color (decimal): -3926493 or 2299588. OLE color: 2299588.
HSL color Cylindrical-coordinate representation of color #C41623: hue angle of 355.52º 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 #C41623 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 35 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.23 |
| HSL | 355.52º | 0.8% | 0.43% | - |
| HSV(B) | 355.52º | 0.89% | 0.77% | - |
| XYZ | 23.36 | 12.43 | 2.76 | - |
| YUV | 75.51 | 105.15 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 35 | 0 | 0.89 | 0.82 | 0.23 | 355.52 | 0.8 | 0.43 |
| Hex | C4 | 16 | 23 | 0 | 59 | 52 | 17 | 164 | 50 | 2B |
| Octal | 304 | 26 | 43 | 0 | 131 | 122 | 27 | 544 | 120 | 53 |
| Binary | 11000100 | 10110 | 100011 | 0 | 1011001 | 1010010 | 10111 | 101100100 | 1010000 | 101011 |
Color Harmonies of #C41623
Complementary color
Monochromatic Colors of #C41623
Black with #C41623
Text Example
Text Example
White with #C41623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41623; }
p { color: rgb(196,22,35); }
H1.HeaderClassName
{
color: #C41623;
}
.AnyTagClassName
{
color: #C41623;
}
</style>
background-color css
<style>
a { background-color: #C41623; }
a { background-color: rgb(196,22,35); }
div.DivClassName
{
background-color: #C41623;
}
.BgClassName
{
background-color: #C41623;
}
</style>
border-color css
<style>
span { border-color: #C41623; }
span { border-color: rgb(196,22,35); }
td.TdClassName
{
border-color: #C41623;
}
.TagClassName
{
border-color: #C41623;
}
</style>