Shades of Fire Engine Red #C0092B
Tints of Fire Engine Red #C0092B
RGB
CMYK
RGB Variations
Color information
#C0092B (or 0xC0092B) is known color: Fire Engine Red. HEX triplet: C0, 09 and 2B. RGB value is (192,9,43). Sum of RGB (Red+Green+Blue) = 192+9+43=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C0092B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0092B is #3FF6D4. Grayscale: #434343. Windows color (decimal): -4191957 or 2820544. OLE color: 2820544.
HSL color Cylindrical-coordinate representation of color #C0092B: hue angle of 348.85º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C0092B is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 9 | 43 | - |
| CMYK | 0 | 0.95 | 0.78 | 0.25 |
| HSL | 348.85º | 0.91% | 0.39% | - |
| HSV(B) | 348.85º | 0.95% | 0.75% | - |
| XYZ | 22.27 | 11.58 | 3.35 | - |
| YUV | 67.59 | 114.13 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 9 | 43 | 0 | 0.95 | 0.78 | 0.25 | 348.85 | 0.91 | 0.39 |
| Hex | C0 | 9 | 2B | 0 | 5F | 4E | 19 | 15D | 5B | 27 |
| Octal | 300 | 11 | 53 | 0 | 137 | 116 | 31 | 535 | 133 | 47 |
| Binary | 11000000 | 1001 | 101011 | 0 | 1011111 | 1001110 | 11001 | 101011101 | 1011011 | 100111 |
Color Harmonies of #C0092B
Complementary color
Monochromatic Colors of #C0092B
Black with #C0092B
Text Example
Text Example
White with #C0092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0092B; }
p { color: rgb(192,9,43); }
H1.HeaderClassName
{
color: #C0092B;
}
.AnyTagClassName
{
color: #C0092B;
}
</style>
background-color css
<style>
a { background-color: #C0092B; }
a { background-color: rgb(192,9,43); }
div.DivClassName
{
background-color: #C0092B;
}
.BgClassName
{
background-color: #C0092B;
}
</style>
border-color css
<style>
span { border-color: #C0092B; }
span { border-color: rgb(192,9,43); }
td.TdClassName
{
border-color: #C0092B;
}
.TagClassName
{
border-color: #C0092B;
}
</style>