#DC1A1F

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

Shades of Fire Engine Red #DC1A1F

Tints of Fire Engine Red #DC1A1F

Color information

#DC1A1F (or 0xDC1A1F) is unknown color: approx Fire Engine Red. HEX triplet: DC, 1A and 1F. RGB value is (220,26,31). Sum of RGB (Red+Green+Blue) = 220+26+31=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 31 (12.5% from 255 or 11.19% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A1F is #23E5E0. Grayscale: #545454. Windows color (decimal): -2352609 or 2038492. OLE color: 2038492.

HSL color Cylindrical-coordinate representation of color #DC1A1F: hue angle of 358.45º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1A1F is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB2202631-
CMYK00.880.860.14
HSL358.45º78.86%48.24%-
HSV(B)358.45º88.18%86.27%-
XYZ30.1316.052.81-
YUV84.5897.77224.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 79.42%
GREEN value IS 26 (10.55% from 255) = 9.39%
BLUE value IS 31 (12.5% from 255) = 11.19%
R=79.42%
G=9.39%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220263100.880.860.14358.4578.8648.24
HexDC1A1F05856E1664f30
Octal334323701301261654611760
Binary11011100110101111101011000101011011101011001101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1A1F; }

 p { color: rgb(220,26,31); }

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

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

 a { background-color: rgb(220,26,31); }

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

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

 span { border-color: rgb(220,26,31); }

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