Shades of Fire Engine Red #D50629
Tints of Fire Engine Red #D50629
RGB
CMYK
RGB Variations
Color information
#D50629 (or 0xD50629) is known color: Fire Engine Red. HEX triplet: D5, 06 and 29. RGB value is (213,6,41). Sum of RGB (Red+Green+Blue) = 213+6+41=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D50629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50629 is #2AF9D6. Grayscale: #474747. Windows color (decimal): -2816471 or 2688725. OLE color: 2688725.
HSL color Cylindrical-coordinate representation of color #D50629: hue angle of 349.86º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50629 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 41 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.16 |
| HSL | 349.86º | 0.95% | 0.43% | - |
| HSV(B) | 349.86º | 0.97% | 0.84% | - |
| XYZ | 27.91 | 14.44 | 3.41 | - |
| YUV | 71.88 | 110.58 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 41 | 0 | 0.97 | 0.81 | 0.16 | 349.86 | 0.95 | 0.43 |
| Hex | D5 | 6 | 29 | 0 | 61 | 51 | 10 | 15E | 5F | 2B |
| Octal | 325 | 6 | 51 | 0 | 141 | 121 | 20 | 536 | 137 | 53 |
| Binary | 11010101 | 110 | 101001 | 0 | 1100001 | 1010001 | 10000 | 101011110 | 1011111 | 101011 |
Color Harmonies of #D50629
Complementary color
Monochromatic Colors of #D50629
Black with #D50629
Text Example
Text Example
White with #D50629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50629; }
p { color: rgb(213,6,41); }
H1.HeaderClassName
{
color: #D50629;
}
.AnyTagClassName
{
color: #D50629;
}
</style>
background-color css
<style>
a { background-color: #D50629; }
a { background-color: rgb(213,6,41); }
div.DivClassName
{
background-color: #D50629;
}
.BgClassName
{
background-color: #D50629;
}
</style>
border-color css
<style>
span { border-color: #D50629; }
span { border-color: rgb(213,6,41); }
td.TdClassName
{
border-color: #D50629;
}
.TagClassName
{
border-color: #D50629;
}
</style>