Shades of Fire Engine Red #C02225
Tints of Fire Engine Red #C02225
RGB
CMYK
RGB Variations
Color information
#C02225 (or 0xC02225) is known color: Fire Engine Red. HEX triplet: C0, 22 and 25. RGB value is (192,34,37). Sum of RGB (Red+Green+Blue) = 192+34+37=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C02225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02225 is #3FDDDA. Grayscale: #515151. Windows color (decimal): -4185563 or 2433728. OLE color: 2433728.
HSL color Cylindrical-coordinate representation of color #C02225: hue angle of 358.86º 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 #C02225 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 37 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.25 |
| HSL | 358.86º | 0.7% | 0.44% | - |
| HSV(B) | 358.86º | 0.82% | 0.75% | - |
| XYZ | 22.64 | 12.48 | 2.97 | - |
| YUV | 81.58 | 102.85 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 37 | 0 | 0.82 | 0.81 | 0.25 | 358.86 | 0.7 | 0.44 |
| Hex | C0 | 22 | 25 | 0 | 52 | 51 | 19 | 167 | 46 | 2C |
| Octal | 300 | 42 | 45 | 0 | 122 | 121 | 31 | 547 | 106 | 54 |
| Binary | 11000000 | 100010 | 100101 | 0 | 1010010 | 1010001 | 11001 | 101100111 | 1000110 | 101100 |
Color Harmonies of #C02225
Complementary color
Monochromatic Colors of #C02225
Black with #C02225
Text Example
Text Example
White with #C02225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02225; }
p { color: rgb(192,34,37); }
H1.HeaderClassName
{
color: #C02225;
}
.AnyTagClassName
{
color: #C02225;
}
</style>
background-color css
<style>
a { background-color: #C02225; }
a { background-color: rgb(192,34,37); }
div.DivClassName
{
background-color: #C02225;
}
.BgClassName
{
background-color: #C02225;
}
</style>
border-color css
<style>
span { border-color: #C02225; }
span { border-color: rgb(192,34,37); }
td.TdClassName
{
border-color: #C02225;
}
.TagClassName
{
border-color: #C02225;
}
</style>