Shades of Fire Engine Red #C3092C
Tints of Fire Engine Red #C3092C
RGB
CMYK
RGB Variations
Color information
#C3092C (or 0xC3092C) is known color: Fire Engine Red. HEX triplet: C3, 09 and 2C. RGB value is (195,9,44). Sum of RGB (Red+Green+Blue) = 195+9+44=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C3092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3092C is #3CF6D3. Grayscale: #444444. Windows color (decimal): -3995348 or 2886083. OLE color: 2886083.
HSL color Cylindrical-coordinate representation of color #C3092C: hue angle of 348.71º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3092C is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 9 | 44 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.24 |
| HSL | 348.71º | 0.91% | 0.4% | - |
| HSV(B) | 348.71º | 0.95% | 0.76% | - |
| XYZ | 23.06 | 11.98 | 3.48 | - |
| YUV | 68.6 | 114.12 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 9 | 44 | 0 | 0.95 | 0.77 | 0.24 | 348.71 | 0.91 | 0.4 |
| Hex | C3 | 9 | 2C | 0 | 5F | 4D | 18 | 15D | 5B | 28 |
| Octal | 303 | 11 | 54 | 0 | 137 | 115 | 30 | 535 | 133 | 50 |
| Binary | 11000011 | 1001 | 101100 | 0 | 1011111 | 1001101 | 11000 | 101011101 | 1011011 | 101000 |
Color Harmonies of #C3092C
Complementary color
Monochromatic Colors of #C3092C
Black with #C3092C
Text Example
Text Example
White with #C3092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3092C; }
p { color: rgb(195,9,44); }
H1.HeaderClassName
{
color: #C3092C;
}
.AnyTagClassName
{
color: #C3092C;
}
</style>
background-color css
<style>
a { background-color: #C3092C; }
a { background-color: rgb(195,9,44); }
div.DivClassName
{
background-color: #C3092C;
}
.BgClassName
{
background-color: #C3092C;
}
</style>
border-color css
<style>
span { border-color: #C3092C; }
span { border-color: rgb(195,9,44); }
td.TdClassName
{
border-color: #C3092C;
}
.TagClassName
{
border-color: #C3092C;
}
</style>