Shades of Fire Engine Red #C41228
Tints of Fire Engine Red #C41228
RGB
CMYK
RGB Variations
Color information
#C41228 (or 0xC41228) is known color: Fire Engine Red. HEX triplet: C4, 12 and 28. RGB value is (196,18,40). Sum of RGB (Red+Green+Blue) = 196+18+40=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C41228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41228 is #3BEDD7. Grayscale: #494949. Windows color (decimal): -3927512 or 2626244. OLE color: 2626244.
HSL color Cylindrical-coordinate representation of color #C41228: hue angle of 352.58º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41228 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 18 | 40 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.23 |
| HSL | 352.58º | 0.83% | 0.42% | - |
| HSV(B) | 352.58º | 0.91% | 0.77% | - |
| XYZ | 23.36 | 12.32 | 3.15 | - |
| YUV | 73.73 | 108.97 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 18 | 40 | 0 | 0.91 | 0.80 | 0.23 | 352.58 | 0.83 | 0.42 |
| Hex | C4 | 12 | 28 | 0 | 5B | 50 | 17 | 161 | 53 | 2A |
| Octal | 304 | 22 | 50 | 0 | 133 | 120 | 27 | 541 | 123 | 52 |
| Binary | 11000100 | 10010 | 101000 | 0 | 1011011 | 1010000 | 10111 | 101100001 | 1010011 | 101010 |
Color Harmonies of #C41228
Complementary color
Monochromatic Colors of #C41228
Black with #C41228
Text Example
Text Example
White with #C41228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41228; }
p { color: rgb(196,18,40); }
H1.HeaderClassName
{
color: #C41228;
}
.AnyTagClassName
{
color: #C41228;
}
</style>
background-color css
<style>
a { background-color: #C41228; }
a { background-color: rgb(196,18,40); }
div.DivClassName
{
background-color: #C41228;
}
.BgClassName
{
background-color: #C41228;
}
</style>
border-color css
<style>
span { border-color: #C41228; }
span { border-color: rgb(196,18,40); }
td.TdClassName
{
border-color: #C41228;
}
.TagClassName
{
border-color: #C41228;
}
</style>