Shades of Fire Engine Red #C81020
Tints of Fire Engine Red #C81020
RGB
CMYK
RGB Variations
Color information
#C81020 (or 0xC81020) is known color: Fire Engine Red. HEX triplet: C8, 10 and 20. RGB value is (200,16,32). Sum of RGB (Red+Green+Blue) = 200+16+32=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C81020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81020 is #37EFDF. Grayscale: #484848. Windows color (decimal): -3665888 or 2101448. OLE color: 2101448.
HSL color Cylindrical-coordinate representation of color #C81020: hue angle of 354.78º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81020 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 32 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.22 |
| HSL | 354.78º | 0.85% | 0.42% | - |
| HSV(B) | 354.78º | 0.92% | 0.78% | - |
| XYZ | 24.27 | 12.75 | 2.55 | - |
| YUV | 72.84 | 104.96 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 32 | 0 | 0.92 | 0.84 | 0.22 | 354.78 | 0.85 | 0.42 |
| Hex | C8 | 10 | 20 | 0 | 5C | 54 | 16 | 163 | 55 | 2A |
| Octal | 310 | 20 | 40 | 0 | 134 | 124 | 26 | 543 | 125 | 52 |
| Binary | 11001000 | 10000 | 100000 | 0 | 1011100 | 1010100 | 10110 | 101100011 | 1010101 | 101010 |
Color Harmonies of #C81020
Complementary color
Monochromatic Colors of #C81020
Black with #C81020
Text Example
Text Example
White with #C81020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81020; }
p { color: rgb(200,16,32); }
H1.HeaderClassName
{
color: #C81020;
}
.AnyTagClassName
{
color: #C81020;
}
</style>
background-color css
<style>
a { background-color: #C81020; }
a { background-color: rgb(200,16,32); }
div.DivClassName
{
background-color: #C81020;
}
.BgClassName
{
background-color: #C81020;
}
</style>
border-color css
<style>
span { border-color: #C81020; }
span { border-color: rgb(200,16,32); }
td.TdClassName
{
border-color: #C81020;
}
.TagClassName
{
border-color: #C81020;
}
</style>