Shades of Fire Engine Red #C8181E
Tints of Fire Engine Red #C8181E
RGB
CMYK
RGB Variations
Color information
#C8181E (or 0xC8181E) is known color: Fire Engine Red. HEX triplet: C8, 18 and 1E. RGB value is (200,24,30). Sum of RGB (Red+Green+Blue) = 200+24+30=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C8181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8181E is #37E7E1. Grayscale: #4D4D4D. Windows color (decimal): -3663842 or 1972424. OLE color: 1972424.
HSL color Cylindrical-coordinate representation of color #C8181E: hue angle of 357.95º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8181E is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 30 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.22 |
| HSL | 357.95º | 0.79% | 0.44% | - |
| HSV(B) | 357.95º | 0.88% | 0.78% | - |
| XYZ | 24.38 | 13.03 | 2.46 | - |
| YUV | 77.31 | 101.31 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 30 | 0 | 0.88 | 0.85 | 0.22 | 357.95 | 0.79 | 0.44 |
| Hex | C8 | 18 | 1E | 0 | 58 | 55 | 16 | 166 | 4F | 2C |
| Octal | 310 | 30 | 36 | 0 | 130 | 125 | 26 | 546 | 117 | 54 |
| Binary | 11001000 | 11000 | 11110 | 0 | 1011000 | 1010101 | 10110 | 101100110 | 1001111 | 101100 |
Color Harmonies of #C8181E
Complementary color
Monochromatic Colors of #C8181E
Black with #C8181E
Text Example
Text Example
White with #C8181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8181E; }
p { color: rgb(200,24,30); }
H1.HeaderClassName
{
color: #C8181E;
}
.AnyTagClassName
{
color: #C8181E;
}
</style>
background-color css
<style>
a { background-color: #C8181E; }
a { background-color: rgb(200,24,30); }
div.DivClassName
{
background-color: #C8181E;
}
.BgClassName
{
background-color: #C8181E;
}
</style>
border-color css
<style>
span { border-color: #C8181E; }
span { border-color: rgb(200,24,30); }
td.TdClassName
{
border-color: #C8181E;
}
.TagClassName
{
border-color: #C8181E;
}
</style>