Shades of Fire Engine Red #C01F20
Tints of Fire Engine Red #C01F20
RGB
CMYK
RGB Variations
Color information
#C01F20 (or 0xC01F20) is known color: Fire Engine Red. HEX triplet: C0, 1F and 20. RGB value is (192,31,32). Sum of RGB (Red+Green+Blue) = 192+31+32=255 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.29% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01F20 is #3FE0DF. Grayscale: #4F4F4F. Windows color (decimal): -4186336 or 2105280. OLE color: 2105280.
HSL color Cylindrical-coordinate representation of color #C01F20: hue angle of 359.63º 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 #C01F20 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 31 | 32 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.25 |
| HSL | 359.63º | 0.72% | 0.44% | - |
| HSV(B) | 359.63º | 0.84% | 0.75% | - |
| XYZ | 22.49 | 12.29 | 2.55 | - |
| YUV | 79.25 | 101.34 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 31 | 32 | 0 | 0.84 | 0.83 | 0.25 | 359.63 | 0.72 | 0.44 |
| Hex | C0 | 1F | 20 | 0 | 54 | 53 | 19 | 168 | 48 | 2C |
| Octal | 300 | 37 | 40 | 0 | 124 | 123 | 31 | 550 | 110 | 54 |
| Binary | 11000000 | 11111 | 100000 | 0 | 1010100 | 1010011 | 11001 | 101101000 | 1001000 | 101100 |
Color Harmonies of #C01F20
Complementary color
Monochromatic Colors of #C01F20
Black with #C01F20
Text Example
Text Example
White with #C01F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01F20; }
p { color: rgb(192,31,32); }
H1.HeaderClassName
{
color: #C01F20;
}
.AnyTagClassName
{
color: #C01F20;
}
</style>
background-color css
<style>
a { background-color: #C01F20; }
a { background-color: rgb(192,31,32); }
div.DivClassName
{
background-color: #C01F20;
}
.BgClassName
{
background-color: #C01F20;
}
</style>
border-color css
<style>
span { border-color: #C01F20; }
span { border-color: rgb(192,31,32); }
td.TdClassName
{
border-color: #C01F20;
}
.TagClassName
{
border-color: #C01F20;
}
</style>