Shades of Fire Engine Red #C01E26
Tints of Fire Engine Red #C01E26
RGB
CMYK
RGB Variations
Color information
#C01E26 (or 0xC01E26) is known color: Fire Engine Red. HEX triplet: C0, 1E and 26. RGB value is (192,30,38). Sum of RGB (Red+Green+Blue) = 192+30+38=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01E26 is #3FE1D9. Grayscale: #4F4F4F. Windows color (decimal): -4186586 or 2498240. OLE color: 2498240.
HSL color Cylindrical-coordinate representation of color #C01E26: hue angle of 357.04º degrees, saturation: 0.73, 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 #C01E26 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 38 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.25 |
| HSL | 357.04º | 0.73% | 0.44% | - |
| HSV(B) | 357.04º | 0.84% | 0.75% | - |
| XYZ | 22.55 | 12.27 | 3.01 | - |
| YUV | 79.35 | 104.67 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 38 | 0 | 0.84 | 0.80 | 0.25 | 357.04 | 0.73 | 0.44 |
| Hex | C0 | 1E | 26 | 0 | 54 | 50 | 19 | 165 | 49 | 2C |
| Octal | 300 | 36 | 46 | 0 | 124 | 120 | 31 | 545 | 111 | 54 |
| Binary | 11000000 | 11110 | 100110 | 0 | 1010100 | 1010000 | 11001 | 101100101 | 1001001 | 101100 |
Color Harmonies of #C01E26
Complementary color
Monochromatic Colors of #C01E26
Black with #C01E26
Text Example
Text Example
White with #C01E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E26; }
p { color: rgb(192,30,38); }
H1.HeaderClassName
{
color: #C01E26;
}
.AnyTagClassName
{
color: #C01E26;
}
</style>
background-color css
<style>
a { background-color: #C01E26; }
a { background-color: rgb(192,30,38); }
div.DivClassName
{
background-color: #C01E26;
}
.BgClassName
{
background-color: #C01E26;
}
</style>
border-color css
<style>
span { border-color: #C01E26; }
span { border-color: rgb(192,30,38); }
td.TdClassName
{
border-color: #C01E26;
}
.TagClassName
{
border-color: #C01E26;
}
</style>