Shades of Fire Engine Red #BC2327
Tints of Fire Engine Red #BC2327
RGB
CMYK
RGB Variations
Color information
#BC2327 (or 0xBC2327) is known color: Fire Engine Red. HEX triplet: BC, 23 and 27. RGB value is (188,35,39). Sum of RGB (Red+Green+Blue) = 188+35+39=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2327 is #43DCD8. Grayscale: #515151. Windows color (decimal): -4447449 or 2565052. OLE color: 2565052.
HSL color Cylindrical-coordinate representation of color #BC2327: hue angle of 358.43º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2327 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 39 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.26 |
| HSL | 358.43º | 0.69% | 0.44% | - |
| HSV(B) | 358.43º | 0.81% | 0.74% | - |
| XYZ | 21.71 | 12.04 | 3.1 | - |
| YUV | 81.2 | 104.19 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 39 | 0 | 0.81 | 0.79 | 0.26 | 358.43 | 0.69 | 0.44 |
| Hex | BC | 23 | 27 | 0 | 51 | 4F | 1A | 166 | 45 | 2C |
| Octal | 274 | 43 | 47 | 0 | 121 | 117 | 32 | 546 | 105 | 54 |
| Binary | 10111100 | 100011 | 100111 | 0 | 1010001 | 1001111 | 11010 | 101100110 | 1000101 | 101100 |
Color Harmonies of #BC2327
Complementary color
Monochromatic Colors of #BC2327
Black with #BC2327
Text Example
Text Example
White with #BC2327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2327; }
p { color: rgb(188,35,39); }
H1.HeaderClassName
{
color: #BC2327;
}
.AnyTagClassName
{
color: #BC2327;
}
</style>
background-color css
<style>
a { background-color: #BC2327; }
a { background-color: rgb(188,35,39); }
div.DivClassName
{
background-color: #BC2327;
}
.BgClassName
{
background-color: #BC2327;
}
</style>
border-color css
<style>
span { border-color: #BC2327; }
span { border-color: rgb(188,35,39); }
td.TdClassName
{
border-color: #BC2327;
}
.TagClassName
{
border-color: #BC2327;
}
</style>