#DA0F1E

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

Shades of Fire Engine Red #DA0F1E

Tints of Fire Engine Red #DA0F1E

Color information

#DA0F1E (or 0xDA0F1E) is unknown color: approx Fire Engine Red. HEX triplet: DA, 0F and 1E. RGB value is (218,15,30). Sum of RGB (Red+Green+Blue) = 218+15+30=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0F1E is #25F0E1. Grayscale: #4D4D4D. Windows color (decimal): -2486498 or 1970138. OLE color: 1970138.

HSL color Cylindrical-coordinate representation of color #DA0F1E: hue angle of 355.57º 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 #DA0F1E is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB2181530-
CMYK00.930.860.15
HSL355.57º87.12%45.69%-
HSV(B)355.57º93.12%85.49%-
XYZ29.3215.342.64-
YUV77.41101.25228.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 82.89%
GREEN value IS 15 (6.25% from 255) = 5.70%
BLUE value IS 30 (12.11% from 255) = 11.41%
R=82.89%
G=5.70%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218153000.930.860.15355.5787.1245.69
HexDAF1E05D56F164572e
Octal332173601351261754412756
Binary1101101011111111001011101101011011111011001001010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0F1E; }

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

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

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

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

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

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

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

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