Shades of Fire Engine Red #C81A1D
Tints of Fire Engine Red #C81A1D
RGB
CMYK
RGB Variations
Color information
#C81A1D (or 0xC81A1D) is known color: Fire Engine Red. HEX triplet: C8, 1A and 1D. RGB value is (200,26,29). Sum of RGB (Red+Green+Blue) = 200+26+29=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81A1D is #37E5E2. Grayscale: #4E4E4E. Windows color (decimal): -3663331 or 1907400. OLE color: 1907400.
HSL color Cylindrical-coordinate representation of color #C81A1D: hue angle of 358.97º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81A1D is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 29 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.22 |
| HSL | 358.97º | 0.77% | 0.44% | - |
| HSV(B) | 358.97º | 0.87% | 0.78% | - |
| XYZ | 24.41 | 13.11 | 2.41 | - |
| YUV | 78.37 | 100.15 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 29 | 0 | 0.87 | 0.86 | 0.22 | 358.97 | 0.77 | 0.44 |
| Hex | C8 | 1A | 1D | 0 | 57 | 56 | 16 | 167 | 4D | 2C |
| Octal | 310 | 32 | 35 | 0 | 127 | 126 | 26 | 547 | 115 | 54 |
| Binary | 11001000 | 11010 | 11101 | 0 | 1010111 | 1010110 | 10110 | 101100111 | 1001101 | 101100 |
Color Harmonies of #C81A1D
Complementary color
Monochromatic Colors of #C81A1D
Black with #C81A1D
Text Example
Text Example
White with #C81A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A1D; }
p { color: rgb(200,26,29); }
H1.HeaderClassName
{
color: #C81A1D;
}
.AnyTagClassName
{
color: #C81A1D;
}
</style>
background-color css
<style>
a { background-color: #C81A1D; }
a { background-color: rgb(200,26,29); }
div.DivClassName
{
background-color: #C81A1D;
}
.BgClassName
{
background-color: #C81A1D;
}
</style>
border-color css
<style>
span { border-color: #C81A1D; }
span { border-color: rgb(200,26,29); }
td.TdClassName
{
border-color: #C81A1D;
}
.TagClassName
{
border-color: #C81A1D;
}
</style>