Shades of Fire Engine Red #C81628
Tints of Fire Engine Red #C81628
RGB
CMYK
RGB Variations
Color information
#C81628 (or 0xC81628) is known color: Fire Engine Red. HEX triplet: C8, 16 and 28. RGB value is (200,22,40). Sum of RGB (Red+Green+Blue) = 200+22+40=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C81628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81628 is #37E9D7. Grayscale: #4D4D4D. Windows color (decimal): -3664344 or 2627272. OLE color: 2627272.
HSL color Cylindrical-coordinate representation of color #C81628: hue angle of 353.93º 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 #C81628 is Cyan = 0, Magento = 0.89, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 40 | - |
| CMYK | 0 | 0.89 | 0.8 | 0.22 |
| HSL | 353.93º | 0.8% | 0.44% | - |
| HSV(B) | 353.93º | 0.89% | 0.78% | - |
| XYZ | 24.49 | 13.01 | 3.23 | - |
| YUV | 77.27 | 106.97 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 40 | 0 | 0.89 | 0.8 | 0.22 | 353.93 | 0.8 | 0.44 |
| Hex | C8 | 16 | 28 | 0 | 59 | 50 | 16 | 162 | 50 | 2C |
| Octal | 310 | 26 | 50 | 0 | 131 | 120 | 26 | 542 | 120 | 54 |
| Binary | 11001000 | 10110 | 101000 | 0 | 1011001 | 1010000 | 10110 | 101100010 | 1010000 | 101100 |
Color Harmonies of #C81628
Complementary color
Monochromatic Colors of #C81628
Black with #C81628
Text Example
Text Example
White with #C81628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81628; }
p { color: rgb(200,22,40); }
H1.HeaderClassName
{
color: #C81628;
}
.AnyTagClassName
{
color: #C81628;
}
</style>
background-color css
<style>
a { background-color: #C81628; }
a { background-color: rgb(200,22,40); }
div.DivClassName
{
background-color: #C81628;
}
.BgClassName
{
background-color: #C81628;
}
</style>
border-color css
<style>
span { border-color: #C81628; }
span { border-color: rgb(200,22,40); }
td.TdClassName
{
border-color: #C81628;
}
.TagClassName
{
border-color: #C81628;
}
</style>