Shades of Fire Engine Red #DA1525
Tints of Fire Engine Red #DA1525
RGB
CMYK
RGB Variations
Color information
#DA1525 (or 0xDA1525) is known color: Fire Engine Red. HEX triplet: DA, 15 and 25. RGB value is (218,21,37). Sum of RGB (Red+Green+Blue) = 218+21+37=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1525 is #25EADA. Grayscale: #515151. Windows color (decimal): -2484955 or 2430426. OLE color: 2430426.
HSL color Cylindrical-coordinate representation of color #DA1525: hue angle of 355.13º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1525 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 37 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.15 |
| HSL | 355.13º | 0.82% | 0.47% | - |
| HSV(B) | 355.13º | 0.9% | 0.85% | - |
| XYZ | 29.52 | 15.58 | 3.2 | - |
| YUV | 81.73 | 102.77 | 225.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 37 | 0 | 0.90 | 0.83 | 0.15 | 355.13 | 0.82 | 0.47 |
| Hex | DA | 15 | 25 | 0 | 5A | 53 | F | 163 | 52 | 2F |
| Octal | 332 | 25 | 45 | 0 | 132 | 123 | 17 | 543 | 122 | 57 |
| Binary | 11011010 | 10101 | 100101 | 0 | 1011010 | 1010011 | 1111 | 101100011 | 1010010 | 101111 |
Color Harmonies of #DA1525
Complementary color
Monochromatic Colors of #DA1525
Black with #DA1525
Text Example
Text Example
White with #DA1525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1525; }
p { color: rgb(218,21,37); }
H1.HeaderClassName
{
color: #DA1525;
}
.AnyTagClassName
{
color: #DA1525;
}
</style>
background-color css
<style>
a { background-color: #DA1525; }
a { background-color: rgb(218,21,37); }
div.DivClassName
{
background-color: #DA1525;
}
.BgClassName
{
background-color: #DA1525;
}
</style>
border-color css
<style>
span { border-color: #DA1525; }
span { border-color: rgb(218,21,37); }
td.TdClassName
{
border-color: #DA1525;
}
.TagClassName
{
border-color: #DA1525;
}
</style>