Shades of Fire Engine Red #C81B2C
Tints of Fire Engine Red #C81B2C
RGB
CMYK
RGB Variations
Color information
#C81B2C (or 0xC81B2C) is known color: Fire Engine Red. HEX triplet: C8, 1B and 2C. RGB value is (200,27,44). Sum of RGB (Red+Green+Blue) = 200+27+44=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C81B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81B2C is #37E4D3. Grayscale: #505050. Windows color (decimal): -3663060 or 2890696. OLE color: 2890696.
HSL color Cylindrical-coordinate representation of color #C81B2C: hue angle of 354.1º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81B2C is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 27 | 44 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.22 |
| HSL | 354.1º | 0.76% | 0.45% | - |
| HSV(B) | 354.1º | 0.87% | 0.78% | - |
| XYZ | 24.67 | 13.25 | 3.64 | - |
| YUV | 80.67 | 107.31 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 44 | 0 | 0.86 | 0.78 | 0.22 | 354.1 | 0.76 | 0.45 |
| Hex | C8 | 1B | 2C | 0 | 56 | 4E | 16 | 162 | 4C | 2D |
| Octal | 310 | 33 | 54 | 0 | 126 | 116 | 26 | 542 | 114 | 55 |
| Binary | 11001000 | 11011 | 101100 | 0 | 1010110 | 1001110 | 10110 | 101100010 | 1001100 | 101101 |
Color Harmonies of #C81B2C
Complementary color
Monochromatic Colors of #C81B2C
Black with #C81B2C
Text Example
Text Example
White with #C81B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81B2C; }
p { color: rgb(200,27,44); }
H1.HeaderClassName
{
color: #C81B2C;
}
.AnyTagClassName
{
color: #C81B2C;
}
</style>
background-color css
<style>
a { background-color: #C81B2C; }
a { background-color: rgb(200,27,44); }
div.DivClassName
{
background-color: #C81B2C;
}
.BgClassName
{
background-color: #C81B2C;
}
</style>
border-color css
<style>
span { border-color: #C81B2C; }
span { border-color: rgb(200,27,44); }
td.TdClassName
{
border-color: #C81B2C;
}
.TagClassName
{
border-color: #C81B2C;
}
</style>