Shades of Fire Engine Red #C61A20
Tints of Fire Engine Red #C61A20
RGB
CMYK
RGB Variations
Color information
#C61A20 (or 0xC61A20) is known color: Fire Engine Red. HEX triplet: C6, 1A and 20. RGB value is (198,26,32). Sum of RGB (Red+Green+Blue) = 198+26+32=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C61A20 is #39E5DF. Grayscale: #4E4E4E. Windows color (decimal): -3794400 or 2104006. OLE color: 2104006.
HSL color Cylindrical-coordinate representation of color #C61A20: hue angle of 357.91º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61A20 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 32 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.22 |
| HSL | 357.91º | 0.77% | 0.44% | - |
| HSV(B) | 357.91º | 0.87% | 0.78% | - |
| XYZ | 23.92 | 12.85 | 2.59 | - |
| YUV | 78.11 | 101.98 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 32 | 0 | 0.87 | 0.84 | 0.22 | 357.91 | 0.77 | 0.44 |
| Hex | C6 | 1A | 20 | 0 | 57 | 54 | 16 | 166 | 4D | 2C |
| Octal | 306 | 32 | 40 | 0 | 127 | 124 | 26 | 546 | 115 | 54 |
| Binary | 11000110 | 11010 | 100000 | 0 | 1010111 | 1010100 | 10110 | 101100110 | 1001101 | 101100 |
Color Harmonies of #C61A20
Complementary color
Monochromatic Colors of #C61A20
Black with #C61A20
Text Example
Text Example
White with #C61A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A20; }
p { color: rgb(198,26,32); }
H1.HeaderClassName
{
color: #C61A20;
}
.AnyTagClassName
{
color: #C61A20;
}
</style>
background-color css
<style>
a { background-color: #C61A20; }
a { background-color: rgb(198,26,32); }
div.DivClassName
{
background-color: #C61A20;
}
.BgClassName
{
background-color: #C61A20;
}
</style>
border-color css
<style>
span { border-color: #C61A20; }
span { border-color: rgb(198,26,32); }
td.TdClassName
{
border-color: #C61A20;
}
.TagClassName
{
border-color: #C61A20;
}
</style>