Shades of Fire Engine Red #C3181E
Tints of Fire Engine Red #C3181E
RGB
CMYK
RGB Variations
Color information
#C3181E (or 0xC3181E) is known color: Fire Engine Red. HEX triplet: C3, 18 and 1E. RGB value is (195,24,30). Sum of RGB (Red+Green+Blue) = 195+24+30=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C3181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3181E is #3CE7E1. Grayscale: #4B4B4B. Windows color (decimal): -3991522 or 1972419. OLE color: 1972419.
HSL color Cylindrical-coordinate representation of color #C3181E: hue angle of 357.89º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C3181E is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 30 | - |
| CMYK | 0 | 0.88 | 0.85 | 0.24 |
| HSL | 357.89º | 0.78% | 0.43% | - |
| HSV(B) | 357.89º | 0.88% | 0.76% | - |
| XYZ | 23.07 | 12.35 | 2.4 | - |
| YUV | 75.81 | 102.15 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 30 | 0 | 0.88 | 0.85 | 0.24 | 357.89 | 0.78 | 0.43 |
| Hex | C3 | 18 | 1E | 0 | 58 | 55 | 18 | 166 | 4E | 2B |
| Octal | 303 | 30 | 36 | 0 | 130 | 125 | 30 | 546 | 116 | 53 |
| Binary | 11000011 | 11000 | 11110 | 0 | 1011000 | 1010101 | 11000 | 101100110 | 1001110 | 101011 |
Color Harmonies of #C3181E
Complementary color
Monochromatic Colors of #C3181E
Black with #C3181E
Text Example
Text Example
White with #C3181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3181E; }
p { color: rgb(195,24,30); }
H1.HeaderClassName
{
color: #C3181E;
}
.AnyTagClassName
{
color: #C3181E;
}
</style>
background-color css
<style>
a { background-color: #C3181E; }
a { background-color: rgb(195,24,30); }
div.DivClassName
{
background-color: #C3181E;
}
.BgClassName
{
background-color: #C3181E;
}
</style>
border-color css
<style>
span { border-color: #C3181E; }
span { border-color: rgb(195,24,30); }
td.TdClassName
{
border-color: #C3181E;
}
.TagClassName
{
border-color: #C3181E;
}
</style>