Shades of Fire Engine Red #C1151F
Tints of Fire Engine Red #C1151F
RGB
CMYK
RGB Variations
Color information
#C1151F (or 0xC1151F) is known color: Fire Engine Red. HEX triplet: C1, 15 and 1F. RGB value is (193,21,31). Sum of RGB (Red+Green+Blue) = 193+21+31=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 31 (12.5% from 255 or 12.65% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C1151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1151F is #3EEAE0. Grayscale: #494949. Windows color (decimal): -4123361 or 2037185. OLE color: 2037185.
HSL color Cylindrical-coordinate representation of color #C1151F: hue angle of 356.51º 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 #C1151F is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 21 | 31 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.24 |
| HSL | 356.51º | 0.8% | 0.42% | - |
| HSV(B) | 356.51º | 0.89% | 0.76% | - |
| XYZ | 22.51 | 11.97 | 2.42 | - |
| YUV | 73.57 | 103.98 | 213.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 21 | 31 | 0 | 0.89 | 0.84 | 0.24 | 356.51 | 0.8 | 0.42 |
| Hex | C1 | 15 | 1F | 0 | 59 | 54 | 18 | 165 | 50 | 2A |
| Octal | 301 | 25 | 37 | 0 | 131 | 124 | 30 | 545 | 120 | 52 |
| Binary | 11000001 | 10101 | 11111 | 0 | 1011001 | 1010100 | 11000 | 101100101 | 1010000 | 101010 |
Color Harmonies of #C1151F
Complementary color
Monochromatic Colors of #C1151F
Black with #C1151F
Text Example
Text Example
White with #C1151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1151F; }
p { color: rgb(193,21,31); }
H1.HeaderClassName
{
color: #C1151F;
}
.AnyTagClassName
{
color: #C1151F;
}
</style>
background-color css
<style>
a { background-color: #C1151F; }
a { background-color: rgb(193,21,31); }
div.DivClassName
{
background-color: #C1151F;
}
.BgClassName
{
background-color: #C1151F;
}
</style>
border-color css
<style>
span { border-color: #C1151F; }
span { border-color: rgb(193,21,31); }
td.TdClassName
{
border-color: #C1151F;
}
.TagClassName
{
border-color: #C1151F;
}
</style>