Shades of Fire Engine Red #C41D2B
Tints of Fire Engine Red #C41D2B
RGB
CMYK
RGB Variations
Color information
#C41D2B (or 0xC41D2B) is known color: Fire Engine Red. HEX triplet: C4, 1D and 2B. RGB value is (196,29,43). Sum of RGB (Red+Green+Blue) = 196+29+43=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C41D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41D2B is #3BE2D4. Grayscale: #505050. Windows color (decimal): -3924693 or 2825668. OLE color: 2825668.
HSL color Cylindrical-coordinate representation of color #C41D2B: hue angle of 354.97º 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 #C41D2B is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 29 | 43 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.23 |
| HSL | 354.97º | 0.74% | 0.44% | - |
| HSV(B) | 354.97º | 0.85% | 0.77% | - |
| XYZ | 23.64 | 12.79 | 3.51 | - |
| YUV | 80.53 | 106.83 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 29 | 43 | 0 | 0.85 | 0.78 | 0.23 | 354.97 | 0.74 | 0.44 |
| Hex | C4 | 1D | 2B | 0 | 55 | 4E | 17 | 163 | 4A | 2C |
| Octal | 304 | 35 | 53 | 0 | 125 | 116 | 27 | 543 | 112 | 54 |
| Binary | 11000100 | 11101 | 101011 | 0 | 1010101 | 1001110 | 10111 | 101100011 | 1001010 | 101100 |
Color Harmonies of #C41D2B
Complementary color
Monochromatic Colors of #C41D2B
Black with #C41D2B
Text Example
Text Example
White with #C41D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41D2B; }
p { color: rgb(196,29,43); }
H1.HeaderClassName
{
color: #C41D2B;
}
.AnyTagClassName
{
color: #C41D2B;
}
</style>
background-color css
<style>
a { background-color: #C41D2B; }
a { background-color: rgb(196,29,43); }
div.DivClassName
{
background-color: #C41D2B;
}
.BgClassName
{
background-color: #C41D2B;
}
</style>
border-color css
<style>
span { border-color: #C41D2B; }
span { border-color: rgb(196,29,43); }
td.TdClassName
{
border-color: #C41D2B;
}
.TagClassName
{
border-color: #C41D2B;
}
</style>