Shades of Fire Engine Red #C6242A
Tints of Fire Engine Red #C6242A
RGB
CMYK
RGB Variations
Color information
#C6242A (or 0xC6242A) is known color: Fire Engine Red. HEX triplet: C6, 24 and 2A. RGB value is (198,36,42). Sum of RGB (Red+Green+Blue) = 198+36+42=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C6242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6242A is #39DBD5. Grayscale: #555555. Windows color (decimal): -3791830 or 2761926. OLE color: 2761926.
HSL color Cylindrical-coordinate representation of color #C6242A: hue angle of 357.78º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6242A is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 42 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.22 |
| HSL | 357.78º | 0.69% | 0.46% | - |
| HSV(B) | 357.78º | 0.82% | 0.78% | - |
| XYZ | 24.34 | 13.43 | 3.5 | - |
| YUV | 85.12 | 103.67 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 42 | 0 | 0.82 | 0.79 | 0.22 | 357.78 | 0.69 | 0.46 |
| Hex | C6 | 24 | 2A | 0 | 52 | 4F | 16 | 166 | 45 | 2E |
| Octal | 306 | 44 | 52 | 0 | 122 | 117 | 26 | 546 | 105 | 56 |
| Binary | 11000110 | 100100 | 101010 | 0 | 1010010 | 1001111 | 10110 | 101100110 | 1000101 | 101110 |
Color Harmonies of #C6242A
Complementary color
Monochromatic Colors of #C6242A
Black with #C6242A
Text Example
Text Example
White with #C6242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6242A; }
p { color: rgb(198,36,42); }
H1.HeaderClassName
{
color: #C6242A;
}
.AnyTagClassName
{
color: #C6242A;
}
</style>
background-color css
<style>
a { background-color: #C6242A; }
a { background-color: rgb(198,36,42); }
div.DivClassName
{
background-color: #C6242A;
}
.BgClassName
{
background-color: #C6242A;
}
</style>
border-color css
<style>
span { border-color: #C6242A; }
span { border-color: rgb(198,36,42); }
td.TdClassName
{
border-color: #C6242A;
}
.TagClassName
{
border-color: #C6242A;
}
</style>