Shades of Fire Engine Red #C01827
Tints of Fire Engine Red #C01827
RGB
CMYK
RGB Variations
Color information
#C01827 (or 0xC01827) is known color: Fire Engine Red. HEX triplet: C0, 18 and 27. RGB value is (192,24,39). Sum of RGB (Red+Green+Blue) = 192+24+39=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C01827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01827 is #3FE7D8. Grayscale: #4C4C4C. Windows color (decimal): -4188121 or 2562240. OLE color: 2562240.
HSL color Cylindrical-coordinate representation of color #C01827: hue angle of 354.64º 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 #C01827 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 39 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.25 |
| HSL | 354.64º | 0.78% | 0.42% | - |
| HSV(B) | 354.64º | 0.88% | 0.75% | - |
| XYZ | 22.43 | 12.01 | 3.05 | - |
| YUV | 75.94 | 107.16 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 39 | 0 | 0.88 | 0.80 | 0.25 | 354.64 | 0.78 | 0.42 |
| Hex | C0 | 18 | 27 | 0 | 58 | 50 | 19 | 163 | 4E | 2A |
| Octal | 300 | 30 | 47 | 0 | 130 | 120 | 31 | 543 | 116 | 52 |
| Binary | 11000000 | 11000 | 100111 | 0 | 1011000 | 1010000 | 11001 | 101100011 | 1001110 | 101010 |
Color Harmonies of #C01827
Complementary color
Monochromatic Colors of #C01827
Black with #C01827
Text Example
Text Example
White with #C01827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01827; }
p { color: rgb(192,24,39); }
H1.HeaderClassName
{
color: #C01827;
}
.AnyTagClassName
{
color: #C01827;
}
</style>
background-color css
<style>
a { background-color: #C01827; }
a { background-color: rgb(192,24,39); }
div.DivClassName
{
background-color: #C01827;
}
.BgClassName
{
background-color: #C01827;
}
</style>
border-color css
<style>
span { border-color: #C01827; }
span { border-color: rgb(192,24,39); }
td.TdClassName
{
border-color: #C01827;
}
.TagClassName
{
border-color: #C01827;
}
</style>