Shades of Fire Engine Red #C60D28
Tints of Fire Engine Red #C60D28
RGB
CMYK
RGB Variations
Color information
#C60D28 (or 0xC60D28) is known color: Fire Engine Red. HEX triplet: C6, 0D and 28. RGB value is (198,13,40). Sum of RGB (Red+Green+Blue) = 198+13+40=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D28 is #39F2D7. Grayscale: #474747. Windows color (decimal): -3797720 or 2624966. OLE color: 2624966.
HSL color Cylindrical-coordinate representation of color #C60D28: hue angle of 351.24º 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 #C60D28 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 13 | 40 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.22 |
| HSL | 351.24º | 0.88% | 0.41% | - |
| HSV(B) | 351.24º | 0.93% | 0.78% | - |
| XYZ | 23.82 | 12.45 | 3.15 | - |
| YUV | 71.39 | 110.29 | 218.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 40 | 0 | 0.93 | 0.80 | 0.22 | 351.24 | 0.88 | 0.41 |
| Hex | C6 | D | 28 | 0 | 5D | 50 | 16 | 15F | 58 | 29 |
| Octal | 306 | 15 | 50 | 0 | 135 | 120 | 26 | 537 | 130 | 51 |
| Binary | 11000110 | 1101 | 101000 | 0 | 1011101 | 1010000 | 10110 | 101011111 | 1011000 | 101001 |
Color Harmonies of #C60D28
Complementary color
Monochromatic Colors of #C60D28
Black with #C60D28
Text Example
Text Example
White with #C60D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60D28; }
p { color: rgb(198,13,40); }
H1.HeaderClassName
{
color: #C60D28;
}
.AnyTagClassName
{
color: #C60D28;
}
</style>
background-color css
<style>
a { background-color: #C60D28; }
a { background-color: rgb(198,13,40); }
div.DivClassName
{
background-color: #C60D28;
}
.BgClassName
{
background-color: #C60D28;
}
</style>
border-color css
<style>
span { border-color: #C60D28; }
span { border-color: rgb(198,13,40); }
td.TdClassName
{
border-color: #C60D28;
}
.TagClassName
{
border-color: #C60D28;
}
</style>