Shades of Fire Engine Red #C11328
Tints of Fire Engine Red #C11328
RGB
CMYK
RGB Variations
Color information
#C11328 (or 0xC11328) is known color: Fire Engine Red. HEX triplet: C1, 13 and 28. RGB value is (193,19,40). Sum of RGB (Red+Green+Blue) = 193+19+40=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C11328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11328 is #3EECD7. Grayscale: #494949. Windows color (decimal): -4123864 or 2626497. OLE color: 2626497.
HSL color Cylindrical-coordinate representation of color #C11328: hue angle of 352.76º 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 #C11328 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 19 | 40 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.24 |
| HSL | 352.76º | 0.82% | 0.42% | - |
| HSV(B) | 352.76º | 0.9% | 0.76% | - |
| XYZ | 22.61 | 11.96 | 3.12 | - |
| YUV | 73.42 | 109.15 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 19 | 40 | 0 | 0.90 | 0.79 | 0.24 | 352.76 | 0.82 | 0.42 |
| Hex | C1 | 13 | 28 | 0 | 5A | 4F | 18 | 161 | 52 | 2A |
| Octal | 301 | 23 | 50 | 0 | 132 | 117 | 30 | 541 | 122 | 52 |
| Binary | 11000001 | 10011 | 101000 | 0 | 1011010 | 1001111 | 11000 | 101100001 | 1010010 | 101010 |
Color Harmonies of #C11328
Complementary color
Monochromatic Colors of #C11328
Black with #C11328
Text Example
Text Example
White with #C11328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11328; }
p { color: rgb(193,19,40); }
H1.HeaderClassName
{
color: #C11328;
}
.AnyTagClassName
{
color: #C11328;
}
</style>
background-color css
<style>
a { background-color: #C11328; }
a { background-color: rgb(193,19,40); }
div.DivClassName
{
background-color: #C11328;
}
.BgClassName
{
background-color: #C11328;
}
</style>
border-color css
<style>
span { border-color: #C11328; }
span { border-color: rgb(193,19,40); }
td.TdClassName
{
border-color: #C11328;
}
.TagClassName
{
border-color: #C11328;
}
</style>