Shades of Fire Engine Red #D41023
Tints of Fire Engine Red #D41023
RGB
CMYK
RGB Variations
Color information
#D41023 (or 0xD41023) is known color: Fire Engine Red. HEX triplet: D4, 10 and 23. RGB value is (212,16,35). Sum of RGB (Red+Green+Blue) = 212+16+35=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 35 (14.06% from 255 or 13.31% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D41023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41023 is #2BEFDC. Grayscale: #4C4C4C. Windows color (decimal): -2879453 or 2298068. OLE color: 2298068.
HSL color Cylindrical-coordinate representation of color #D41023: hue angle of 354.18º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D41023 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 16 | 35 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.17 |
| HSL | 354.18º | 0.86% | 0.45% | - |
| HSV(B) | 354.18º | 0.92% | 0.83% | - |
| XYZ | 27.64 | 14.49 | 2.93 | - |
| YUV | 76.77 | 104.43 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 16 | 35 | 0 | 0.92 | 0.83 | 0.17 | 354.18 | 0.86 | 0.45 |
| Hex | D4 | 10 | 23 | 0 | 5C | 53 | 11 | 162 | 56 | 2D |
| Octal | 324 | 20 | 43 | 0 | 134 | 123 | 21 | 542 | 126 | 55 |
| Binary | 11010100 | 10000 | 100011 | 0 | 1011100 | 1010011 | 10001 | 101100010 | 1010110 | 101101 |
Color Harmonies of #D41023
Complementary color
Monochromatic Colors of #D41023
Black with #D41023
Text Example
Text Example
White with #D41023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41023; }
p { color: rgb(212,16,35); }
H1.HeaderClassName
{
color: #D41023;
}
.AnyTagClassName
{
color: #D41023;
}
</style>
background-color css
<style>
a { background-color: #D41023; }
a { background-color: rgb(212,16,35); }
div.DivClassName
{
background-color: #D41023;
}
.BgClassName
{
background-color: #D41023;
}
</style>
border-color css
<style>
span { border-color: #D41023; }
span { border-color: rgb(212,16,35); }
td.TdClassName
{
border-color: #D41023;
}
.TagClassName
{
border-color: #D41023;
}
</style>