#DA0B1E

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

Shades of Fire Engine Red #DA0B1E

Tints of Fire Engine Red #DA0B1E

Color information

#DA0B1E (or 0xDA0B1E) is unknown color: approx Fire Engine Red. HEX triplet: DA, 0B and 1E. RGB value is (218,11,30). Sum of RGB (Red+Green+Blue) = 218+11+30=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0B1E is #25F4E1. Grayscale: #4B4B4B. Windows color (decimal): -2487522 or 1969114. OLE color: 1969114.

HSL color Cylindrical-coordinate representation of color #DA0B1E: hue angle of 354.49º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0B1E is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB2181130-
CMYK00.950.860.15
HSL354.49º90.39%44.9%-
HSV(B)354.49º94.95%85.49%-
XYZ29.2715.242.63-
YUV75.06102.58229.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 84.17%
GREEN value IS 11 (4.69% from 255) = 4.25%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=84.17%
G=4.25%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218113000.950.860.15354.4990.3944.9
HexDAB1E05F56F1625a2d
Octal332133601371261754213255
Binary1101101010111111001011111101011011111011000101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA0B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA0B1E; }

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

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

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

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

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

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

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

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