Shades of Fire Engine Red #C01025
Tints of Fire Engine Red #C01025
RGB
CMYK
RGB Variations
Color information
#C01025 (or 0xC01025) is known color: Fire Engine Red. HEX triplet: C0, 10 and 25. RGB value is (192,16,37). Sum of RGB (Red+Green+Blue) = 192+16+37=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C01025 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01025 is #3FEFDA. Grayscale: #474747. Windows color (decimal): -4190171 or 2429120. OLE color: 2429120.
HSL color Cylindrical-coordinate representation of color #C01025: hue angle of 352.84º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01025 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 37 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.25 |
| HSL | 352.84º | 0.85% | 0.41% | - |
| HSV(B) | 352.84º | 0.92% | 0.75% | - |
| XYZ | 22.26 | 11.71 | 2.84 | - |
| YUV | 71.02 | 108.81 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 37 | 0 | 0.92 | 0.81 | 0.25 | 352.84 | 0.85 | 0.41 |
| Hex | C0 | 10 | 25 | 0 | 5C | 51 | 19 | 161 | 55 | 29 |
| Octal | 300 | 20 | 45 | 0 | 134 | 121 | 31 | 541 | 125 | 51 |
| Binary | 11000000 | 10000 | 100101 | 0 | 1011100 | 1010001 | 11001 | 101100001 | 1010101 | 101001 |
Color Harmonies of #C01025
Complementary color
Monochromatic Colors of #C01025
Black with #C01025
Text Example
Text Example
White with #C01025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01025; }
p { color: rgb(192,16,37); }
H1.HeaderClassName
{
color: #C01025;
}
.AnyTagClassName
{
color: #C01025;
}
</style>
background-color css
<style>
a { background-color: #C01025; }
a { background-color: rgb(192,16,37); }
div.DivClassName
{
background-color: #C01025;
}
.BgClassName
{
background-color: #C01025;
}
</style>
border-color css
<style>
span { border-color: #C01025; }
span { border-color: rgb(192,16,37); }
td.TdClassName
{
border-color: #C01025;
}
.TagClassName
{
border-color: #C01025;
}
</style>