Shades of Fire Engine Red #C81923
Tints of Fire Engine Red #C81923
RGB
CMYK
RGB Variations
Color information
#C81923 (or 0xC81923) is known color: Fire Engine Red. HEX triplet: C8, 19 and 23. RGB value is (200,25,35). Sum of RGB (Red+Green+Blue) = 200+25+35=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C81923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81923 is #37E6DC. Grayscale: #4E4E4E. Windows color (decimal): -3663581 or 2300360. OLE color: 2300360.
HSL color Cylindrical-coordinate representation of color #C81923: hue angle of 356.57º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81923 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 35 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.22 |
| HSL | 356.57º | 0.78% | 0.44% | - |
| HSV(B) | 356.57º | 0.88% | 0.78% | - |
| XYZ | 24.47 | 13.1 | 2.83 | - |
| YUV | 78.47 | 103.48 | 214.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 35 | 0 | 0.88 | 0.82 | 0.22 | 356.57 | 0.78 | 0.44 |
| Hex | C8 | 19 | 23 | 0 | 58 | 52 | 16 | 165 | 4E | 2C |
| Octal | 310 | 31 | 43 | 0 | 130 | 122 | 26 | 545 | 116 | 54 |
| Binary | 11001000 | 11001 | 100011 | 0 | 1011000 | 1010010 | 10110 | 101100101 | 1001110 | 101100 |
Color Harmonies of #C81923
Complementary color
Monochromatic Colors of #C81923
Black with #C81923
Text Example
Text Example
White with #C81923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81923; }
p { color: rgb(200,25,35); }
H1.HeaderClassName
{
color: #C81923;
}
.AnyTagClassName
{
color: #C81923;
}
</style>
background-color css
<style>
a { background-color: #C81923; }
a { background-color: rgb(200,25,35); }
div.DivClassName
{
background-color: #C81923;
}
.BgClassName
{
background-color: #C81923;
}
</style>
border-color css
<style>
span { border-color: #C81923; }
span { border-color: rgb(200,25,35); }
td.TdClassName
{
border-color: #C81923;
}
.TagClassName
{
border-color: #C81923;
}
</style>