Shades of Fire Engine Red #C02223
Tints of Fire Engine Red #C02223
RGB
CMYK
RGB Variations
Color information
#C02223 (or 0xC02223) is known color: Fire Engine Red. HEX triplet: C0, 22 and 23. RGB value is (192,34,35). Sum of RGB (Red+Green+Blue) = 192+34+35=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 35 (14.06% from 255 or 13.41% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C02223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02223 is #3FDDDC. Grayscale: #515151. Windows color (decimal): -4185565 or 2302656. OLE color: 2302656.
HSL color Cylindrical-coordinate representation of color #C02223: hue angle of 359.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02223 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 35 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.25 |
| HSL | 359.62º | 0.7% | 0.44% | - |
| HSV(B) | 359.62º | 0.82% | 0.75% | - |
| XYZ | 22.61 | 12.47 | 2.81 | - |
| YUV | 81.36 | 101.85 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 35 | 0 | 0.82 | 0.82 | 0.25 | 359.62 | 0.7 | 0.44 |
| Hex | C0 | 22 | 23 | 0 | 52 | 52 | 19 | 168 | 46 | 2C |
| Octal | 300 | 42 | 43 | 0 | 122 | 122 | 31 | 550 | 106 | 54 |
| Binary | 11000000 | 100010 | 100011 | 0 | 1010010 | 1010010 | 11001 | 101101000 | 1000110 | 101100 |
Color Harmonies of #C02223
Complementary color
Monochromatic Colors of #C02223
Black with #C02223
Text Example
Text Example
White with #C02223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02223; }
p { color: rgb(192,34,35); }
H1.HeaderClassName
{
color: #C02223;
}
.AnyTagClassName
{
color: #C02223;
}
</style>
background-color css
<style>
a { background-color: #C02223; }
a { background-color: rgb(192,34,35); }
div.DivClassName
{
background-color: #C02223;
}
.BgClassName
{
background-color: #C02223;
}
</style>
border-color css
<style>
span { border-color: #C02223; }
span { border-color: rgb(192,34,35); }
td.TdClassName
{
border-color: #C02223;
}
.TagClassName
{
border-color: #C02223;
}
</style>