Shades of Fire Engine Red #C3141C
Tints of Fire Engine Red #C3141C
RGB
CMYK
RGB Variations
Color information
#C3141C (or 0xC3141C) is known color: Fire Engine Red. HEX triplet: C3, 14 and 1C. RGB value is (195,20,28). Sum of RGB (Red+Green+Blue) = 195+20+28=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C3141C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3141C is #3CEBE3. Grayscale: #494949. Windows color (decimal): -3992548 or 1840323. OLE color: 1840323.
HSL color Cylindrical-coordinate representation of color #C3141C: hue angle of 357.26º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3141C is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 20 | 28 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.24 |
| HSL | 357.26º | 0.81% | 0.42% | - |
| HSV(B) | 357.26º | 0.9% | 0.76% | - |
| XYZ | 22.97 | 12.19 | 2.24 | - |
| YUV | 73.24 | 102.48 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 20 | 28 | 0 | 0.90 | 0.86 | 0.24 | 357.26 | 0.81 | 0.42 |
| Hex | C3 | 14 | 1C | 0 | 5A | 56 | 18 | 165 | 51 | 2A |
| Octal | 303 | 24 | 34 | 0 | 132 | 126 | 30 | 545 | 121 | 52 |
| Binary | 11000011 | 10100 | 11100 | 0 | 1011010 | 1010110 | 11000 | 101100101 | 1010001 | 101010 |
Color Harmonies of #C3141C
Complementary color
Monochromatic Colors of #C3141C
Black with #C3141C
Text Example
Text Example
White with #C3141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3141C; }
p { color: rgb(195,20,28); }
H1.HeaderClassName
{
color: #C3141C;
}
.AnyTagClassName
{
color: #C3141C;
}
</style>
background-color css
<style>
a { background-color: #C3141C; }
a { background-color: rgb(195,20,28); }
div.DivClassName
{
background-color: #C3141C;
}
.BgClassName
{
background-color: #C3141C;
}
</style>
border-color css
<style>
span { border-color: #C3141C; }
span { border-color: rgb(195,20,28); }
td.TdClassName
{
border-color: #C3141C;
}
.TagClassName
{
border-color: #C3141C;
}
</style>