Shades of Fire Engine Red #C01F24
Tints of Fire Engine Red #C01F24
RGB
CMYK
RGB Variations
Color information
#C01F24 (or 0xC01F24) is known color: Fire Engine Red. HEX triplet: C0, 1F and 24. RGB value is (192,31,36). Sum of RGB (Red+Green+Blue) = 192+31+36=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 31 (12.5% from 255 or 11.97% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F24 is #3FE0DB. Grayscale: #4F4F4F. Windows color (decimal): -4186332 or 2367424. OLE color: 2367424.
HSL color Cylindrical-coordinate representation of color #C01F24: hue angle of 358.14º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01F24 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 36 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.25 |
| HSL | 358.14º | 0.72% | 0.44% | - |
| HSV(B) | 358.14º | 0.84% | 0.75% | - |
| XYZ | 22.55 | 12.31 | 2.86 | - |
| YUV | 79.71 | 103.34 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 36 | 0 | 0.84 | 0.81 | 0.25 | 358.14 | 0.72 | 0.44 |
| Hex | C0 | 1F | 24 | 0 | 54 | 51 | 19 | 166 | 48 | 2C |
| Octal | 300 | 37 | 44 | 0 | 124 | 121 | 31 | 546 | 110 | 54 |
| Binary | 11000000 | 11111 | 100100 | 0 | 1010100 | 1010001 | 11001 | 101100110 | 1001000 | 101100 |
Color Harmonies of #C01F24
Complementary color
Monochromatic Colors of #C01F24
Black with #C01F24
Text Example
Text Example
White with #C01F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F24; }
p { color: rgb(192,31,36); }
H1.HeaderClassName
{
color: #C01F24;
}
.AnyTagClassName
{
color: #C01F24;
}
</style>
background-color css
<style>
a { background-color: #C01F24; }
a { background-color: rgb(192,31,36); }
div.DivClassName
{
background-color: #C01F24;
}
.BgClassName
{
background-color: #C01F24;
}
</style>
border-color css
<style>
span { border-color: #C01F24; }
span { border-color: rgb(192,31,36); }
td.TdClassName
{
border-color: #C01F24;
}
.TagClassName
{
border-color: #C01F24;
}
</style>