Shades of Fire Engine Red #C81A20
Tints of Fire Engine Red #C81A20
RGB
CMYK
RGB Variations
Color information
#C81A20 (or 0xC81A20) is known color: Fire Engine Red. HEX triplet: C8, 1A and 20. RGB value is (200,26,32). Sum of RGB (Red+Green+Blue) = 200+26+32=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81A20 is #37E5DF. Grayscale: #4E4E4E. Windows color (decimal): -3663328 or 2104008. OLE color: 2104008.
HSL color Cylindrical-coordinate representation of color #C81A20: hue angle of 357.93º 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 #C81A20 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 32 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.22 |
| HSL | 357.93º | 0.77% | 0.44% | - |
| HSV(B) | 357.93º | 0.87% | 0.78% | - |
| XYZ | 24.45 | 13.12 | 2.61 | - |
| YUV | 78.71 | 101.65 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 32 | 0 | 0.87 | 0.84 | 0.22 | 357.93 | 0.77 | 0.44 |
| Hex | C8 | 1A | 20 | 0 | 57 | 54 | 16 | 166 | 4D | 2C |
| Octal | 310 | 32 | 40 | 0 | 127 | 124 | 26 | 546 | 115 | 54 |
| Binary | 11001000 | 11010 | 100000 | 0 | 1010111 | 1010100 | 10110 | 101100110 | 1001101 | 101100 |
Color Harmonies of #C81A20
Complementary color
Monochromatic Colors of #C81A20
Black with #C81A20
Text Example
Text Example
White with #C81A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A20; }
p { color: rgb(200,26,32); }
H1.HeaderClassName
{
color: #C81A20;
}
.AnyTagClassName
{
color: #C81A20;
}
</style>
background-color css
<style>
a { background-color: #C81A20; }
a { background-color: rgb(200,26,32); }
div.DivClassName
{
background-color: #C81A20;
}
.BgClassName
{
background-color: #C81A20;
}
</style>
border-color css
<style>
span { border-color: #C81A20; }
span { border-color: rgb(200,26,32); }
td.TdClassName
{
border-color: #C81A20;
}
.TagClassName
{
border-color: #C81A20;
}
</style>