#DA1C1F

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

Shades of Fire Engine Red #DA1C1F

Tints of Fire Engine Red #DA1C1F

Color information

#DA1C1F (or 0xDA1C1F) is unknown color: approx Fire Engine Red. HEX triplet: DA, 1C and 1F. RGB value is (218,28,31). Sum of RGB (Red+Green+Blue) = 218+28+31=277 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.70% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1C1F is #25E3E0. Grayscale: #555555. Windows color (decimal): -2483169 or 2039002. OLE color: 2039002.

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

Color convert

RGB2182831-
CMYK00.870.860.15
HSL359.05º77.24%48.24%-
HSV(B)359.05º87.16%85.49%-
XYZ29.5815.832.79-
YUV85.1597.45222.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 78.70%
GREEN value IS 28 (11.33% from 255) = 10.11%
BLUE value IS 31 (12.5% from 255) = 11.19%
R=78.70%
G=10.11%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218283100.870.860.15359.0577.2448.24
HexDA1C1F05756F1674d30
Octal332343701271261754711560
Binary11011010111001111101010111101011011111011001111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA1C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA1C1F; }

 p { color: rgb(218,28,31); }

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

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

 a { background-color: rgb(218,28,31); }

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

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

 span { border-color: rgb(218,28,31); }

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