Shades of Fire Engine Red #C3181A
Tints of Fire Engine Red #C3181A
RGB
CMYK
RGB Variations
Color information
#C3181A (or 0xC3181A) is known color: Fire Engine Red. HEX triplet: C3, 18 and 1A. RGB value is (195,24,26). Sum of RGB (Red+Green+Blue) = 195+24+26=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 26 (10.55% from 255 or 10.61% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C3181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3181A is #3CE7E5. Grayscale: #4B4B4B. Windows color (decimal): -3991526 or 1710275. OLE color: 1710275.
HSL color Cylindrical-coordinate representation of color #C3181A: hue angle of 359.3º 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 #C3181A is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 26 | - |
| CMYK | 0 | 0.88 | 0.87 | 0.24 |
| HSL | 359.3º | 0.78% | 0.43% | - |
| HSV(B) | 359.3º | 0.88% | 0.76% | - |
| XYZ | 23.02 | 12.33 | 2.14 | - |
| YUV | 75.36 | 100.15 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 26 | 0 | 0.88 | 0.87 | 0.24 | 359.3 | 0.78 | 0.43 |
| Hex | C3 | 18 | 1A | 0 | 58 | 57 | 18 | 167 | 4E | 2B |
| Octal | 303 | 30 | 32 | 0 | 130 | 127 | 30 | 547 | 116 | 53 |
| Binary | 11000011 | 11000 | 11010 | 0 | 1011000 | 1010111 | 11000 | 101100111 | 1001110 | 101011 |
Color Harmonies of #C3181A
Complementary color
Monochromatic Colors of #C3181A
Black with #C3181A
Text Example
Text Example
White with #C3181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3181A; }
p { color: rgb(195,24,26); }
H1.HeaderClassName
{
color: #C3181A;
}
.AnyTagClassName
{
color: #C3181A;
}
</style>
background-color css
<style>
a { background-color: #C3181A; }
a { background-color: rgb(195,24,26); }
div.DivClassName
{
background-color: #C3181A;
}
.BgClassName
{
background-color: #C3181A;
}
</style>
border-color css
<style>
span { border-color: #C3181A; }
span { border-color: rgb(195,24,26); }
td.TdClassName
{
border-color: #C3181A;
}
.TagClassName
{
border-color: #C3181A;
}
</style>