#DA0F19

Color #DA0F19 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #DA0F19

Tints of Fire Engine Red #DA0F19

Color information

#DA0F19 (or 0xDA0F19) is unknown color: approx Fire Engine Red. HEX triplet: DA, 0F and 19. RGB value is (218,15,25). Sum of RGB (Red+Green+Blue) = 218+15+25=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 15 (6.25% from 255 or 5.81% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA0F19 is #25F0E6. Grayscale: #4C4C4C. Windows color (decimal): -2486503 or 1642458. OLE color: 1642458.

HSL color Cylindrical-coordinate representation of color #DA0F19: hue angle of 357.04º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F19 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB2181525-
CMYK00.930.890.15
HSL357.04º87.12%45.69%-
HSV(B)357.04º93.12%85.49%-
XYZ29.2615.322.33-
YUV76.8498.75228.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 84.50%
GREEN value IS 15 (6.25% from 255) = 5.81%
BLUE value IS 25 (10.16% from 255) = 9.69%
R=84.50%
G=5.81%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218152500.930.890.15357.0487.1245.69
HexDAF1905D59F165572e
Octal332173101351311754512756
Binary1101101011111100101011101101100111111011001011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0F19; }

 p { color: rgb(218,15,25); }

 H1.HeaderClassName
 {
   color: #DA0F19;
 }
 .AnyTagClassName
 {
   color: #DA0F19;
 }
</style>
background-color css

<style>
 a { background-color: #DA0F19; }

 a { background-color: rgb(218,15,25); }

 div.DivClassName
 {
   background-color: #DA0F19;
 }
 .BgClassName
 {
   background-color: #DA0F19;
 }
</style>
border-color css

<style>
 span { border-color: #DA0F19; }

 span { border-color: rgb(218,15,25); }

 td.TdClassName
 {
   border-color: #DA0F19;
 }
 .TagClassName
 {
   border-color: #DA0F19;
 }
</style>