Shades of Fire Engine Red #DA0323
Tints of Fire Engine Red #DA0323
RGB
CMYK
RGB Variations
Color information
#DA0323 (or 0xDA0323) is known color: Fire Engine Red. HEX triplet: DA, 03 and 23. RGB value is (218,3,35). Sum of RGB (Red+Green+Blue) = 218+3+35=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0323 is #25FCDC. Grayscale: #474747. Windows color (decimal): -2489565 or 2294746. OLE color: 2294746.
HSL color Cylindrical-coordinate representation of color #DA0323: hue angle of 351.07º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0323 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.15 |
| HSL | 351.07º | 0.97% | 0.43% | - |
| HSV(B) | 351.07º | 0.99% | 0.85% | - |
| XYZ | 29.25 | 15.09 | 2.96 | - |
| YUV | 70.93 | 107.73 | 232.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 35 | 0 | 0.99 | 0.84 | 0.15 | 351.07 | 0.97 | 0.43 |
| Hex | DA | 3 | 23 | 0 | 63 | 54 | F | 15F | 61 | 2B |
| Octal | 332 | 3 | 43 | 0 | 143 | 124 | 17 | 537 | 141 | 53 |
| Binary | 11011010 | 11 | 100011 | 0 | 1100011 | 1010100 | 1111 | 101011111 | 1100001 | 101011 |
Color Harmonies of #DA0323
Complementary color
Monochromatic Colors of #DA0323
Black with #DA0323
Text Example
Text Example
White with #DA0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0323; }
p { color: rgb(218,3,35); }
H1.HeaderClassName
{
color: #DA0323;
}
.AnyTagClassName
{
color: #DA0323;
}
</style>
background-color css
<style>
a { background-color: #DA0323; }
a { background-color: rgb(218,3,35); }
div.DivClassName
{
background-color: #DA0323;
}
.BgClassName
{
background-color: #DA0323;
}
</style>
border-color css
<style>
span { border-color: #DA0323; }
span { border-color: rgb(218,3,35); }
td.TdClassName
{
border-color: #DA0323;
}
.TagClassName
{
border-color: #DA0323;
}
</style>