Shades of Fire Engine Red #C7242B
Tints of Fire Engine Red #C7242B
RGB
CMYK
RGB Variations
Color information
#C7242B (or 0xC7242B) is known color: Fire Engine Red. HEX triplet: C7, 24 and 2B. RGB value is (199,36,43). Sum of RGB (Red+Green+Blue) = 199+36+43=278 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.58% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 199 - color contains mainly: red. Hex color #C7242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7242B is #38DBD4. Grayscale: #555555. Windows color (decimal): -3726293 or 2827463. OLE color: 2827463.
HSL color Cylindrical-coordinate representation of color #C7242B: hue angle of 357.42º 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 #C7242B is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 43 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.22 |
| HSL | 357.42º | 0.69% | 0.46% | - |
| HSV(B) | 357.42º | 0.82% | 0.78% | - |
| XYZ | 24.62 | 13.58 | 3.61 | - |
| YUV | 85.54 | 104 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 43 | 0 | 0.82 | 0.78 | 0.22 | 357.42 | 0.69 | 0.46 |
| Hex | C7 | 24 | 2B | 0 | 52 | 4E | 16 | 165 | 45 | 2E |
| Octal | 307 | 44 | 53 | 0 | 122 | 116 | 26 | 545 | 105 | 56 |
| Binary | 11000111 | 100100 | 101011 | 0 | 1010010 | 1001110 | 10110 | 101100101 | 1000101 | 101110 |
Color Harmonies of #C7242B
Complementary color
Monochromatic Colors of #C7242B
Black with #C7242B
Text Example
Text Example
White with #C7242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7242B; }
p { color: rgb(199,36,43); }
H1.HeaderClassName
{
color: #C7242B;
}
.AnyTagClassName
{
color: #C7242B;
}
</style>
background-color css
<style>
a { background-color: #C7242B; }
a { background-color: rgb(199,36,43); }
div.DivClassName
{
background-color: #C7242B;
}
.BgClassName
{
background-color: #C7242B;
}
</style>
border-color css
<style>
span { border-color: #C7242B; }
span { border-color: rgb(199,36,43); }
td.TdClassName
{
border-color: #C7242B;
}
.TagClassName
{
border-color: #C7242B;
}
</style>