Shades of Fire Engine Red #C1132B
Tints of Fire Engine Red #C1132B
RGB
CMYK
RGB Variations
Color information
#C1132B (or 0xC1132B) is known color: Fire Engine Red. HEX triplet: C1, 13 and 2B. RGB value is (193,19,43). Sum of RGB (Red+Green+Blue) = 193+19+43=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C1132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1132B is #3EECD4. Grayscale: #494949. Windows color (decimal): -4123861 or 2823105. OLE color: 2823105.
HSL color Cylindrical-coordinate representation of color #C1132B: hue angle of 351.72º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1132B is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 43 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.24 |
| HSL | 351.72º | 0.82% | 0.42% | - |
| HSV(B) | 351.72º | 0.9% | 0.76% | - |
| XYZ | 22.66 | 11.98 | 3.4 | - |
| YUV | 73.76 | 110.65 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 43 | 0 | 0.90 | 0.78 | 0.24 | 351.72 | 0.82 | 0.42 |
| Hex | C1 | 13 | 2B | 0 | 5A | 4E | 18 | 160 | 52 | 2A |
| Octal | 301 | 23 | 53 | 0 | 132 | 116 | 30 | 540 | 122 | 52 |
| Binary | 11000001 | 10011 | 101011 | 0 | 1011010 | 1001110 | 11000 | 101100000 | 1010010 | 101010 |
Color Harmonies of #C1132B
Complementary color
Monochromatic Colors of #C1132B
Black with #C1132B
Text Example
Text Example
White with #C1132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1132B; }
p { color: rgb(193,19,43); }
H1.HeaderClassName
{
color: #C1132B;
}
.AnyTagClassName
{
color: #C1132B;
}
</style>
background-color css
<style>
a { background-color: #C1132B; }
a { background-color: rgb(193,19,43); }
div.DivClassName
{
background-color: #C1132B;
}
.BgClassName
{
background-color: #C1132B;
}
</style>
border-color css
<style>
span { border-color: #C1132B; }
span { border-color: rgb(193,19,43); }
td.TdClassName
{
border-color: #C1132B;
}
.TagClassName
{
border-color: #C1132B;
}
</style>