Shades of Fire Engine Red #DA1227
Tints of Fire Engine Red #DA1227
RGB
CMYK
RGB Variations
Color information
#DA1227 (or 0xDA1227) is known color: Fire Engine Red. HEX triplet: DA, 12 and 27. RGB value is (218,18,39). Sum of RGB (Red+Green+Blue) = 218+18+39=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1227 is #25EDD8. Grayscale: #505050. Windows color (decimal): -2485721 or 2560730. OLE color: 2560730.
HSL color Cylindrical-coordinate representation of color #DA1227: hue angle of 353.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1227 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 39 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.15 |
| HSL | 353.7º | 0.85% | 0.46% | - |
| HSV(B) | 353.7º | 0.92% | 0.85% | - |
| XYZ | 29.5 | 15.48 | 3.35 | - |
| YUV | 80.19 | 104.76 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 39 | 0 | 0.92 | 0.82 | 0.15 | 353.7 | 0.85 | 0.46 |
| Hex | DA | 12 | 27 | 0 | 5C | 52 | F | 162 | 55 | 2E |
| Octal | 332 | 22 | 47 | 0 | 134 | 122 | 17 | 542 | 125 | 56 |
| Binary | 11011010 | 10010 | 100111 | 0 | 1011100 | 1010010 | 1111 | 101100010 | 1010101 | 101110 |
Color Harmonies of #DA1227
Complementary color
Monochromatic Colors of #DA1227
Black with #DA1227
Text Example
Text Example
White with #DA1227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1227; }
p { color: rgb(218,18,39); }
H1.HeaderClassName
{
color: #DA1227;
}
.AnyTagClassName
{
color: #DA1227;
}
</style>
background-color css
<style>
a { background-color: #DA1227; }
a { background-color: rgb(218,18,39); }
div.DivClassName
{
background-color: #DA1227;
}
.BgClassName
{
background-color: #DA1227;
}
</style>
border-color css
<style>
span { border-color: #DA1227; }
span { border-color: rgb(218,18,39); }
td.TdClassName
{
border-color: #DA1227;
}
.TagClassName
{
border-color: #DA1227;
}
</style>