Shades of Fire Engine Red #C81819
Tints of Fire Engine Red #C81819
RGB
CMYK
RGB Variations
Color information
#C81819 (or 0xC81819) is known color: Fire Engine Red. HEX triplet: C8, 18 and 19. RGB value is (200,24,25). Sum of RGB (Red+Green+Blue) = 200+24+25=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C81819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C81819 is #37E7E6. Grayscale: #4C4C4C. Windows color (decimal): -3663847 or 1644744. OLE color: 1644744.
HSL color Cylindrical-coordinate representation of color #C81819: hue angle of 359.66º 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 #C81819 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 25 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.22 |
| HSL | 359.66º | 0.79% | 0.44% | - |
| HSV(B) | 359.66º | 0.88% | 0.78% | - |
| XYZ | 24.32 | 13 | 2.15 | - |
| YUV | 76.74 | 98.81 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 25 | 0 | 0.88 | 0.88 | 0.22 | 359.66 | 0.79 | 0.44 |
| Hex | C8 | 18 | 19 | 0 | 58 | 58 | 16 | 168 | 4F | 2C |
| Octal | 310 | 30 | 31 | 0 | 130 | 130 | 26 | 550 | 117 | 54 |
| Binary | 11001000 | 11000 | 11001 | 0 | 1011000 | 1011000 | 10110 | 101101000 | 1001111 | 101100 |
Color Harmonies of #C81819
Complementary color
Monochromatic Colors of #C81819
Black with #C81819
Text Example
Text Example
White with #C81819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81819; }
p { color: rgb(200,24,25); }
H1.HeaderClassName
{
color: #C81819;
}
.AnyTagClassName
{
color: #C81819;
}
</style>
background-color css
<style>
a { background-color: #C81819; }
a { background-color: rgb(200,24,25); }
div.DivClassName
{
background-color: #C81819;
}
.BgClassName
{
background-color: #C81819;
}
</style>
border-color css
<style>
span { border-color: #C81819; }
span { border-color: rgb(200,24,25); }
td.TdClassName
{
border-color: #C81819;
}
.TagClassName
{
border-color: #C81819;
}
</style>