Shades of Fire Engine Red #C01A26
Tints of Fire Engine Red #C01A26
RGB
CMYK
RGB Variations
Color information
#C01A26 (or 0xC01A26) is known color: Fire Engine Red. HEX triplet: C0, 1A and 26. RGB value is (192,26,38). Sum of RGB (Red+Green+Blue) = 192+26+38=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01A26 is #3FE5D9. Grayscale: #4D4D4D. Windows color (decimal): -4187610 or 2497216. OLE color: 2497216.
HSL color Cylindrical-coordinate representation of color #C01A26: hue angle of 355.66º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01A26 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 26 | 38 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.25 |
| HSL | 355.66º | 0.76% | 0.43% | - |
| HSV(B) | 355.66º | 0.86% | 0.75% | - |
| XYZ | 22.46 | 12.09 | 2.98 | - |
| YUV | 77 | 106 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 26 | 38 | 0 | 0.86 | 0.80 | 0.25 | 355.66 | 0.76 | 0.43 |
| Hex | C0 | 1A | 26 | 0 | 56 | 50 | 19 | 164 | 4C | 2B |
| Octal | 300 | 32 | 46 | 0 | 126 | 120 | 31 | 544 | 114 | 53 |
| Binary | 11000000 | 11010 | 100110 | 0 | 1010110 | 1010000 | 11001 | 101100100 | 1001100 | 101011 |
Color Harmonies of #C01A26
Complementary color
Monochromatic Colors of #C01A26
Black with #C01A26
Text Example
Text Example
White with #C01A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01A26; }
p { color: rgb(192,26,38); }
H1.HeaderClassName
{
color: #C01A26;
}
.AnyTagClassName
{
color: #C01A26;
}
</style>
background-color css
<style>
a { background-color: #C01A26; }
a { background-color: rgb(192,26,38); }
div.DivClassName
{
background-color: #C01A26;
}
.BgClassName
{
background-color: #C01A26;
}
</style>
border-color css
<style>
span { border-color: #C01A26; }
span { border-color: rgb(192,26,38); }
td.TdClassName
{
border-color: #C01A26;
}
.TagClassName
{
border-color: #C01A26;
}
</style>