Shades of Fire Engine Red #C81028
Tints of Fire Engine Red #C81028
RGB
CMYK
RGB Variations
Color information
#C81028 (or 0xC81028) is known color: Fire Engine Red. HEX triplet: C8, 10 and 28. RGB value is (200,16,40). Sum of RGB (Red+Green+Blue) = 200+16+40=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C81028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81028 is #37EFD7. Grayscale: #494949. Windows color (decimal): -3665880 or 2625736. OLE color: 2625736.
HSL color Cylindrical-coordinate representation of color #C81028: hue angle of 352.17º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81028 is Cyan = 0, Magento = 0.92, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 40 | - |
| CMYK | 0 | 0.92 | 0.8 | 0.22 |
| HSL | 352.17º | 0.85% | 0.42% | - |
| HSV(B) | 352.17º | 0.92% | 0.78% | - |
| XYZ | 24.39 | 12.8 | 3.19 | - |
| YUV | 73.75 | 108.96 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 40 | 0 | 0.92 | 0.8 | 0.22 | 352.17 | 0.85 | 0.42 |
| Hex | C8 | 10 | 28 | 0 | 5C | 50 | 16 | 160 | 55 | 2A |
| Octal | 310 | 20 | 50 | 0 | 134 | 120 | 26 | 540 | 125 | 52 |
| Binary | 11001000 | 10000 | 101000 | 0 | 1011100 | 1010000 | 10110 | 101100000 | 1010101 | 101010 |
Color Harmonies of #C81028
Complementary color
Monochromatic Colors of #C81028
Black with #C81028
Text Example
Text Example
White with #C81028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81028; }
p { color: rgb(200,16,40); }
H1.HeaderClassName
{
color: #C81028;
}
.AnyTagClassName
{
color: #C81028;
}
</style>
background-color css
<style>
a { background-color: #C81028; }
a { background-color: rgb(200,16,40); }
div.DivClassName
{
background-color: #C81028;
}
.BgClassName
{
background-color: #C81028;
}
</style>
border-color css
<style>
span { border-color: #C81028; }
span { border-color: rgb(200,16,40); }
td.TdClassName
{
border-color: #C81028;
}
.TagClassName
{
border-color: #C81028;
}
</style>