Shades of Fire Engine Red #C81C1E
Tints of Fire Engine Red #C81C1E
RGB
CMYK
RGB Variations
Color information
#C81C1E (or 0xC81C1E) is known color: Fire Engine Red. HEX triplet: C8, 1C and 1E. RGB value is (200,28,30). Sum of RGB (Red+Green+Blue) = 200+28+30=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C81C1E is #37E3E1. Grayscale: #4F4F4F. Windows color (decimal): -3662818 or 1973448. OLE color: 1973448.
HSL color Cylindrical-coordinate representation of color #C81C1E: hue angle of 359.3º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C81C1E is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 28 | 30 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.22 |
| HSL | 359.3º | 0.75% | 0.45% | - |
| HSV(B) | 359.3º | 0.86% | 0.78% | - |
| XYZ | 24.47 | 13.2 | 2.49 | - |
| YUV | 79.66 | 99.98 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 30 | 0 | 0.86 | 0.85 | 0.22 | 359.3 | 0.75 | 0.45 |
| Hex | C8 | 1C | 1E | 0 | 56 | 55 | 16 | 167 | 4B | 2D |
| Octal | 310 | 34 | 36 | 0 | 126 | 125 | 26 | 547 | 113 | 55 |
| Binary | 11001000 | 11100 | 11110 | 0 | 1010110 | 1010101 | 10110 | 101100111 | 1001011 | 101101 |
Color Harmonies of #C81C1E
Complementary color
Monochromatic Colors of #C81C1E
Black with #C81C1E
Text Example
Text Example
White with #C81C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81C1E; }
p { color: rgb(200,28,30); }
H1.HeaderClassName
{
color: #C81C1E;
}
.AnyTagClassName
{
color: #C81C1E;
}
</style>
background-color css
<style>
a { background-color: #C81C1E; }
a { background-color: rgb(200,28,30); }
div.DivClassName
{
background-color: #C81C1E;
}
.BgClassName
{
background-color: #C81C1E;
}
</style>
border-color css
<style>
span { border-color: #C81C1E; }
span { border-color: rgb(200,28,30); }
td.TdClassName
{
border-color: #C81C1E;
}
.TagClassName
{
border-color: #C81C1E;
}
</style>