Shades of Fire Engine Red #D1232B
Tints of Fire Engine Red #D1232B
RGB
CMYK
RGB Variations
Color information
#D1232B (or 0xD1232B) is known color: Fire Engine Red. HEX triplet: D1, 23 and 2B. RGB value is (209,35,43). Sum of RGB (Red+Green+Blue) = 209+35+43=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D1232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1232B is #2EDCD4. Grayscale: #585858. Windows color (decimal): -3071189 or 2827217. OLE color: 2827217.
HSL color Cylindrical-coordinate representation of color #D1232B: hue angle of 357.24º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1232B is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 35 | 43 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.18 |
| HSL | 357.24º | 0.71% | 0.48% | - |
| HSV(B) | 357.24º | 0.83% | 0.82% | - |
| XYZ | 27.33 | 14.93 | 3.73 | - |
| YUV | 87.94 | 102.65 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 35 | 43 | 0 | 0.83 | 0.79 | 0.18 | 357.24 | 0.71 | 0.48 |
| Hex | D1 | 23 | 2B | 0 | 53 | 4F | 12 | 165 | 47 | 30 |
| Octal | 321 | 43 | 53 | 0 | 123 | 117 | 22 | 545 | 107 | 60 |
| Binary | 11010001 | 100011 | 101011 | 0 | 1010011 | 1001111 | 10010 | 101100101 | 1000111 | 110000 |
Color Harmonies of #D1232B
Complementary color
Monochromatic Colors of #D1232B
Black with #D1232B
Text Example
Text Example
White with #D1232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1232B; }
p { color: rgb(209,35,43); }
H1.HeaderClassName
{
color: #D1232B;
}
.AnyTagClassName
{
color: #D1232B;
}
</style>
background-color css
<style>
a { background-color: #D1232B; }
a { background-color: rgb(209,35,43); }
div.DivClassName
{
background-color: #D1232B;
}
.BgClassName
{
background-color: #D1232B;
}
</style>
border-color css
<style>
span { border-color: #D1232B; }
span { border-color: rgb(209,35,43); }
td.TdClassName
{
border-color: #D1232B;
}
.TagClassName
{
border-color: #D1232B;
}
</style>