Shades of Fire Engine Red #C10E22
Tints of Fire Engine Red #C10E22
RGB
CMYK
RGB Variations
Color information
#C10E22 (or 0xC10E22) is known color: Fire Engine Red. HEX triplet: C1, 0E and 22. RGB value is (193,14,34). Sum of RGB (Red+Green+Blue) = 193+14+34=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10E22 is #3EF1DD. Grayscale: #454545. Windows color (decimal): -4125150 or 2232001. OLE color: 2232001.
HSL color Cylindrical-coordinate representation of color #C10E22: hue angle of 353.3º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10E22 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 14 | 34 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.24 |
| HSL | 353.3º | 0.86% | 0.41% | - |
| HSV(B) | 353.3º | 0.93% | 0.76% | - |
| XYZ | 22.44 | 11.77 | 2.6 | - |
| YUV | 69.8 | 107.8 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 14 | 34 | 0 | 0.93 | 0.82 | 0.24 | 353.3 | 0.86 | 0.41 |
| Hex | C1 | E | 22 | 0 | 5D | 52 | 18 | 161 | 56 | 29 |
| Octal | 301 | 16 | 42 | 0 | 135 | 122 | 30 | 541 | 126 | 51 |
| Binary | 11000001 | 1110 | 100010 | 0 | 1011101 | 1010010 | 11000 | 101100001 | 1010110 | 101001 |
Color Harmonies of #C10E22
Complementary color
Monochromatic Colors of #C10E22
Black with #C10E22
Text Example
Text Example
White with #C10E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10E22; }
p { color: rgb(193,14,34); }
H1.HeaderClassName
{
color: #C10E22;
}
.AnyTagClassName
{
color: #C10E22;
}
</style>
background-color css
<style>
a { background-color: #C10E22; }
a { background-color: rgb(193,14,34); }
div.DivClassName
{
background-color: #C10E22;
}
.BgClassName
{
background-color: #C10E22;
}
</style>
border-color css
<style>
span { border-color: #C10E22; }
span { border-color: rgb(193,14,34); }
td.TdClassName
{
border-color: #C10E22;
}
.TagClassName
{
border-color: #C10E22;
}
</style>