Shades of Fire Engine Red #C8181B
Tints of Fire Engine Red #C8181B
RGB
CMYK
RGB Variations
Color information
#C8181B (or 0xC8181B) is known color: Fire Engine Red. HEX triplet: C8, 18 and 1B. RGB value is (200,24,27). Sum of RGB (Red+Green+Blue) = 200+24+27=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C8181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8181B is #37E7E4. Grayscale: #4D4D4D. Windows color (decimal): -3663845 or 1775816. OLE color: 1775816.
HSL color Cylindrical-coordinate representation of color #C8181B: hue angle of 358.98º 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 #C8181B is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 27 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.22 |
| HSL | 358.98º | 0.79% | 0.44% | - |
| HSV(B) | 358.98º | 0.88% | 0.78% | - |
| XYZ | 24.34 | 13.01 | 2.27 | - |
| YUV | 76.97 | 99.81 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 27 | 0 | 0.88 | 0.86 | 0.22 | 358.98 | 0.79 | 0.44 |
| Hex | C8 | 18 | 1B | 0 | 58 | 56 | 16 | 167 | 4F | 2C |
| Octal | 310 | 30 | 33 | 0 | 130 | 126 | 26 | 547 | 117 | 54 |
| Binary | 11001000 | 11000 | 11011 | 0 | 1011000 | 1010110 | 10110 | 101100111 | 1001111 | 101100 |
Color Harmonies of #C8181B
Complementary color
Monochromatic Colors of #C8181B
Black with #C8181B
Text Example
Text Example
White with #C8181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8181B; }
p { color: rgb(200,24,27); }
H1.HeaderClassName
{
color: #C8181B;
}
.AnyTagClassName
{
color: #C8181B;
}
</style>
background-color css
<style>
a { background-color: #C8181B; }
a { background-color: rgb(200,24,27); }
div.DivClassName
{
background-color: #C8181B;
}
.BgClassName
{
background-color: #C8181B;
}
</style>
border-color css
<style>
span { border-color: #C8181B; }
span { border-color: rgb(200,24,27); }
td.TdClassName
{
border-color: #C8181B;
}
.TagClassName
{
border-color: #C8181B;
}
</style>