Shades of Fire Engine Red #C81624
Tints of Fire Engine Red #C81624
RGB
CMYK
RGB Variations
Color information
#C81624 (or 0xC81624) is known color: Fire Engine Red. HEX triplet: C8, 16 and 24. RGB value is (200,22,36). Sum of RGB (Red+Green+Blue) = 200+22+36=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C81624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81624 is #37E9DB. Grayscale: #4C4C4C. Windows color (decimal): -3664348 or 2365128. OLE color: 2365128.
HSL color Cylindrical-coordinate representation of color #C81624: hue angle of 355.28º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81624 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 36 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.22 |
| HSL | 355.28º | 0.8% | 0.44% | - |
| HSV(B) | 355.28º | 0.89% | 0.78% | - |
| XYZ | 24.42 | 12.98 | 2.89 | - |
| YUV | 76.82 | 104.97 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 36 | 0 | 0.89 | 0.82 | 0.22 | 355.28 | 0.8 | 0.44 |
| Hex | C8 | 16 | 24 | 0 | 59 | 52 | 16 | 163 | 50 | 2C |
| Octal | 310 | 26 | 44 | 0 | 131 | 122 | 26 | 543 | 120 | 54 |
| Binary | 11001000 | 10110 | 100100 | 0 | 1011001 | 1010010 | 10110 | 101100011 | 1010000 | 101100 |
Color Harmonies of #C81624
Complementary color
Monochromatic Colors of #C81624
Black with #C81624
Text Example
Text Example
White with #C81624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81624; }
p { color: rgb(200,22,36); }
H1.HeaderClassName
{
color: #C81624;
}
.AnyTagClassName
{
color: #C81624;
}
</style>
background-color css
<style>
a { background-color: #C81624; }
a { background-color: rgb(200,22,36); }
div.DivClassName
{
background-color: #C81624;
}
.BgClassName
{
background-color: #C81624;
}
</style>
border-color css
<style>
span { border-color: #C81624; }
span { border-color: rgb(200,22,36); }
td.TdClassName
{
border-color: #C81624;
}
.TagClassName
{
border-color: #C81624;
}
</style>