Shades of Fire Engine Red #C20F20
Tints of Fire Engine Red #C20F20
RGB
CMYK
RGB Variations
Color information
#C20F20 (or 0xC20F20) is known color: Fire Engine Red. HEX triplet: C2, 0F and 20. RGB value is (194,15,32). Sum of RGB (Red+Green+Blue) = 194+15+32=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20F20 is #3DF0DF. Grayscale: #464646. Windows color (decimal): -4059360 or 2101186. OLE color: 2101186.
HSL color Cylindrical-coordinate representation of color #C20F20: hue angle of 354.3º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C20F20 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 32 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.24 |
| HSL | 354.3º | 0.86% | 0.41% | - |
| HSV(B) | 354.3º | 0.92% | 0.76% | - |
| XYZ | 22.68 | 11.92 | 2.47 | - |
| YUV | 70.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 32 | 0 | 0.92 | 0.84 | 0.24 | 354.3 | 0.86 | 0.41 |
| Hex | C2 | F | 20 | 0 | 5C | 54 | 18 | 162 | 56 | 29 |
| Octal | 302 | 17 | 40 | 0 | 134 | 124 | 30 | 542 | 126 | 51 |
| Binary | 11000010 | 1111 | 100000 | 0 | 1011100 | 1010100 | 11000 | 101100010 | 1010110 | 101001 |
Color Harmonies of #C20F20
Complementary color
Monochromatic Colors of #C20F20
Black with #C20F20
Text Example
Text Example
White with #C20F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20F20; }
p { color: rgb(194,15,32); }
H1.HeaderClassName
{
color: #C20F20;
}
.AnyTagClassName
{
color: #C20F20;
}
</style>
background-color css
<style>
a { background-color: #C20F20; }
a { background-color: rgb(194,15,32); }
div.DivClassName
{
background-color: #C20F20;
}
.BgClassName
{
background-color: #C20F20;
}
</style>
border-color css
<style>
span { border-color: #C20F20; }
span { border-color: rgb(194,15,32); }
td.TdClassName
{
border-color: #C20F20;
}
.TagClassName
{
border-color: #C20F20;
}
</style>