Shades of Fire Engine Red #C2102A
Tints of Fire Engine Red #C2102A
RGB
CMYK
RGB Variations
Color information
#C2102A (or 0xC2102A) is known color: Fire Engine Red. HEX triplet: C2, 10 and 2A. RGB value is (194,16,42). Sum of RGB (Red+Green+Blue) = 194+16+42=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C2102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2102A is #3DEFD5. Grayscale: #484848. Windows color (decimal): -4059094 or 2756802. OLE color: 2756802.
HSL color Cylindrical-coordinate representation of color #C2102A: hue angle of 351.24º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2102A is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 16 | 42 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.24 |
| HSL | 351.24º | 0.85% | 0.41% | - |
| HSV(B) | 351.24º | 0.92% | 0.76% | - |
| XYZ | 22.85 | 12.01 | 3.3 | - |
| YUV | 72.19 | 110.97 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 16 | 42 | 0 | 0.92 | 0.78 | 0.24 | 351.24 | 0.85 | 0.41 |
| Hex | C2 | 10 | 2A | 0 | 5C | 4E | 18 | 15F | 55 | 29 |
| Octal | 302 | 20 | 52 | 0 | 134 | 116 | 30 | 537 | 125 | 51 |
| Binary | 11000010 | 10000 | 101010 | 0 | 1011100 | 1001110 | 11000 | 101011111 | 1010101 | 101001 |
Color Harmonies of #C2102A
Complementary color
Monochromatic Colors of #C2102A
Black with #C2102A
Text Example
Text Example
White with #C2102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2102A; }
p { color: rgb(194,16,42); }
H1.HeaderClassName
{
color: #C2102A;
}
.AnyTagClassName
{
color: #C2102A;
}
</style>
background-color css
<style>
a { background-color: #C2102A; }
a { background-color: rgb(194,16,42); }
div.DivClassName
{
background-color: #C2102A;
}
.BgClassName
{
background-color: #C2102A;
}
</style>
border-color css
<style>
span { border-color: #C2102A; }
span { border-color: rgb(194,16,42); }
td.TdClassName
{
border-color: #C2102A;
}
.TagClassName
{
border-color: #C2102A;
}
</style>