Shades of Fire Engine Red #C41722
Tints of Fire Engine Red #C41722
RGB
CMYK
RGB Variations
Color information
#C41722 (or 0xC41722) is known color: Fire Engine Red. HEX triplet: C4, 17 and 22. RGB value is (196,23,34). Sum of RGB (Red+Green+Blue) = 196+23+34=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C41722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41722 is #3BE8DD. Grayscale: #4C4C4C. Windows color (decimal): -3926238 or 2234308. OLE color: 2234308.
HSL color Cylindrical-coordinate representation of color #C41722: hue angle of 356.18º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C41722 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 23 | 34 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.23 |
| HSL | 356.19º | 0.79% | 0.43% | - |
| HSV(B) | 356.19º | 0.88% | 0.77% | - |
| XYZ | 23.36 | 12.46 | 2.69 | - |
| YUV | 75.98 | 104.31 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 23 | 34 | 0 | 0.88 | 0.83 | 0.23 | 356.19 | 0.79 | 0.43 |
| Hex | C4 | 17 | 22 | 0 | 58 | 53 | 17 | 164 | 4F | 2B |
| Octal | 304 | 27 | 42 | 0 | 130 | 123 | 27 | 544 | 117 | 53 |
| Binary | 11000100 | 10111 | 100010 | 0 | 1011000 | 1010011 | 10111 | 101100100 | 1001111 | 101011 |
Color Harmonies of #C41722
Complementary color
Monochromatic Colors of #C41722
Black with #C41722
Text Example
Text Example
White with #C41722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41722; }
p { color: rgb(196,23,34); }
H1.HeaderClassName
{
color: #C41722;
}
.AnyTagClassName
{
color: #C41722;
}
</style>
background-color css
<style>
a { background-color: #C41722; }
a { background-color: rgb(196,23,34); }
div.DivClassName
{
background-color: #C41722;
}
.BgClassName
{
background-color: #C41722;
}
</style>
border-color css
<style>
span { border-color: #C41722; }
span { border-color: rgb(196,23,34); }
td.TdClassName
{
border-color: #C41722;
}
.TagClassName
{
border-color: #C41722;
}
</style>