#db141f

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

Shades of Fire Engine Red #DB141F

Tints of Fire Engine Red #DB141F

Color information

#DB141F (or 0xDB141F) is unknown color: approx Fire Engine Red. HEX triplet: DB, 14 and 1F. RGB value is (219,20,31). Sum of RGB (Red+Green+Blue) = 219+20+31=270 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.11% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 219 - color contains mainly: red. Hex color #DB141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB141F is #24EBE0. Grayscale: #505050. Windows color (decimal): -2419681 or 2036955. OLE color: 2036955.

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

Color convert

RGB2192031-
CMYK00.910.860.14
HSL356.68º83.26%46.86%-
HSV(B)356.68º90.87%85.88%-
XYZ29.7115.662.75-
YUV80.7699.93226.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 81.11%
GREEN value IS 20 (8.20% from 255) = 7.41%
BLUE value IS 31 (12.5% from 255) = 11.48%
R=81.11%
G=7.41%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219203100.910.860.14356.6883.2646.86
HexDB141F05B56E165532f
Octal333243701331261654512357
Binary11011011101001111101011011101011011101011001011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db141f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db141f; }

 p { color: rgb(219,20,31); }

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

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

 a { background-color: rgb(219,20,31); }

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

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

 span { border-color: rgb(219,20,31); }

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