Shades of Fire Engine Red #C21123
Tints of Fire Engine Red #C21123
RGB
CMYK
RGB Variations
Color information
#C21123 (or 0xC21123) is known color: Fire Engine Red. HEX triplet: C2, 11 and 23. RGB value is (194,17,35). Sum of RGB (Red+Green+Blue) = 194+17+35=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C21123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21123 is #3DEEDC. Grayscale: #484848. Windows color (decimal): -4058845 or 2298306. OLE color: 2298306.
HSL color Cylindrical-coordinate representation of color #C21123: hue angle of 353.9º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C21123 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 35 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.24 |
| HSL | 353.9º | 0.84% | 0.41% | - |
| HSV(B) | 353.9º | 0.91% | 0.76% | - |
| XYZ | 22.75 | 11.99 | 2.71 | - |
| YUV | 71.98 | 107.14 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 35 | 0 | 0.91 | 0.82 | 0.24 | 353.9 | 0.84 | 0.41 |
| Hex | C2 | 11 | 23 | 0 | 5B | 52 | 18 | 162 | 54 | 29 |
| Octal | 302 | 21 | 43 | 0 | 133 | 122 | 30 | 542 | 124 | 51 |
| Binary | 11000010 | 10001 | 100011 | 0 | 1011011 | 1010010 | 11000 | 101100010 | 1010100 | 101001 |
Color Harmonies of #C21123
Complementary color
Monochromatic Colors of #C21123
Black with #C21123
Text Example
Text Example
White with #C21123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21123; }
p { color: rgb(194,17,35); }
H1.HeaderClassName
{
color: #C21123;
}
.AnyTagClassName
{
color: #C21123;
}
</style>
background-color css
<style>
a { background-color: #C21123; }
a { background-color: rgb(194,17,35); }
div.DivClassName
{
background-color: #C21123;
}
.BgClassName
{
background-color: #C21123;
}
</style>
border-color css
<style>
span { border-color: #C21123; }
span { border-color: rgb(194,17,35); }
td.TdClassName
{
border-color: #C21123;
}
.TagClassName
{
border-color: #C21123;
}
</style>