Shades of Fire Engine Red #C60F2B
Tints of Fire Engine Red #C60F2B
RGB
CMYK
RGB Variations
Color information
#C60F2B (or 0xC60F2B) is known color: Fire Engine Red. HEX triplet: C6, 0F and 2B. RGB value is (198,15,43). Sum of RGB (Red+Green+Blue) = 198+15+43=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C60F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60F2B is #39F0D4. Grayscale: #484848. Windows color (decimal): -3797205 or 2822086. OLE color: 2822086.
HSL color Cylindrical-coordinate representation of color #C60F2B: hue angle of 350.82º 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 #C60F2B is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 15 | 43 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.22 |
| HSL | 350.82º | 0.86% | 0.42% | - |
| HSV(B) | 350.82º | 0.92% | 0.78% | - |
| XYZ | 23.9 | 12.52 | 3.44 | - |
| YUV | 72.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 43 | 0 | 0.92 | 0.78 | 0.22 | 350.82 | 0.86 | 0.42 |
| Hex | C6 | F | 2B | 0 | 5C | 4E | 16 | 15F | 56 | 2A |
| Octal | 306 | 17 | 53 | 0 | 134 | 116 | 26 | 537 | 126 | 52 |
| Binary | 11000110 | 1111 | 101011 | 0 | 1011100 | 1001110 | 10110 | 101011111 | 1010110 | 101010 |
Color Harmonies of #C60F2B
Complementary color
Monochromatic Colors of #C60F2B
Black with #C60F2B
Text Example
Text Example
White with #C60F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60F2B; }
p { color: rgb(198,15,43); }
H1.HeaderClassName
{
color: #C60F2B;
}
.AnyTagClassName
{
color: #C60F2B;
}
</style>
background-color css
<style>
a { background-color: #C60F2B; }
a { background-color: rgb(198,15,43); }
div.DivClassName
{
background-color: #C60F2B;
}
.BgClassName
{
background-color: #C60F2B;
}
</style>
border-color css
<style>
span { border-color: #C60F2B; }
span { border-color: rgb(198,15,43); }
td.TdClassName
{
border-color: #C60F2B;
}
.TagClassName
{
border-color: #C60F2B;
}
</style>