Shades of Fire Engine Red #C41E27
Tints of Fire Engine Red #C41E27
RGB
CMYK
RGB Variations
Color information
#C41E27 (or 0xC41E27) is known color: Fire Engine Red. HEX triplet: C4, 1E and 27. RGB value is (196,30,39). Sum of RGB (Red+Green+Blue) = 196+30+39=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E27 is #3BE1D8. Grayscale: #505050. Windows color (decimal): -3924441 or 2563780. OLE color: 2563780.
HSL color Cylindrical-coordinate representation of color #C41E27: hue angle of 356.75º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C41E27 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 39 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.23 |
| HSL | 356.75º | 0.73% | 0.44% | - |
| HSV(B) | 356.75º | 0.85% | 0.77% | - |
| XYZ | 23.6 | 12.81 | 3.15 | - |
| YUV | 80.66 | 104.5 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 39 | 0 | 0.85 | 0.80 | 0.23 | 356.75 | 0.73 | 0.44 |
| Hex | C4 | 1E | 27 | 0 | 55 | 50 | 17 | 165 | 49 | 2C |
| Octal | 304 | 36 | 47 | 0 | 125 | 120 | 27 | 545 | 111 | 54 |
| Binary | 11000100 | 11110 | 100111 | 0 | 1010101 | 1010000 | 10111 | 101100101 | 1001001 | 101100 |
Color Harmonies of #C41E27
Complementary color
Monochromatic Colors of #C41E27
Black with #C41E27
Text Example
Text Example
White with #C41E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E27; }
p { color: rgb(196,30,39); }
H1.HeaderClassName
{
color: #C41E27;
}
.AnyTagClassName
{
color: #C41E27;
}
</style>
background-color css
<style>
a { background-color: #C41E27; }
a { background-color: rgb(196,30,39); }
div.DivClassName
{
background-color: #C41E27;
}
.BgClassName
{
background-color: #C41E27;
}
</style>
border-color css
<style>
span { border-color: #C41E27; }
span { border-color: rgb(196,30,39); }
td.TdClassName
{
border-color: #C41E27;
}
.TagClassName
{
border-color: #C41E27;
}
</style>