Shades of Fire Engine Red #C2122B
Tints of Fire Engine Red #C2122B
RGB
CMYK
RGB Variations
Color information
#C2122B (or 0xC2122B) is known color: Fire Engine Red. HEX triplet: C2, 12 and 2B. RGB value is (194,18,43). Sum of RGB (Red+Green+Blue) = 194+18+43=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C2122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2122B is #3DEDD4. Grayscale: #494949. Windows color (decimal): -4058581 or 2822850. OLE color: 2822850.
HSL color Cylindrical-coordinate representation of color #C2122B: hue angle of 351.48º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2122B is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 18 | 43 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.24 |
| HSL | 351.48º | 0.83% | 0.42% | - |
| HSV(B) | 351.48º | 0.91% | 0.76% | - |
| XYZ | 22.9 | 12.08 | 3.41 | - |
| YUV | 73.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 18 | 43 | 0 | 0.91 | 0.78 | 0.24 | 351.48 | 0.83 | 0.42 |
| Hex | C2 | 12 | 2B | 0 | 5B | 4E | 18 | 15F | 53 | 2A |
| Octal | 302 | 22 | 53 | 0 | 133 | 116 | 30 | 537 | 123 | 52 |
| Binary | 11000010 | 10010 | 101011 | 0 | 1011011 | 1001110 | 11000 | 101011111 | 1010011 | 101010 |
Color Harmonies of #C2122B
Complementary color
Monochromatic Colors of #C2122B
Black with #C2122B
Text Example
Text Example
White with #C2122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2122B; }
p { color: rgb(194,18,43); }
H1.HeaderClassName
{
color: #C2122B;
}
.AnyTagClassName
{
color: #C2122B;
}
</style>
background-color css
<style>
a { background-color: #C2122B; }
a { background-color: rgb(194,18,43); }
div.DivClassName
{
background-color: #C2122B;
}
.BgClassName
{
background-color: #C2122B;
}
</style>
border-color css
<style>
span { border-color: #C2122B; }
span { border-color: rgb(194,18,43); }
td.TdClassName
{
border-color: #C2122B;
}
.TagClassName
{
border-color: #C2122B;
}
</style>