Shades of Fire Engine Red #C41D23
Tints of Fire Engine Red #C41D23
RGB
CMYK
RGB Variations
Color information
#C41D23 (or 0xC41D23) is known color: Fire Engine Red. HEX triplet: C4, 1D and 23. RGB value is (196,29,35). Sum of RGB (Red+Green+Blue) = 196+29+35=260 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.38% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41D23 is #3BE2DC. Grayscale: #4F4F4F. Windows color (decimal): -3924701 or 2301380. OLE color: 2301380.
HSL color Cylindrical-coordinate representation of color #C41D23: hue angle of 357.84º degrees, saturation: 0.74, 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 #C41D23 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 35 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.23 |
| HSL | 357.84º | 0.74% | 0.44% | - |
| HSV(B) | 357.84º | 0.85% | 0.77% | - |
| XYZ | 23.51 | 12.74 | 2.81 | - |
| YUV | 79.62 | 102.83 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 35 | 0 | 0.85 | 0.82 | 0.23 | 357.84 | 0.74 | 0.44 |
| Hex | C4 | 1D | 23 | 0 | 55 | 52 | 17 | 166 | 4A | 2C |
| Octal | 304 | 35 | 43 | 0 | 125 | 122 | 27 | 546 | 112 | 54 |
| Binary | 11000100 | 11101 | 100011 | 0 | 1010101 | 1010010 | 10111 | 101100110 | 1001010 | 101100 |
Color Harmonies of #C41D23
Complementary color
Monochromatic Colors of #C41D23
Black with #C41D23
Text Example
Text Example
White with #C41D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D23; }
p { color: rgb(196,29,35); }
H1.HeaderClassName
{
color: #C41D23;
}
.AnyTagClassName
{
color: #C41D23;
}
</style>
background-color css
<style>
a { background-color: #C41D23; }
a { background-color: rgb(196,29,35); }
div.DivClassName
{
background-color: #C41D23;
}
.BgClassName
{
background-color: #C41D23;
}
</style>
border-color css
<style>
span { border-color: #C41D23; }
span { border-color: rgb(196,29,35); }
td.TdClassName
{
border-color: #C41D23;
}
.TagClassName
{
border-color: #C41D23;
}
</style>