Shades of Fire Engine Red #C01323
Tints of Fire Engine Red #C01323
RGB
CMYK
RGB Variations
Color information
#C01323 (or 0xC01323) is known color: Fire Engine Red. HEX triplet: C0, 13 and 23. RGB value is (192,19,35). Sum of RGB (Red+Green+Blue) = 192+19+35=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C01323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01323 is #3FECDC. Grayscale: #484848. Windows color (decimal): -4189405 or 2298816. OLE color: 2298816.
HSL color Cylindrical-coordinate representation of color #C01323: hue angle of 354.45º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01323 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 19 | 35 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.25 |
| HSL | 354.45º | 0.82% | 0.41% | - |
| HSV(B) | 354.45º | 0.9% | 0.75% | - |
| XYZ | 22.27 | 11.79 | 2.69 | - |
| YUV | 72.55 | 106.81 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 19 | 35 | 0 | 0.90 | 0.82 | 0.25 | 354.45 | 0.82 | 0.41 |
| Hex | C0 | 13 | 23 | 0 | 5A | 52 | 19 | 162 | 52 | 29 |
| Octal | 300 | 23 | 43 | 0 | 132 | 122 | 31 | 542 | 122 | 51 |
| Binary | 11000000 | 10011 | 100011 | 0 | 1011010 | 1010010 | 11001 | 101100010 | 1010010 | 101001 |
Color Harmonies of #C01323
Complementary color
Monochromatic Colors of #C01323
Black with #C01323
Text Example
Text Example
White with #C01323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01323; }
p { color: rgb(192,19,35); }
H1.HeaderClassName
{
color: #C01323;
}
.AnyTagClassName
{
color: #C01323;
}
</style>
background-color css
<style>
a { background-color: #C01323; }
a { background-color: rgb(192,19,35); }
div.DivClassName
{
background-color: #C01323;
}
.BgClassName
{
background-color: #C01323;
}
</style>
border-color css
<style>
span { border-color: #C01323; }
span { border-color: rgb(192,19,35); }
td.TdClassName
{
border-color: #C01323;
}
.TagClassName
{
border-color: #C01323;
}
</style>