Shades of Fire Engine Red #C8181A
Tints of Fire Engine Red #C8181A
RGB
CMYK
RGB Variations
Color information
#C8181A (or 0xC8181A) is known color: Fire Engine Red. HEX triplet: C8, 18 and 1A. RGB value is (200,24,26). Sum of RGB (Red+Green+Blue) = 200+24+26=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C8181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8181A is #37E7E5. Grayscale: #4D4D4D. Windows color (decimal): -3663846 or 1710280. OLE color: 1710280.
HSL color Cylindrical-coordinate representation of color #C8181A: hue angle of 359.32º 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 #C8181A is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 26 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.22 |
| HSL | 359.32º | 0.79% | 0.44% | - |
| HSV(B) | 359.32º | 0.88% | 0.78% | - |
| XYZ | 24.33 | 13.01 | 2.21 | - |
| YUV | 76.85 | 99.31 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 26 | 0 | 0.88 | 0.87 | 0.22 | 359.32 | 0.79 | 0.44 |
| Hex | C8 | 18 | 1A | 0 | 58 | 57 | 16 | 167 | 4F | 2C |
| Octal | 310 | 30 | 32 | 0 | 130 | 127 | 26 | 547 | 117 | 54 |
| Binary | 11001000 | 11000 | 11010 | 0 | 1011000 | 1010111 | 10110 | 101100111 | 1001111 | 101100 |
Color Harmonies of #C8181A
Complementary color
Monochromatic Colors of #C8181A
Black with #C8181A
Text Example
Text Example
White with #C8181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8181A; }
p { color: rgb(200,24,26); }
H1.HeaderClassName
{
color: #C8181A;
}
.AnyTagClassName
{
color: #C8181A;
}
</style>
background-color css
<style>
a { background-color: #C8181A; }
a { background-color: rgb(200,24,26); }
div.DivClassName
{
background-color: #C8181A;
}
.BgClassName
{
background-color: #C8181A;
}
</style>
border-color css
<style>
span { border-color: #C8181A; }
span { border-color: rgb(200,24,26); }
td.TdClassName
{
border-color: #C8181A;
}
.TagClassName
{
border-color: #C8181A;
}
</style>