Shades of Fire Engine Red #C11728
Tints of Fire Engine Red #C11728
RGB
CMYK
RGB Variations
Color information
#C11728 (or 0xC11728) is known color: Fire Engine Red. HEX triplet: C1, 17 and 28. RGB value is (193,23,40). Sum of RGB (Red+Green+Blue) = 193+23+40=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C11728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11728 is #3EE8D7. Grayscale: #4B4B4B. Windows color (decimal): -4122840 or 2627521. OLE color: 2627521.
HSL color Cylindrical-coordinate representation of color #C11728: hue angle of 354º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11728 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 23 | 40 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.24 |
| HSL | 354º | 0.79% | 0.42% | - |
| HSV(B) | 354º | 0.88% | 0.76% | - |
| XYZ | 22.68 | 12.1 | 3.15 | - |
| YUV | 75.77 | 107.82 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 23 | 40 | 0 | 0.88 | 0.79 | 0.24 | 354 | 0.79 | 0.42 |
| Hex | C1 | 17 | 28 | 0 | 58 | 4F | 18 | 162 | 4F | 2A |
| Octal | 301 | 27 | 50 | 0 | 130 | 117 | 30 | 542 | 117 | 52 |
| Binary | 11000001 | 10111 | 101000 | 0 | 1011000 | 1001111 | 11000 | 101100010 | 1001111 | 101010 |
Color Harmonies of #C11728
Complementary color
Monochromatic Colors of #C11728
Black with #C11728
Text Example
Text Example
White with #C11728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C11728; }
p { color: rgb(193,23,40); }
H1.HeaderClassName
{
color: #C11728;
}
.AnyTagClassName
{
color: #C11728;
}
</style>
background-color css
<style>
a { background-color: #C11728; }
a { background-color: rgb(193,23,40); }
div.DivClassName
{
background-color: #C11728;
}
.BgClassName
{
background-color: #C11728;
}
</style>
border-color css
<style>
span { border-color: #C11728; }
span { border-color: rgb(193,23,40); }
td.TdClassName
{
border-color: #C11728;
}
.TagClassName
{
border-color: #C11728;
}
</style>