Shades of Fire Engine Red #D50328
Tints of Fire Engine Red #D50328
RGB
CMYK
RGB Variations
Color information
#D50328 (or 0xD50328) is known color: Fire Engine Red. HEX triplet: D5, 03 and 28. RGB value is (213,3,40). Sum of RGB (Red+Green+Blue) = 213+3+40=256 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.20% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 213 - color contains mainly: red. Hex color #D50328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50328 is #2AFCD7. Grayscale: #464646. Windows color (decimal): -2817240 or 2622421. OLE color: 2622421.
HSL color Cylindrical-coordinate representation of color #D50328: hue angle of 349.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50328 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.16 |
| HSL | 349.43º | 0.97% | 0.42% | - |
| HSV(B) | 349.43º | 0.99% | 0.84% | - |
| XYZ | 27.86 | 14.36 | 3.31 | - |
| YUV | 70.01 | 111.07 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 40 | 0 | 0.99 | 0.81 | 0.16 | 349.43 | 0.97 | 0.42 |
| Hex | D5 | 3 | 28 | 0 | 63 | 51 | 10 | 15D | 61 | 2A |
| Octal | 325 | 3 | 50 | 0 | 143 | 121 | 20 | 535 | 141 | 52 |
| Binary | 11010101 | 11 | 101000 | 0 | 1100011 | 1010001 | 10000 | 101011101 | 1100001 | 101010 |
Color Harmonies of #D50328
Complementary color
Monochromatic Colors of #D50328
Black with #D50328
Text Example
Text Example
White with #D50328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50328; }
p { color: rgb(213,3,40); }
H1.HeaderClassName
{
color: #D50328;
}
.AnyTagClassName
{
color: #D50328;
}
</style>
background-color css
<style>
a { background-color: #D50328; }
a { background-color: rgb(213,3,40); }
div.DivClassName
{
background-color: #D50328;
}
.BgClassName
{
background-color: #D50328;
}
</style>
border-color css
<style>
span { border-color: #D50328; }
span { border-color: rgb(213,3,40); }
td.TdClassName
{
border-color: #D50328;
}
.TagClassName
{
border-color: #D50328;
}
</style>