Shades of Fire Engine Red #DA132B
Tints of Fire Engine Red #DA132B
RGB
CMYK
RGB Variations
Color information
#DA132B (or 0xDA132B) is known color: Fire Engine Red. HEX triplet: DA, 13 and 2B. RGB value is (218,19,43). Sum of RGB (Red+Green+Blue) = 218+19+43=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA132B is #25ECD4. Grayscale: #515151. Windows color (decimal): -2485461 or 2823130. OLE color: 2823130.
HSL color Cylindrical-coordinate representation of color #DA132B: hue angle of 352.76º 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 #DA132B is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 43 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.15 |
| HSL | 352.76º | 0.84% | 0.46% | - |
| HSV(B) | 352.76º | 0.91% | 0.85% | - |
| XYZ | 29.58 | 15.55 | 3.73 | - |
| YUV | 81.24 | 106.43 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 43 | 0 | 0.91 | 0.80 | 0.15 | 352.76 | 0.84 | 0.46 |
| Hex | DA | 13 | 2B | 0 | 5B | 50 | F | 161 | 54 | 2E |
| Octal | 332 | 23 | 53 | 0 | 133 | 120 | 17 | 541 | 124 | 56 |
| Binary | 11011010 | 10011 | 101011 | 0 | 1011011 | 1010000 | 1111 | 101100001 | 1010100 | 101110 |
Color Harmonies of #DA132B
Complementary color
Monochromatic Colors of #DA132B
Black with #DA132B
Text Example
Text Example
White with #DA132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA132B; }
p { color: rgb(218,19,43); }
H1.HeaderClassName
{
color: #DA132B;
}
.AnyTagClassName
{
color: #DA132B;
}
</style>
background-color css
<style>
a { background-color: #DA132B; }
a { background-color: rgb(218,19,43); }
div.DivClassName
{
background-color: #DA132B;
}
.BgClassName
{
background-color: #DA132B;
}
</style>
border-color css
<style>
span { border-color: #DA132B; }
span { border-color: rgb(218,19,43); }
td.TdClassName
{
border-color: #DA132B;
}
.TagClassName
{
border-color: #DA132B;
}
</style>