Shades of Fire Engine Red #DA1328
Tints of Fire Engine Red #DA1328
RGB
CMYK
RGB Variations
Color information
#DA1328 (or 0xDA1328) is known color: Fire Engine Red. HEX triplet: DA, 13 and 28. RGB value is (218,19,40). Sum of RGB (Red+Green+Blue) = 218+19+40=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1328 is #25ECD7. Grayscale: #515151. Windows color (decimal): -2485464 or 2626522. OLE color: 2626522.
HSL color Cylindrical-coordinate representation of color #DA1328: hue angle of 353.67º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1328 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 40 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.15 |
| HSL | 353.67º | 0.84% | 0.46% | - |
| HSV(B) | 353.67º | 0.91% | 0.85% | - |
| XYZ | 29.53 | 15.52 | 3.45 | - |
| YUV | 80.9 | 104.93 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 40 | 0 | 0.91 | 0.82 | 0.15 | 353.67 | 0.84 | 0.46 |
| Hex | DA | 13 | 28 | 0 | 5B | 52 | F | 162 | 54 | 2E |
| Octal | 332 | 23 | 50 | 0 | 133 | 122 | 17 | 542 | 124 | 56 |
| Binary | 11011010 | 10011 | 101000 | 0 | 1011011 | 1010010 | 1111 | 101100010 | 1010100 | 101110 |
Color Harmonies of #DA1328
Complementary color
Monochromatic Colors of #DA1328
Black with #DA1328
Text Example
Text Example
White with #DA1328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1328; }
p { color: rgb(218,19,40); }
H1.HeaderClassName
{
color: #DA1328;
}
.AnyTagClassName
{
color: #DA1328;
}
</style>
background-color css
<style>
a { background-color: #DA1328; }
a { background-color: rgb(218,19,40); }
div.DivClassName
{
background-color: #DA1328;
}
.BgClassName
{
background-color: #DA1328;
}
</style>
border-color css
<style>
span { border-color: #DA1328; }
span { border-color: rgb(218,19,40); }
td.TdClassName
{
border-color: #DA1328;
}
.TagClassName
{
border-color: #DA1328;
}
</style>