Shades of Fire Engine Red #C41622
Tints of Fire Engine Red #C41622
RGB
CMYK
RGB Variations
Color information
#C41622 (or 0xC41622) is known color: Fire Engine Red. HEX triplet: C4, 16 and 22. RGB value is (196,22,34). Sum of RGB (Red+Green+Blue) = 196+22+34=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C41622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41622 is #3BE9DD. Grayscale: #4B4B4B. Windows color (decimal): -3926494 or 2234052. OLE color: 2234052.
HSL color Cylindrical-coordinate representation of color #C41622: hue angle of 355.86º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C41622 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 22 | 34 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.23 |
| HSL | 355.86º | 0.8% | 0.43% | - |
| HSV(B) | 355.86º | 0.89% | 0.77% | - |
| XYZ | 23.34 | 12.43 | 2.68 | - |
| YUV | 75.39 | 104.65 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 22 | 34 | 0 | 0.89 | 0.83 | 0.23 | 355.86 | 0.8 | 0.43 |
| Hex | C4 | 16 | 22 | 0 | 59 | 53 | 17 | 164 | 50 | 2B |
| Octal | 304 | 26 | 42 | 0 | 131 | 123 | 27 | 544 | 120 | 53 |
| Binary | 11000100 | 10110 | 100010 | 0 | 1011001 | 1010011 | 10111 | 101100100 | 1010000 | 101011 |
Color Harmonies of #C41622
Complementary color
Monochromatic Colors of #C41622
Black with #C41622
Text Example
Text Example
White with #C41622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41622; }
p { color: rgb(196,22,34); }
H1.HeaderClassName
{
color: #C41622;
}
.AnyTagClassName
{
color: #C41622;
}
</style>
background-color css
<style>
a { background-color: #C41622; }
a { background-color: rgb(196,22,34); }
div.DivClassName
{
background-color: #C41622;
}
.BgClassName
{
background-color: #C41622;
}
</style>
border-color css
<style>
span { border-color: #C41622; }
span { border-color: rgb(196,22,34); }
td.TdClassName
{
border-color: #C41622;
}
.TagClassName
{
border-color: #C41622;
}
</style>