Shades of Fire Engine Red #C8242A
Tints of Fire Engine Red #C8242A
RGB
CMYK
RGB Variations
Color information
#C8242A (or 0xC8242A) is known color: Fire Engine Red. HEX triplet: C8, 24 and 2A. RGB value is (200,36,42). Sum of RGB (Red+Green+Blue) = 200+36+42=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C8242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8242A is #37DBD5. Grayscale: #555555. Windows color (decimal): -3660758 or 2761928. OLE color: 2761928.
HSL color Cylindrical-coordinate representation of color #C8242A: hue angle of 357.8º 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 #C8242A is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 42 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.22 |
| HSL | 357.8º | 0.69% | 0.46% | - |
| HSV(B) | 357.8º | 0.82% | 0.78% | - |
| XYZ | 24.87 | 13.71 | 3.53 | - |
| YUV | 85.72 | 103.33 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 42 | 0 | 0.82 | 0.79 | 0.22 | 357.8 | 0.69 | 0.46 |
| Hex | C8 | 24 | 2A | 0 | 52 | 4F | 16 | 166 | 45 | 2E |
| Octal | 310 | 44 | 52 | 0 | 122 | 117 | 26 | 546 | 105 | 56 |
| Binary | 11001000 | 100100 | 101010 | 0 | 1010010 | 1001111 | 10110 | 101100110 | 1000101 | 101110 |
Color Harmonies of #C8242A
Complementary color
Monochromatic Colors of #C8242A
Black with #C8242A
Text Example
Text Example
White with #C8242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8242A; }
p { color: rgb(200,36,42); }
H1.HeaderClassName
{
color: #C8242A;
}
.AnyTagClassName
{
color: #C8242A;
}
</style>
background-color css
<style>
a { background-color: #C8242A; }
a { background-color: rgb(200,36,42); }
div.DivClassName
{
background-color: #C8242A;
}
.BgClassName
{
background-color: #C8242A;
}
</style>
border-color css
<style>
span { border-color: #C8242A; }
span { border-color: rgb(200,36,42); }
td.TdClassName
{
border-color: #C8242A;
}
.TagClassName
{
border-color: #C8242A;
}
</style>