Shades of Fire Engine Red #C20E2B
Tints of Fire Engine Red #C20E2B
RGB
CMYK
RGB Variations
Color information
#C20E2B (or 0xC20E2B) is known color: Fire Engine Red. HEX triplet: C2, 0E and 2B. RGB value is (194,14,43). Sum of RGB (Red+Green+Blue) = 194+14+43=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20E2B is #3DF1D4. Grayscale: #474747. Windows color (decimal): -4059605 or 2821826. OLE color: 2821826.
HSL color Cylindrical-coordinate representation of color #C20E2B: hue angle of 350.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20E2B is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 14 | 43 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.24 |
| HSL | 350.33º | 0.87% | 0.41% | - |
| HSV(B) | 350.33º | 0.93% | 0.76% | - |
| XYZ | 22.84 | 11.96 | 3.39 | - |
| YUV | 71.13 | 112.13 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 14 | 43 | 0 | 0.93 | 0.78 | 0.24 | 350.33 | 0.87 | 0.41 |
| Hex | C2 | E | 2B | 0 | 5D | 4E | 18 | 15E | 57 | 29 |
| Octal | 302 | 16 | 53 | 0 | 135 | 116 | 30 | 536 | 127 | 51 |
| Binary | 11000010 | 1110 | 101011 | 0 | 1011101 | 1001110 | 11000 | 101011110 | 1010111 | 101001 |
Color Harmonies of #C20E2B
Complementary color
Monochromatic Colors of #C20E2B
Black with #C20E2B
Text Example
Text Example
White with #C20E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20E2B; }
p { color: rgb(194,14,43); }
H1.HeaderClassName
{
color: #C20E2B;
}
.AnyTagClassName
{
color: #C20E2B;
}
</style>
background-color css
<style>
a { background-color: #C20E2B; }
a { background-color: rgb(194,14,43); }
div.DivClassName
{
background-color: #C20E2B;
}
.BgClassName
{
background-color: #C20E2B;
}
</style>
border-color css
<style>
span { border-color: #C20E2B; }
span { border-color: rgb(194,14,43); }
td.TdClassName
{
border-color: #C20E2B;
}
.TagClassName
{
border-color: #C20E2B;
}
</style>