Shades of Fire Engine Red #C21127
Tints of Fire Engine Red #C21127
RGB
CMYK
RGB Variations
Color information
#C21127 (or 0xC21127) is known color: Fire Engine Red. HEX triplet: C2, 11 and 27. RGB value is (194,17,39). Sum of RGB (Red+Green+Blue) = 194+17+39=250 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.6% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 194 - color contains mainly: red. Hex color #C21127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21127 is #3DEED8. Grayscale: #484848. Windows color (decimal): -4058841 or 2560450. OLE color: 2560450.
HSL color Cylindrical-coordinate representation of color #C21127: hue angle of 352.54º 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 #C21127 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 17 | 39 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.24 |
| HSL | 352.54º | 0.84% | 0.41% | - |
| HSV(B) | 352.54º | 0.91% | 0.76% | - |
| XYZ | 22.81 | 12.02 | 3.04 | - |
| YUV | 72.43 | 109.14 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 17 | 39 | 0 | 0.91 | 0.80 | 0.24 | 352.54 | 0.84 | 0.41 |
| Hex | C2 | 11 | 27 | 0 | 5B | 50 | 18 | 161 | 54 | 29 |
| Octal | 302 | 21 | 47 | 0 | 133 | 120 | 30 | 541 | 124 | 51 |
| Binary | 11000010 | 10001 | 100111 | 0 | 1011011 | 1010000 | 11000 | 101100001 | 1010100 | 101001 |
Color Harmonies of #C21127
Complementary color
Monochromatic Colors of #C21127
Black with #C21127
Text Example
Text Example
White with #C21127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21127; }
p { color: rgb(194,17,39); }
H1.HeaderClassName
{
color: #C21127;
}
.AnyTagClassName
{
color: #C21127;
}
</style>
background-color css
<style>
a { background-color: #C21127; }
a { background-color: rgb(194,17,39); }
div.DivClassName
{
background-color: #C21127;
}
.BgClassName
{
background-color: #C21127;
}
</style>
border-color css
<style>
span { border-color: #C21127; }
span { border-color: rgb(194,17,39); }
td.TdClassName
{
border-color: #C21127;
}
.TagClassName
{
border-color: #C21127;
}
</style>