Shades of Fire Engine Red #D41B25
Tints of Fire Engine Red #D41B25
RGB
CMYK
RGB Variations
Color information
#D41B25 (or 0xD41B25) is known color: Fire Engine Red. HEX triplet: D4, 1B and 25. RGB value is (212,27,37). Sum of RGB (Red+Green+Blue) = 212+27+37=276 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.81% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 212 - color contains mainly: red. Hex color #D41B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41B25 is #2BE4DA. Grayscale: #535353. Windows color (decimal): -2876635 or 2431956. OLE color: 2431956.
HSL color Cylindrical-coordinate representation of color #D41B25: hue angle of 356.76º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41B25 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 27 | 37 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.17 |
| HSL | 356.76º | 0.77% | 0.47% | - |
| HSV(B) | 356.76º | 0.87% | 0.83% | - |
| XYZ | 27.88 | 14.91 | 3.16 | - |
| YUV | 83.46 | 101.79 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 27 | 37 | 0 | 0.87 | 0.83 | 0.17 | 356.76 | 0.77 | 0.47 |
| Hex | D4 | 1B | 25 | 0 | 57 | 53 | 11 | 165 | 4D | 2F |
| Octal | 324 | 33 | 45 | 0 | 127 | 123 | 21 | 545 | 115 | 57 |
| Binary | 11010100 | 11011 | 100101 | 0 | 1010111 | 1010011 | 10001 | 101100101 | 1001101 | 101111 |
Color Harmonies of #D41B25
Complementary color
Monochromatic Colors of #D41B25
Black with #D41B25
Text Example
Text Example
White with #D41B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41B25; }
p { color: rgb(212,27,37); }
H1.HeaderClassName
{
color: #D41B25;
}
.AnyTagClassName
{
color: #D41B25;
}
</style>
background-color css
<style>
a { background-color: #D41B25; }
a { background-color: rgb(212,27,37); }
div.DivClassName
{
background-color: #D41B25;
}
.BgClassName
{
background-color: #D41B25;
}
</style>
border-color css
<style>
span { border-color: #D41B25; }
span { border-color: rgb(212,27,37); }
td.TdClassName
{
border-color: #D41B25;
}
.TagClassName
{
border-color: #D41B25;
}
</style>