Shades of Fire Engine Red #C60D2B
Tints of Fire Engine Red #C60D2B
RGB
CMYK
RGB Variations
Color information
#C60D2B (or 0xC60D2B) is known color: Fire Engine Red. HEX triplet: C6, 0D and 2B. RGB value is (198,13,43). Sum of RGB (Red+Green+Blue) = 198+13+43=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D2B is #39F2D4. Grayscale: #474747. Windows color (decimal): -3797717 or 2821574. OLE color: 2821574.
HSL color Cylindrical-coordinate representation of color #C60D2B: hue angle of 350.27º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C60D2B is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 43 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.22 |
| HSL | 350.27º | 0.88% | 0.41% | - |
| HSV(B) | 350.27º | 0.93% | 0.78% | - |
| XYZ | 23.87 | 12.47 | 3.43 | - |
| YUV | 71.74 | 111.79 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 43 | 0 | 0.93 | 0.78 | 0.22 | 350.27 | 0.88 | 0.41 |
| Hex | C6 | D | 2B | 0 | 5D | 4E | 16 | 15E | 58 | 29 |
| Octal | 306 | 15 | 53 | 0 | 135 | 116 | 26 | 536 | 130 | 51 |
| Binary | 11000110 | 1101 | 101011 | 0 | 1011101 | 1001110 | 10110 | 101011110 | 1011000 | 101001 |
Color Harmonies of #C60D2B
Complementary color
Monochromatic Colors of #C60D2B
Black with #C60D2B
Text Example
Text Example
White with #C60D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60D2B; }
p { color: rgb(198,13,43); }
H1.HeaderClassName
{
color: #C60D2B;
}
.AnyTagClassName
{
color: #C60D2B;
}
</style>
background-color css
<style>
a { background-color: #C60D2B; }
a { background-color: rgb(198,13,43); }
div.DivClassName
{
background-color: #C60D2B;
}
.BgClassName
{
background-color: #C60D2B;
}
</style>
border-color css
<style>
span { border-color: #C60D2B; }
span { border-color: rgb(198,13,43); }
td.TdClassName
{
border-color: #C60D2B;
}
.TagClassName
{
border-color: #C60D2B;
}
</style>