Shades of Fire Engine Red #C61022
Tints of Fire Engine Red #C61022
RGB
CMYK
RGB Variations
Color information
#C61022 (or 0xC61022) is known color: Fire Engine Red. HEX triplet: C6, 10 and 22. RGB value is (198,16,34). Sum of RGB (Red+Green+Blue) = 198+16+34=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C61022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C61022 is #39EFDD. Grayscale: #484848. Windows color (decimal): -3796958 or 2232518. OLE color: 2232518.
HSL color Cylindrical-coordinate representation of color #C61022: hue angle of 354.07º degrees, saturation: 0.85, 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 #C61022 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 34 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.22 |
| HSL | 354.07º | 0.85% | 0.42% | - |
| HSV(B) | 354.07º | 0.92% | 0.78% | - |
| XYZ | 23.76 | 12.49 | 2.67 | - |
| YUV | 72.47 | 106.3 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 34 | 0 | 0.92 | 0.83 | 0.22 | 354.07 | 0.85 | 0.42 |
| Hex | C6 | 10 | 22 | 0 | 5C | 53 | 16 | 162 | 55 | 2A |
| Octal | 306 | 20 | 42 | 0 | 134 | 123 | 26 | 542 | 125 | 52 |
| Binary | 11000110 | 10000 | 100010 | 0 | 1011100 | 1010011 | 10110 | 101100010 | 1010101 | 101010 |
Color Harmonies of #C61022
Complementary color
Monochromatic Colors of #C61022
Black with #C61022
Text Example
Text Example
White with #C61022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61022; }
p { color: rgb(198,16,34); }
H1.HeaderClassName
{
color: #C61022;
}
.AnyTagClassName
{
color: #C61022;
}
</style>
background-color css
<style>
a { background-color: #C61022; }
a { background-color: rgb(198,16,34); }
div.DivClassName
{
background-color: #C61022;
}
.BgClassName
{
background-color: #C61022;
}
</style>
border-color css
<style>
span { border-color: #C61022; }
span { border-color: rgb(198,16,34); }
td.TdClassName
{
border-color: #C61022;
}
.TagClassName
{
border-color: #C61022;
}
</style>