Shades of Fire Engine Red #C60F21
Tints of Fire Engine Red #C60F21
RGB
CMYK
RGB Variations
Color information
#C60F21 (or 0xC60F21) is known color: Fire Engine Red. HEX triplet: C6, 0F and 21. RGB value is (198,15,33). Sum of RGB (Red+Green+Blue) = 198+15+33=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60F21 is #39F0DE. Grayscale: #474747. Windows color (decimal): -3797215 or 2166726. OLE color: 2166726.
HSL color Cylindrical-coordinate representation of color #C60F21: hue angle of 354.1º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C60F21 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 33 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.22 |
| HSL | 354.1º | 0.86% | 0.42% | - |
| HSV(B) | 354.1º | 0.92% | 0.78% | - |
| XYZ | 23.73 | 12.46 | 2.59 | - |
| YUV | 71.77 | 106.13 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 33 | 0 | 0.92 | 0.83 | 0.22 | 354.1 | 0.86 | 0.42 |
| Hex | C6 | F | 21 | 0 | 5C | 53 | 16 | 162 | 56 | 2A |
| Octal | 306 | 17 | 41 | 0 | 134 | 123 | 26 | 542 | 126 | 52 |
| Binary | 11000110 | 1111 | 100001 | 0 | 1011100 | 1010011 | 10110 | 101100010 | 1010110 | 101010 |
Color Harmonies of #C60F21
Complementary color
Monochromatic Colors of #C60F21
Black with #C60F21
Text Example
Text Example
White with #C60F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F21; }
p { color: rgb(198,15,33); }
H1.HeaderClassName
{
color: #C60F21;
}
.AnyTagClassName
{
color: #C60F21;
}
</style>
background-color css
<style>
a { background-color: #C60F21; }
a { background-color: rgb(198,15,33); }
div.DivClassName
{
background-color: #C60F21;
}
.BgClassName
{
background-color: #C60F21;
}
</style>
border-color css
<style>
span { border-color: #C60F21; }
span { border-color: rgb(198,15,33); }
td.TdClassName
{
border-color: #C60F21;
}
.TagClassName
{
border-color: #C60F21;
}
</style>