Shades of Fire Engine Red #C1151B
Tints of Fire Engine Red #C1151B
RGB
CMYK
RGB Variations
Color information
#C1151B (or 0xC1151B) is known color: Fire Engine Red. HEX triplet: C1, 15 and 1B. RGB value is (193,21,27). Sum of RGB (Red+Green+Blue) = 193+21+27=241 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.08% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 193 - color contains mainly: red. Hex color #C1151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1151B is #3EEAE4. Grayscale: #494949. Windows color (decimal): -4123365 or 1775041. OLE color: 1775041.
HSL color Cylindrical-coordinate representation of color #C1151B: hue angle of 357.91º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1151B is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 27 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.24 |
| HSL | 357.91º | 0.8% | 0.42% | - |
| HSV(B) | 357.91º | 0.89% | 0.76% | - |
| XYZ | 22.46 | 11.95 | 2.16 | - |
| YUV | 73.11 | 101.98 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 27 | 0 | 0.89 | 0.86 | 0.24 | 357.91 | 0.8 | 0.42 |
| Hex | C1 | 15 | 1B | 0 | 59 | 56 | 18 | 166 | 50 | 2A |
| Octal | 301 | 25 | 33 | 0 | 131 | 126 | 30 | 546 | 120 | 52 |
| Binary | 11000001 | 10101 | 11011 | 0 | 1011001 | 1010110 | 11000 | 101100110 | 1010000 | 101010 |
Color Harmonies of #C1151B
Complementary color
Monochromatic Colors of #C1151B
Black with #C1151B
Text Example
Text Example
White with #C1151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1151B; }
p { color: rgb(193,21,27); }
H1.HeaderClassName
{
color: #C1151B;
}
.AnyTagClassName
{
color: #C1151B;
}
</style>
background-color css
<style>
a { background-color: #C1151B; }
a { background-color: rgb(193,21,27); }
div.DivClassName
{
background-color: #C1151B;
}
.BgClassName
{
background-color: #C1151B;
}
</style>
border-color css
<style>
span { border-color: #C1151B; }
span { border-color: rgb(193,21,27); }
td.TdClassName
{
border-color: #C1151B;
}
.TagClassName
{
border-color: #C1151B;
}
</style>