Shades of Fire Engine Red #C81528
Tints of Fire Engine Red #C81528
RGB
CMYK
RGB Variations
Color information
#C81528 (or 0xC81528) is known color: Fire Engine Red. HEX triplet: C8, 15 and 28. RGB value is (200,21,40). Sum of RGB (Red+Green+Blue) = 200+21+40=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C81528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81528 is #37EAD7. Grayscale: #4C4C4C. Windows color (decimal): -3664600 or 2627016. OLE color: 2627016.
HSL color Cylindrical-coordinate representation of color #C81528: hue angle of 353.63º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81528 is Cyan = 0, Magento = 0.90, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 40 | - |
| CMYK | 0 | 0.90 | 0.8 | 0.22 |
| HSL | 353.63º | 0.81% | 0.43% | - |
| HSV(B) | 353.63º | 0.9% | 0.78% | - |
| XYZ | 24.47 | 12.97 | 3.22 | - |
| YUV | 76.69 | 107.3 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 40 | 0 | 0.90 | 0.8 | 0.22 | 353.63 | 0.81 | 0.43 |
| Hex | C8 | 15 | 28 | 0 | 5A | 50 | 16 | 162 | 51 | 2B |
| Octal | 310 | 25 | 50 | 0 | 132 | 120 | 26 | 542 | 121 | 53 |
| Binary | 11001000 | 10101 | 101000 | 0 | 1011010 | 1010000 | 10110 | 101100010 | 1010001 | 101011 |
Color Harmonies of #C81528
Complementary color
Monochromatic Colors of #C81528
Black with #C81528
Text Example
Text Example
White with #C81528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81528; }
p { color: rgb(200,21,40); }
H1.HeaderClassName
{
color: #C81528;
}
.AnyTagClassName
{
color: #C81528;
}
</style>
background-color css
<style>
a { background-color: #C81528; }
a { background-color: rgb(200,21,40); }
div.DivClassName
{
background-color: #C81528;
}
.BgClassName
{
background-color: #C81528;
}
</style>
border-color css
<style>
span { border-color: #C81528; }
span { border-color: rgb(200,21,40); }
td.TdClassName
{
border-color: #C81528;
}
.TagClassName
{
border-color: #C81528;
}
</style>