Shades of Fire Engine Red #C3182B
Tints of Fire Engine Red #C3182B
RGB
CMYK
RGB Variations
Color information
#C3182B (or 0xC3182B) is known color: Fire Engine Red. HEX triplet: C3, 18 and 2B. RGB value is (195,24,43). Sum of RGB (Red+Green+Blue) = 195+24+43=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C3182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3182B is #3CE7D4. Grayscale: #4D4D4D. Windows color (decimal): -3991509 or 2824387. OLE color: 2824387.
HSL color Cylindrical-coordinate representation of color #C3182B: hue angle of 353.33º 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 #C3182B is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 43 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.24 |
| HSL | 353.33º | 0.78% | 0.43% | - |
| HSV(B) | 353.33º | 0.88% | 0.76% | - |
| XYZ | 23.27 | 12.43 | 3.46 | - |
| YUV | 77.3 | 108.65 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 43 | 0 | 0.88 | 0.78 | 0.24 | 353.33 | 0.78 | 0.43 |
| Hex | C3 | 18 | 2B | 0 | 58 | 4E | 18 | 161 | 4E | 2B |
| Octal | 303 | 30 | 53 | 0 | 130 | 116 | 30 | 541 | 116 | 53 |
| Binary | 11000011 | 11000 | 101011 | 0 | 1011000 | 1001110 | 11000 | 101100001 | 1001110 | 101011 |
Color Harmonies of #C3182B
Complementary color
Monochromatic Colors of #C3182B
Black with #C3182B
Text Example
Text Example
White with #C3182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3182B; }
p { color: rgb(195,24,43); }
H1.HeaderClassName
{
color: #C3182B;
}
.AnyTagClassName
{
color: #C3182B;
}
</style>
background-color css
<style>
a { background-color: #C3182B; }
a { background-color: rgb(195,24,43); }
div.DivClassName
{
background-color: #C3182B;
}
.BgClassName
{
background-color: #C3182B;
}
</style>
border-color css
<style>
span { border-color: #C3182B; }
span { border-color: rgb(195,24,43); }
td.TdClassName
{
border-color: #C3182B;
}
.TagClassName
{
border-color: #C3182B;
}
</style>