Shades of Fire Engine Red #C41E21
Tints of Fire Engine Red #C41E21
RGB
CMYK
RGB Variations
Color information
#C41E21 (or 0xC41E21) is known color: Fire Engine Red. HEX triplet: C4, 1E and 21. RGB value is (196,30,33). Sum of RGB (Red+Green+Blue) = 196+30+33=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E21 is #3BE1DE. Grayscale: #505050. Windows color (decimal): -3924447 or 2170564. OLE color: 2170564.
HSL color Cylindrical-coordinate representation of color #C41E21: hue angle of 358.92º 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 #C41E21 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 30 | 33 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.23 |
| HSL | 358.92º | 0.73% | 0.44% | - |
| HSV(B) | 358.92º | 0.85% | 0.77% | - |
| XYZ | 23.5 | 12.77 | 2.67 | - |
| YUV | 79.98 | 101.5 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 30 | 33 | 0 | 0.85 | 0.83 | 0.23 | 358.92 | 0.73 | 0.44 |
| Hex | C4 | 1E | 21 | 0 | 55 | 53 | 17 | 167 | 49 | 2C |
| Octal | 304 | 36 | 41 | 0 | 125 | 123 | 27 | 547 | 111 | 54 |
| Binary | 11000100 | 11110 | 100001 | 0 | 1010101 | 1010011 | 10111 | 101100111 | 1001001 | 101100 |
Color Harmonies of #C41E21
Complementary color
Monochromatic Colors of #C41E21
Black with #C41E21
Text Example
Text Example
White with #C41E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41E21; }
p { color: rgb(196,30,33); }
H1.HeaderClassName
{
color: #C41E21;
}
.AnyTagClassName
{
color: #C41E21;
}
</style>
background-color css
<style>
a { background-color: #C41E21; }
a { background-color: rgb(196,30,33); }
div.DivClassName
{
background-color: #C41E21;
}
.BgClassName
{
background-color: #C41E21;
}
</style>
border-color css
<style>
span { border-color: #C41E21; }
span { border-color: rgb(196,30,33); }
td.TdClassName
{
border-color: #C41E21;
}
.TagClassName
{
border-color: #C41E21;
}
</style>