Shades of Fire Engine Red #C4092B
Tints of Fire Engine Red #C4092B
RGB
CMYK
RGB Variations
Color information
#C4092B (or 0xC4092B) is known color: Fire Engine Red. HEX triplet: C4, 09 and 2B. RGB value is (196,9,43). Sum of RGB (Red+Green+Blue) = 196+9+43=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C4092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4092B is #3BF6D4. Grayscale: #444444. Windows color (decimal): -3929813 or 2820548. OLE color: 2820548.
HSL color Cylindrical-coordinate representation of color #C4092B: hue angle of 349.09º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4092B is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 9 | 43 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.23 |
| HSL | 349.09º | 0.91% | 0.4% | - |
| HSV(B) | 349.09º | 0.95% | 0.77% | - |
| XYZ | 23.3 | 12.11 | 3.39 | - |
| YUV | 68.79 | 113.45 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 9 | 43 | 0 | 0.95 | 0.78 | 0.23 | 349.09 | 0.91 | 0.4 |
| Hex | C4 | 9 | 2B | 0 | 5F | 4E | 17 | 15D | 5B | 28 |
| Octal | 304 | 11 | 53 | 0 | 137 | 116 | 27 | 535 | 133 | 50 |
| Binary | 11000100 | 1001 | 101011 | 0 | 1011111 | 1001110 | 10111 | 101011101 | 1011011 | 101000 |
Color Harmonies of #C4092B
Complementary color
Monochromatic Colors of #C4092B
Black with #C4092B
Text Example
Text Example
White with #C4092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4092B; }
p { color: rgb(196,9,43); }
H1.HeaderClassName
{
color: #C4092B;
}
.AnyTagClassName
{
color: #C4092B;
}
</style>
background-color css
<style>
a { background-color: #C4092B; }
a { background-color: rgb(196,9,43); }
div.DivClassName
{
background-color: #C4092B;
}
.BgClassName
{
background-color: #C4092B;
}
</style>
border-color css
<style>
span { border-color: #C4092B; }
span { border-color: rgb(196,9,43); }
td.TdClassName
{
border-color: #C4092B;
}
.TagClassName
{
border-color: #C4092B;
}
</style>