Shades of Fire Engine Red #C2131E
Tints of Fire Engine Red #C2131E
RGB
CMYK
RGB Variations
Color information
#C2131E (or 0xC2131E) is known color: Fire Engine Red. HEX triplet: C2, 13 and 1E. RGB value is (194,19,30). Sum of RGB (Red+Green+Blue) = 194+19+30=243 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.84% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 194 - color contains mainly: red. Hex color #C2131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2131E is #3DECE1. Grayscale: #484848. Windows color (decimal): -4058338 or 1971138. OLE color: 1971138.
HSL color Cylindrical-coordinate representation of color #C2131E: hue angle of 356.23º degrees, saturation: 0.82, 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 #C2131E is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 19 | 30 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.24 |
| HSL | 356.23º | 0.82% | 0.42% | - |
| HSV(B) | 356.23º | 0.9% | 0.76% | - |
| XYZ | 22.72 | 12.03 | 2.35 | - |
| YUV | 72.58 | 103.98 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 19 | 30 | 0 | 0.90 | 0.85 | 0.24 | 356.23 | 0.82 | 0.42 |
| Hex | C2 | 13 | 1E | 0 | 5A | 55 | 18 | 164 | 52 | 2A |
| Octal | 302 | 23 | 36 | 0 | 132 | 125 | 30 | 544 | 122 | 52 |
| Binary | 11000010 | 10011 | 11110 | 0 | 1011010 | 1010101 | 11000 | 101100100 | 1010010 | 101010 |
Color Harmonies of #C2131E
Complementary color
Monochromatic Colors of #C2131E
Black with #C2131E
Text Example
Text Example
White with #C2131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2131E; }
p { color: rgb(194,19,30); }
H1.HeaderClassName
{
color: #C2131E;
}
.AnyTagClassName
{
color: #C2131E;
}
</style>
background-color css
<style>
a { background-color: #C2131E; }
a { background-color: rgb(194,19,30); }
div.DivClassName
{
background-color: #C2131E;
}
.BgClassName
{
background-color: #C2131E;
}
</style>
border-color css
<style>
span { border-color: #C2131E; }
span { border-color: rgb(194,19,30); }
td.TdClassName
{
border-color: #C2131E;
}
.TagClassName
{
border-color: #C2131E;
}
</style>