Shades of Fire Engine Red #C01726
Tints of Fire Engine Red #C01726
RGB
CMYK
RGB Variations
Color information
#C01726 (or 0xC01726) is known color: Fire Engine Red. HEX triplet: C0, 17 and 26. RGB value is (192,23,38). Sum of RGB (Red+Green+Blue) = 192+23+38=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C01726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01726 is #3FE8D9. Grayscale: #4B4B4B. Windows color (decimal): -4188378 or 2496448. OLE color: 2496448.
HSL color Cylindrical-coordinate representation of color #C01726: hue angle of 354.67º degrees, saturation: 0.79, 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 #C01726 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 23 | 38 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.25 |
| HSL | 354.67º | 0.79% | 0.42% | - |
| HSV(B) | 354.67º | 0.88% | 0.75% | - |
| XYZ | 22.39 | 11.96 | 2.96 | - |
| YUV | 75.24 | 106.99 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 23 | 38 | 0 | 0.88 | 0.80 | 0.25 | 354.67 | 0.79 | 0.42 |
| Hex | C0 | 17 | 26 | 0 | 58 | 50 | 19 | 163 | 4F | 2A |
| Octal | 300 | 27 | 46 | 0 | 130 | 120 | 31 | 543 | 117 | 52 |
| Binary | 11000000 | 10111 | 100110 | 0 | 1011000 | 1010000 | 11001 | 101100011 | 1001111 | 101010 |
Color Harmonies of #C01726
Complementary color
Monochromatic Colors of #C01726
Black with #C01726
Text Example
Text Example
White with #C01726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01726; }
p { color: rgb(192,23,38); }
H1.HeaderClassName
{
color: #C01726;
}
.AnyTagClassName
{
color: #C01726;
}
</style>
background-color css
<style>
a { background-color: #C01726; }
a { background-color: rgb(192,23,38); }
div.DivClassName
{
background-color: #C01726;
}
.BgClassName
{
background-color: #C01726;
}
</style>
border-color css
<style>
span { border-color: #C01726; }
span { border-color: rgb(192,23,38); }
td.TdClassName
{
border-color: #C01726;
}
.TagClassName
{
border-color: #C01726;
}
</style>