Shades of Fire Engine Red #D12629
Tints of Fire Engine Red #D12629
RGB
CMYK
RGB Variations
Color information
#D12629 (or 0xD12629) is known color: Fire Engine Red. HEX triplet: D1, 26 and 29. RGB value is (209,38,41). Sum of RGB (Red+Green+Blue) = 209+38+41=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D12629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12629 is #2ED9D6. Grayscale: #595959. Windows color (decimal): -3070423 or 2696913. OLE color: 2696913.
HSL color Cylindrical-coordinate representation of color #D12629: hue angle of 358.95º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12629 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 41 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.18 |
| HSL | 358.95º | 0.69% | 0.48% | - |
| HSV(B) | 358.95º | 0.82% | 0.82% | - |
| XYZ | 27.39 | 15.1 | 3.57 | - |
| YUV | 89.47 | 100.65 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 41 | 0 | 0.82 | 0.80 | 0.18 | 358.95 | 0.69 | 0.48 |
| Hex | D1 | 26 | 29 | 0 | 52 | 50 | 12 | 167 | 45 | 30 |
| Octal | 321 | 46 | 51 | 0 | 122 | 120 | 22 | 547 | 105 | 60 |
| Binary | 11010001 | 100110 | 101001 | 0 | 1010010 | 1010000 | 10010 | 101100111 | 1000101 | 110000 |
Color Harmonies of #D12629
Complementary color
Monochromatic Colors of #D12629
Black with #D12629
Text Example
Text Example
White with #D12629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12629; }
p { color: rgb(209,38,41); }
H1.HeaderClassName
{
color: #D12629;
}
.AnyTagClassName
{
color: #D12629;
}
</style>
background-color css
<style>
a { background-color: #D12629; }
a { background-color: rgb(209,38,41); }
div.DivClassName
{
background-color: #D12629;
}
.BgClassName
{
background-color: #D12629;
}
</style>
border-color css
<style>
span { border-color: #D12629; }
span { border-color: rgb(209,38,41); }
td.TdClassName
{
border-color: #D12629;
}
.TagClassName
{
border-color: #D12629;
}
</style>