Shades of Fire Engine Red #D50622
Tints of Fire Engine Red #D50622
RGB
CMYK
RGB Variations
Color information
#D50622 (or 0xD50622) is known color: Fire Engine Red. HEX triplet: D5, 06 and 22. RGB value is (213,6,34). Sum of RGB (Red+Green+Blue) = 213+6+34=253 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.19% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 213 - color contains mainly: red. Hex color #D50622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50622 is #2AF9DD. Grayscale: #474747. Windows color (decimal): -2816478 or 2229973. OLE color: 2229973.
HSL color Cylindrical-coordinate representation of color #D50622: hue angle of 351.88º 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 #D50622 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.16 |
| HSL | 351.88º | 0.95% | 0.43% | - |
| HSV(B) | 351.88º | 0.97% | 0.84% | - |
| XYZ | 27.79 | 14.39 | 2.83 | - |
| YUV | 71.09 | 107.08 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 34 | 0 | 0.97 | 0.84 | 0.16 | 351.88 | 0.95 | 0.43 |
| Hex | D5 | 6 | 22 | 0 | 61 | 54 | 10 | 160 | 5F | 2B |
| Octal | 325 | 6 | 42 | 0 | 141 | 124 | 20 | 540 | 137 | 53 |
| Binary | 11010101 | 110 | 100010 | 0 | 1100001 | 1010100 | 10000 | 101100000 | 1011111 | 101011 |
Color Harmonies of #D50622
Complementary color
Monochromatic Colors of #D50622
Black with #D50622
Text Example
Text Example
White with #D50622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50622; }
p { color: rgb(213,6,34); }
H1.HeaderClassName
{
color: #D50622;
}
.AnyTagClassName
{
color: #D50622;
}
</style>
background-color css
<style>
a { background-color: #D50622; }
a { background-color: rgb(213,6,34); }
div.DivClassName
{
background-color: #D50622;
}
.BgClassName
{
background-color: #D50622;
}
</style>
border-color css
<style>
span { border-color: #D50622; }
span { border-color: rgb(213,6,34); }
td.TdClassName
{
border-color: #D50622;
}
.TagClassName
{
border-color: #D50622;
}
</style>