Shades of Fire Engine Red #C81B1D
Tints of Fire Engine Red #C81B1D
RGB
CMYK
RGB Variations
Color information
#C81B1D (or 0xC81B1D) is known color: Fire Engine Red. HEX triplet: C8, 1B and 1D. RGB value is (200,27,29). Sum of RGB (Red+Green+Blue) = 200+27+29=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C81B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81B1D is #37E4E2. Grayscale: #4F4F4F. Windows color (decimal): -3663075 or 1907656. OLE color: 1907656.
HSL color Cylindrical-coordinate representation of color #C81B1D: hue angle of 359.31º 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 #C81B1D is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 27 | 29 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.22 |
| HSL | 359.31º | 0.76% | 0.45% | - |
| HSV(B) | 359.31º | 0.87% | 0.78% | - |
| XYZ | 24.43 | 13.15 | 2.41 | - |
| YUV | 78.96 | 99.81 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 27 | 29 | 0 | 0.86 | 0.86 | 0.22 | 359.31 | 0.76 | 0.45 |
| Hex | C8 | 1B | 1D | 0 | 56 | 56 | 16 | 167 | 4C | 2D |
| Octal | 310 | 33 | 35 | 0 | 126 | 126 | 26 | 547 | 114 | 55 |
| Binary | 11001000 | 11011 | 11101 | 0 | 1010110 | 1010110 | 10110 | 101100111 | 1001100 | 101101 |
Color Harmonies of #C81B1D
Complementary color
Monochromatic Colors of #C81B1D
Black with #C81B1D
Text Example
Text Example
White with #C81B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81B1D; }
p { color: rgb(200,27,29); }
H1.HeaderClassName
{
color: #C81B1D;
}
.AnyTagClassName
{
color: #C81B1D;
}
</style>
background-color css
<style>
a { background-color: #C81B1D; }
a { background-color: rgb(200,27,29); }
div.DivClassName
{
background-color: #C81B1D;
}
.BgClassName
{
background-color: #C81B1D;
}
</style>
border-color css
<style>
span { border-color: #C81B1D; }
span { border-color: rgb(200,27,29); }
td.TdClassName
{
border-color: #C81B1D;
}
.TagClassName
{
border-color: #C81B1D;
}
</style>