Shades of Fire Engine Red #C01023
Tints of Fire Engine Red #C01023
RGB
CMYK
RGB Variations
Color information
#C01023 (or 0xC01023) is known color: Fire Engine Red. HEX triplet: C0, 10 and 23. RGB value is (192,16,35). Sum of RGB (Red+Green+Blue) = 192+16+35=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C01023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01023 is #3FEFDC. Grayscale: #464646. Windows color (decimal): -4190173 or 2298048. OLE color: 2298048.
HSL color Cylindrical-coordinate representation of color #C01023: hue angle of 353.52º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01023 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 16 | 35 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.25 |
| HSL | 353.52º | 0.85% | 0.41% | - |
| HSV(B) | 353.52º | 0.92% | 0.75% | - |
| XYZ | 22.23 | 11.7 | 2.68 | - |
| YUV | 70.79 | 107.81 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 16 | 35 | 0 | 0.92 | 0.82 | 0.25 | 353.52 | 0.85 | 0.41 |
| Hex | C0 | 10 | 23 | 0 | 5C | 52 | 19 | 162 | 55 | 29 |
| Octal | 300 | 20 | 43 | 0 | 134 | 122 | 31 | 542 | 125 | 51 |
| Binary | 11000000 | 10000 | 100011 | 0 | 1011100 | 1010010 | 11001 | 101100010 | 1010101 | 101001 |
Color Harmonies of #C01023
Complementary color
Monochromatic Colors of #C01023
Black with #C01023
Text Example
Text Example
White with #C01023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01023; }
p { color: rgb(192,16,35); }
H1.HeaderClassName
{
color: #C01023;
}
.AnyTagClassName
{
color: #C01023;
}
</style>
background-color css
<style>
a { background-color: #C01023; }
a { background-color: rgb(192,16,35); }
div.DivClassName
{
background-color: #C01023;
}
.BgClassName
{
background-color: #C01023;
}
</style>
border-color css
<style>
span { border-color: #C01023; }
span { border-color: rgb(192,16,35); }
td.TdClassName
{
border-color: #C01023;
}
.TagClassName
{
border-color: #C01023;
}
</style>