Shades of Fire Engine Red #C61320
Tints of Fire Engine Red #C61320
RGB
CMYK
RGB Variations
Color information
#C61320 (or 0xC61320) is known color: Fire Engine Red. HEX triplet: C6, 13 and 20. RGB value is (198,19,32). Sum of RGB (Red+Green+Blue) = 198+19+32=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C61320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61320 is #39ECDF. Grayscale: #4A4A4A. Windows color (decimal): -3796192 or 2102214. OLE color: 2102214.
HSL color Cylindrical-coordinate representation of color #C61320: hue angle of 355.64º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61320 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 32 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.22 |
| HSL | 355.64º | 0.82% | 0.43% | - |
| HSV(B) | 355.64º | 0.9% | 0.78% | - |
| XYZ | 23.78 | 12.58 | 2.54 | - |
| YUV | 74 | 104.3 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 32 | 0 | 0.90 | 0.84 | 0.22 | 355.64 | 0.82 | 0.43 |
| Hex | C6 | 13 | 20 | 0 | 5A | 54 | 16 | 164 | 52 | 2B |
| Octal | 306 | 23 | 40 | 0 | 132 | 124 | 26 | 544 | 122 | 53 |
| Binary | 11000110 | 10011 | 100000 | 0 | 1011010 | 1010100 | 10110 | 101100100 | 1010010 | 101011 |
Color Harmonies of #C61320
Complementary color
Monochromatic Colors of #C61320
Black with #C61320
Text Example
Text Example
White with #C61320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61320; }
p { color: rgb(198,19,32); }
H1.HeaderClassName
{
color: #C61320;
}
.AnyTagClassName
{
color: #C61320;
}
</style>
background-color css
<style>
a { background-color: #C61320; }
a { background-color: rgb(198,19,32); }
div.DivClassName
{
background-color: #C61320;
}
.BgClassName
{
background-color: #C61320;
}
</style>
border-color css
<style>
span { border-color: #C61320; }
span { border-color: rgb(198,19,32); }
td.TdClassName
{
border-color: #C61320;
}
.TagClassName
{
border-color: #C61320;
}
</style>