Shades of Fire Engine Red #C8042D
Tints of Fire Engine Red #C8042D
RGB
CMYK
RGB Variations
Color information
#C8042D (or 0xC8042D) is known color: Fire Engine Red. HEX triplet: C8, 04 and 2D. RGB value is (200,4,45). Sum of RGB (Red+Green+Blue) = 200+4+45=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C8042D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8042D is #37FBD2. Grayscale: #434343. Windows color (decimal): -3668947 or 2950344. OLE color: 2950344.
HSL color Cylindrical-coordinate representation of color #C8042D: hue angle of 347.45º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8042D is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 4 | 45 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.22 |
| HSL | 347.45º | 0.96% | 0.4% | - |
| HSV(B) | 347.45º | 0.98% | 0.78% | - |
| XYZ | 24.34 | 12.56 | 3.62 | - |
| YUV | 67.28 | 115.43 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 4 | 45 | 0 | 0.98 | 0.78 | 0.22 | 347.45 | 0.96 | 0.4 |
| Hex | C8 | 4 | 2D | 0 | 62 | 4E | 16 | 15B | 60 | 28 |
| Octal | 310 | 4 | 55 | 0 | 142 | 116 | 26 | 533 | 140 | 50 |
| Binary | 11001000 | 100 | 101101 | 0 | 1100010 | 1001110 | 10110 | 101011011 | 1100000 | 101000 |
Color Harmonies of #C8042D
Complementary color
Monochromatic Colors of #C8042D
Black with #C8042D
Text Example
Text Example
White with #C8042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8042D; }
p { color: rgb(200,4,45); }
H1.HeaderClassName
{
color: #C8042D;
}
.AnyTagClassName
{
color: #C8042D;
}
</style>
background-color css
<style>
a { background-color: #C8042D; }
a { background-color: rgb(200,4,45); }
div.DivClassName
{
background-color: #C8042D;
}
.BgClassName
{
background-color: #C8042D;
}
</style>
border-color css
<style>
span { border-color: #C8042D; }
span { border-color: rgb(200,4,45); }
td.TdClassName
{
border-color: #C8042D;
}
.TagClassName
{
border-color: #C8042D;
}
</style>