Shades of Fire Engine Red #DA1327
Tints of Fire Engine Red #DA1327
RGB
CMYK
RGB Variations
Color information
#DA1327 (or 0xDA1327) is known color: Fire Engine Red. HEX triplet: DA, 13 and 27. RGB value is (218,19,39). Sum of RGB (Red+Green+Blue) = 218+19+39=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1327 is #25ECD8. Grayscale: #505050. Windows color (decimal): -2485465 or 2560986. OLE color: 2560986.
HSL color Cylindrical-coordinate representation of color #DA1327: hue angle of 353.97º 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 #DA1327 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 39 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.15 |
| HSL | 353.97º | 0.84% | 0.46% | - |
| HSV(B) | 353.97º | 0.91% | 0.85% | - |
| XYZ | 29.51 | 15.52 | 3.36 | - |
| YUV | 80.78 | 104.43 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 39 | 0 | 0.91 | 0.82 | 0.15 | 353.97 | 0.84 | 0.46 |
| Hex | DA | 13 | 27 | 0 | 5B | 52 | F | 162 | 54 | 2E |
| Octal | 332 | 23 | 47 | 0 | 133 | 122 | 17 | 542 | 124 | 56 |
| Binary | 11011010 | 10011 | 100111 | 0 | 1011011 | 1010010 | 1111 | 101100010 | 1010100 | 101110 |
Color Harmonies of #DA1327
Complementary color
Monochromatic Colors of #DA1327
Black with #DA1327
Text Example
Text Example
White with #DA1327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1327; }
p { color: rgb(218,19,39); }
H1.HeaderClassName
{
color: #DA1327;
}
.AnyTagClassName
{
color: #DA1327;
}
</style>
background-color css
<style>
a { background-color: #DA1327; }
a { background-color: rgb(218,19,39); }
div.DivClassName
{
background-color: #DA1327;
}
.BgClassName
{
background-color: #DA1327;
}
</style>
border-color css
<style>
span { border-color: #DA1327; }
span { border-color: rgb(218,19,39); }
td.TdClassName
{
border-color: #DA1327;
}
.TagClassName
{
border-color: #DA1327;
}
</style>