Shades of Fire Engine Red #C01223
Tints of Fire Engine Red #C01223
RGB
CMYK
RGB Variations
Color information
#C01223 (or 0xC01223) is known color: Fire Engine Red. HEX triplet: C0, 12 and 23. RGB value is (192,18,35). Sum of RGB (Red+Green+Blue) = 192+18+35=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C01223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01223 is #3FEDDC. Grayscale: #484848. Windows color (decimal): -4189661 or 2298560. OLE color: 2298560.
HSL color Cylindrical-coordinate representation of color #C01223: hue angle of 354.14º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01223 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 18 | 35 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.25 |
| HSL | 354.14º | 0.83% | 0.41% | - |
| HSV(B) | 354.14º | 0.91% | 0.75% | - |
| XYZ | 22.26 | 11.76 | 2.69 | - |
| YUV | 71.96 | 107.15 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 18 | 35 | 0 | 0.91 | 0.82 | 0.25 | 354.14 | 0.83 | 0.41 |
| Hex | C0 | 12 | 23 | 0 | 5B | 52 | 19 | 162 | 53 | 29 |
| Octal | 300 | 22 | 43 | 0 | 133 | 122 | 31 | 542 | 123 | 51 |
| Binary | 11000000 | 10010 | 100011 | 0 | 1011011 | 1010010 | 11001 | 101100010 | 1010011 | 101001 |
Color Harmonies of #C01223
Complementary color
Monochromatic Colors of #C01223
Black with #C01223
Text Example
Text Example
White with #C01223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01223; }
p { color: rgb(192,18,35); }
H1.HeaderClassName
{
color: #C01223;
}
.AnyTagClassName
{
color: #C01223;
}
</style>
background-color css
<style>
a { background-color: #C01223; }
a { background-color: rgb(192,18,35); }
div.DivClassName
{
background-color: #C01223;
}
.BgClassName
{
background-color: #C01223;
}
</style>
border-color css
<style>
span { border-color: #C01223; }
span { border-color: rgb(192,18,35); }
td.TdClassName
{
border-color: #C01223;
}
.TagClassName
{
border-color: #C01223;
}
</style>