Shades of Fire Engine Red #BD1D23
Tints of Fire Engine Red #BD1D23
RGB
CMYK
RGB Variations
Color information
#BD1D23 (or 0xBD1D23) is known color: Fire Engine Red. HEX triplet: BD, 1D and 23. RGB value is (189,29,35). Sum of RGB (Red+Green+Blue) = 189+29+35=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1D23 is #42E2DC. Grayscale: #4D4D4D. Windows color (decimal): -4383453 or 2301373. OLE color: 2301373.
HSL color Cylindrical-coordinate representation of color #BD1D23: hue angle of 357.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1D23 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 29 | 35 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.26 |
| HSL | 357.75º | 0.73% | 0.43% | - |
| HSV(B) | 357.75º | 0.85% | 0.74% | - |
| XYZ | 21.73 | 11.82 | 2.73 | - |
| YUV | 77.52 | 104.01 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 35 | 0 | 0.85 | 0.81 | 0.26 | 357.75 | 0.73 | 0.43 |
| Hex | BD | 1D | 23 | 0 | 55 | 51 | 1A | 166 | 49 | 2B |
| Octal | 275 | 35 | 43 | 0 | 125 | 121 | 32 | 546 | 111 | 53 |
| Binary | 10111101 | 11101 | 100011 | 0 | 1010101 | 1010001 | 11010 | 101100110 | 1001001 | 101011 |
Color Harmonies of #BD1D23
Complementary color
Monochromatic Colors of #BD1D23
Black with #BD1D23
Text Example
Text Example
White with #BD1D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1D23; }
p { color: rgb(189,29,35); }
H1.HeaderClassName
{
color: #BD1D23;
}
.AnyTagClassName
{
color: #BD1D23;
}
</style>
background-color css
<style>
a { background-color: #BD1D23; }
a { background-color: rgb(189,29,35); }
div.DivClassName
{
background-color: #BD1D23;
}
.BgClassName
{
background-color: #BD1D23;
}
</style>
border-color css
<style>
span { border-color: #BD1D23; }
span { border-color: rgb(189,29,35); }
td.TdClassName
{
border-color: #BD1D23;
}
.TagClassName
{
border-color: #BD1D23;
}
</style>