Shades of Fire Engine Red #C01828
Tints of Fire Engine Red #C01828
RGB
CMYK
RGB Variations
Color information
#C01828 (or 0xC01828) is known color: Fire Engine Red. HEX triplet: C0, 18 and 28. RGB value is (192,24,40). Sum of RGB (Red+Green+Blue) = 192+24+40=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C01828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01828 is #3FE7D7. Grayscale: #4C4C4C. Windows color (decimal): -4188120 or 2627776. OLE color: 2627776.
HSL color Cylindrical-coordinate representation of color #C01828: hue angle of 354.29º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01828 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 40 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.25 |
| HSL | 354.29º | 0.78% | 0.42% | - |
| HSV(B) | 354.29º | 0.88% | 0.75% | - |
| XYZ | 22.45 | 12.01 | 3.14 | - |
| YUV | 76.06 | 107.66 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 40 | 0 | 0.88 | 0.79 | 0.25 | 354.29 | 0.78 | 0.42 |
| Hex | C0 | 18 | 28 | 0 | 58 | 4F | 19 | 162 | 4E | 2A |
| Octal | 300 | 30 | 50 | 0 | 130 | 117 | 31 | 542 | 116 | 52 |
| Binary | 11000000 | 11000 | 101000 | 0 | 1011000 | 1001111 | 11001 | 101100010 | 1001110 | 101010 |
Color Harmonies of #C01828
Complementary color
Monochromatic Colors of #C01828
Black with #C01828
Text Example
Text Example
White with #C01828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01828; }
p { color: rgb(192,24,40); }
H1.HeaderClassName
{
color: #C01828;
}
.AnyTagClassName
{
color: #C01828;
}
</style>
background-color css
<style>
a { background-color: #C01828; }
a { background-color: rgb(192,24,40); }
div.DivClassName
{
background-color: #C01828;
}
.BgClassName
{
background-color: #C01828;
}
</style>
border-color css
<style>
span { border-color: #C01828; }
span { border-color: rgb(192,24,40); }
td.TdClassName
{
border-color: #C01828;
}
.TagClassName
{
border-color: #C01828;
}
</style>