Shades of Fire Engine Red #C8242B
Tints of Fire Engine Red #C8242B
RGB
CMYK
RGB Variations
Color information
#C8242B (or 0xC8242B) is known color: Fire Engine Red. HEX triplet: C8, 24 and 2B. RGB value is (200,36,43). Sum of RGB (Red+Green+Blue) = 200+36+43=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8242B is #37DBD4. Grayscale: #555555. Windows color (decimal): -3660757 or 2827464. OLE color: 2827464.
HSL color Cylindrical-coordinate representation of color #C8242B: hue angle of 357.44º 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 #C8242B is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 43 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.22 |
| HSL | 357.44º | 0.69% | 0.46% | - |
| HSV(B) | 357.44º | 0.82% | 0.78% | - |
| XYZ | 24.89 | 13.72 | 3.62 | - |
| YUV | 85.83 | 103.83 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 43 | 0 | 0.82 | 0.78 | 0.22 | 357.44 | 0.69 | 0.46 |
| Hex | C8 | 24 | 2B | 0 | 52 | 4E | 16 | 165 | 45 | 2E |
| Octal | 310 | 44 | 53 | 0 | 122 | 116 | 26 | 545 | 105 | 56 |
| Binary | 11001000 | 100100 | 101011 | 0 | 1010010 | 1001110 | 10110 | 101100101 | 1000101 | 101110 |
Color Harmonies of #C8242B
Complementary color
Monochromatic Colors of #C8242B
Black with #C8242B
Text Example
Text Example
White with #C8242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8242B; }
p { color: rgb(200,36,43); }
H1.HeaderClassName
{
color: #C8242B;
}
.AnyTagClassName
{
color: #C8242B;
}
</style>
background-color css
<style>
a { background-color: #C8242B; }
a { background-color: rgb(200,36,43); }
div.DivClassName
{
background-color: #C8242B;
}
.BgClassName
{
background-color: #C8242B;
}
</style>
border-color css
<style>
span { border-color: #C8242B; }
span { border-color: rgb(200,36,43); }
td.TdClassName
{
border-color: #C8242B;
}
.TagClassName
{
border-color: #C8242B;
}
</style>