Shades of Fire Engine Red #C01825
Tints of Fire Engine Red #C01825
RGB
CMYK
RGB Variations
Color information
#C01825 (or 0xC01825) is known color: Fire Engine Red. HEX triplet: C0, 18 and 25. RGB value is (192,24,37). Sum of RGB (Red+Green+Blue) = 192+24+37=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C01825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01825 is #3FE7DA. Grayscale: #4B4B4B. Windows color (decimal): -4188123 or 2431168. OLE color: 2431168.
HSL color Cylindrical-coordinate representation of color #C01825: hue angle of 355.36º 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 #C01825 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 24 | 37 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.25 |
| HSL | 355.36º | 0.78% | 0.42% | - |
| HSV(B) | 355.36º | 0.88% | 0.75% | - |
| XYZ | 22.4 | 11.99 | 2.88 | - |
| YUV | 75.71 | 106.16 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 24 | 37 | 0 | 0.88 | 0.81 | 0.25 | 355.36 | 0.78 | 0.42 |
| Hex | C0 | 18 | 25 | 0 | 58 | 51 | 19 | 163 | 4E | 2A |
| Octal | 300 | 30 | 45 | 0 | 130 | 121 | 31 | 543 | 116 | 52 |
| Binary | 11000000 | 11000 | 100101 | 0 | 1011000 | 1010001 | 11001 | 101100011 | 1001110 | 101010 |
Color Harmonies of #C01825
Complementary color
Monochromatic Colors of #C01825
Black with #C01825
Text Example
Text Example
White with #C01825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01825; }
p { color: rgb(192,24,37); }
H1.HeaderClassName
{
color: #C01825;
}
.AnyTagClassName
{
color: #C01825;
}
</style>
background-color css
<style>
a { background-color: #C01825; }
a { background-color: rgb(192,24,37); }
div.DivClassName
{
background-color: #C01825;
}
.BgClassName
{
background-color: #C01825;
}
</style>
border-color css
<style>
span { border-color: #C01825; }
span { border-color: rgb(192,24,37); }
td.TdClassName
{
border-color: #C01825;
}
.TagClassName
{
border-color: #C01825;
}
</style>