Shades of Fire Engine Red #DA1425
Tints of Fire Engine Red #DA1425
RGB
CMYK
RGB Variations
Color information
#DA1425 (or 0xDA1425) is known color: Fire Engine Red. HEX triplet: DA, 14 and 25. RGB value is (218,20,37). Sum of RGB (Red+Green+Blue) = 218+20+37=275 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.27% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1425 is #25EBDA. Grayscale: #515151. Windows color (decimal): -2485211 or 2430170. OLE color: 2430170.
HSL color Cylindrical-coordinate representation of color #DA1425: hue angle of 354.85º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA1425 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 37 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.15 |
| HSL | 354.85º | 0.83% | 0.47% | - |
| HSV(B) | 354.85º | 0.91% | 0.85% | - |
| XYZ | 29.5 | 15.54 | 3.19 | - |
| YUV | 81.14 | 103.1 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 37 | 0 | 0.91 | 0.83 | 0.15 | 354.85 | 0.83 | 0.47 |
| Hex | DA | 14 | 25 | 0 | 5B | 53 | F | 163 | 53 | 2F |
| Octal | 332 | 24 | 45 | 0 | 133 | 123 | 17 | 543 | 123 | 57 |
| Binary | 11011010 | 10100 | 100101 | 0 | 1011011 | 1010011 | 1111 | 101100011 | 1010011 | 101111 |
Color Harmonies of #DA1425
Complementary color
Monochromatic Colors of #DA1425
Black with #DA1425
Text Example
Text Example
White with #DA1425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1425; }
p { color: rgb(218,20,37); }
H1.HeaderClassName
{
color: #DA1425;
}
.AnyTagClassName
{
color: #DA1425;
}
</style>
background-color css
<style>
a { background-color: #DA1425; }
a { background-color: rgb(218,20,37); }
div.DivClassName
{
background-color: #DA1425;
}
.BgClassName
{
background-color: #DA1425;
}
</style>
border-color css
<style>
span { border-color: #DA1425; }
span { border-color: rgb(218,20,37); }
td.TdClassName
{
border-color: #DA1425;
}
.TagClassName
{
border-color: #DA1425;
}
</style>