Shades of Fire Engine Red #C4082B
Tints of Fire Engine Red #C4082B
RGB
CMYK
RGB Variations
Color information
#C4082B (or 0xC4082B) is known color: Fire Engine Red. HEX triplet: C4, 08 and 2B. RGB value is (196,8,43). Sum of RGB (Red+Green+Blue) = 196+8+43=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C4082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4082B is #3BF7D4. Grayscale: #444444. Windows color (decimal): -3930069 or 2820292. OLE color: 2820292.
HSL color Cylindrical-coordinate representation of color #C4082B: hue angle of 348.83º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C4082B is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 8 | 43 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.23 |
| HSL | 348.83º | 0.92% | 0.4% | - |
| HSV(B) | 348.83º | 0.96% | 0.77% | - |
| XYZ | 23.29 | 12.08 | 3.39 | - |
| YUV | 68.2 | 113.78 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 8 | 43 | 0 | 0.96 | 0.78 | 0.23 | 348.83 | 0.92 | 0.4 |
| Hex | C4 | 8 | 2B | 0 | 60 | 4E | 17 | 15D | 5C | 28 |
| Octal | 304 | 10 | 53 | 0 | 140 | 116 | 27 | 535 | 134 | 50 |
| Binary | 11000100 | 1000 | 101011 | 0 | 1100000 | 1001110 | 10111 | 101011101 | 1011100 | 101000 |
Color Harmonies of #C4082B
Complementary color
Monochromatic Colors of #C4082B
Black with #C4082B
Text Example
Text Example
White with #C4082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4082B; }
p { color: rgb(196,8,43); }
H1.HeaderClassName
{
color: #C4082B;
}
.AnyTagClassName
{
color: #C4082B;
}
</style>
background-color css
<style>
a { background-color: #C4082B; }
a { background-color: rgb(196,8,43); }
div.DivClassName
{
background-color: #C4082B;
}
.BgClassName
{
background-color: #C4082B;
}
</style>
border-color css
<style>
span { border-color: #C4082B; }
span { border-color: rgb(196,8,43); }
td.TdClassName
{
border-color: #C4082B;
}
.TagClassName
{
border-color: #C4082B;
}
</style>