Shades of Fire Engine Red #C00F23
Tints of Fire Engine Red #C00F23
RGB
CMYK
RGB Variations
Color information
#C00F23 (or 0xC00F23) is known color: Fire Engine Red. HEX triplet: C0, 0F and 23. RGB value is (192,15,35). Sum of RGB (Red+Green+Blue) = 192+15+35=242 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.34% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 35 (14.06% from 255 or 14.46% from 242); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C00F23 is #3FF0DC. Grayscale: #464646. Windows color (decimal): -4190429 or 2297792. OLE color: 2297792.
HSL color Cylindrical-coordinate representation of color #C00F23: hue angle of 353.22º degrees, saturation: 0.86, 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 #C00F23 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 15 | 35 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.25 |
| HSL | 353.22º | 0.86% | 0.41% | - |
| HSV(B) | 353.22º | 0.92% | 0.75% | - |
| XYZ | 22.21 | 11.67 | 2.67 | - |
| YUV | 70.2 | 108.14 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 15 | 35 | 0 | 0.92 | 0.82 | 0.25 | 353.22 | 0.86 | 0.41 |
| Hex | C0 | F | 23 | 0 | 5C | 52 | 19 | 161 | 56 | 29 |
| Octal | 300 | 17 | 43 | 0 | 134 | 122 | 31 | 541 | 126 | 51 |
| Binary | 11000000 | 1111 | 100011 | 0 | 1011100 | 1010010 | 11001 | 101100001 | 1010110 | 101001 |
Color Harmonies of #C00F23
Complementary color
Monochromatic Colors of #C00F23
Black with #C00F23
Text Example
Text Example
White with #C00F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00F23; }
p { color: rgb(192,15,35); }
H1.HeaderClassName
{
color: #C00F23;
}
.AnyTagClassName
{
color: #C00F23;
}
</style>
background-color css
<style>
a { background-color: #C00F23; }
a { background-color: rgb(192,15,35); }
div.DivClassName
{
background-color: #C00F23;
}
.BgClassName
{
background-color: #C00F23;
}
</style>
border-color css
<style>
span { border-color: #C00F23; }
span { border-color: rgb(192,15,35); }
td.TdClassName
{
border-color: #C00F23;
}
.TagClassName
{
border-color: #C00F23;
}
</style>