Shades of Fire Engine Red #C51F23
Tints of Fire Engine Red #C51F23
RGB
CMYK
RGB Variations
Color information
#C51F23 (or 0xC51F23) is known color: Fire Engine Red. HEX triplet: C5, 1F and 23. RGB value is (197,31,35). Sum of RGB (Red+Green+Blue) = 197+31+35=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C51F23 is #3AE0DC. Grayscale: #515151. Windows color (decimal): -3858653 or 2301893. OLE color: 2301893.
HSL color Cylindrical-coordinate representation of color #C51F23: hue angle of 358.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C51F23 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 31 | 35 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.23 |
| HSL | 358.55º | 0.73% | 0.45% | - |
| HSV(B) | 358.55º | 0.84% | 0.77% | - |
| XYZ | 23.82 | 12.97 | 2.84 | - |
| YUV | 81.09 | 102 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 31 | 35 | 0 | 0.84 | 0.82 | 0.23 | 358.55 | 0.73 | 0.45 |
| Hex | C5 | 1F | 23 | 0 | 54 | 52 | 17 | 167 | 49 | 2D |
| Octal | 305 | 37 | 43 | 0 | 124 | 122 | 27 | 547 | 111 | 55 |
| Binary | 11000101 | 11111 | 100011 | 0 | 1010100 | 1010010 | 10111 | 101100111 | 1001001 | 101101 |
Color Harmonies of #C51F23
Complementary color
Monochromatic Colors of #C51F23
Black with #C51F23
Text Example
Text Example
White with #C51F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51F23; }
p { color: rgb(197,31,35); }
H1.HeaderClassName
{
color: #C51F23;
}
.AnyTagClassName
{
color: #C51F23;
}
</style>
background-color css
<style>
a { background-color: #C51F23; }
a { background-color: rgb(197,31,35); }
div.DivClassName
{
background-color: #C51F23;
}
.BgClassName
{
background-color: #C51F23;
}
</style>
border-color css
<style>
span { border-color: #C51F23; }
span { border-color: rgb(197,31,35); }
td.TdClassName
{
border-color: #C51F23;
}
.TagClassName
{
border-color: #C51F23;
}
</style>