#DB1C2A

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

Shades of Fire Engine Red #DB1C2A

Tints of Fire Engine Red #DB1C2A

Color information

#DB1C2A (or 0xDB1C2A) is unknown color: approx Fire Engine Red. HEX triplet: DB, 1C and 2A. RGB value is (219,28,42). Sum of RGB (Red+Green+Blue) = 219+28+42=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1C2A is #24E3D5. Grayscale: #565656. Windows color (decimal): -2417622 or 2759899. OLE color: 2759899.

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

Color convert

RGB2192842-
CMYK00.870.810.14
HSL355.6º77.33%48.43%-
HSV(B)355.6º87.21%85.88%-
XYZ30.0516.063.71-
YUV86.7102.78222.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 75.78%
GREEN value IS 28 (11.33% from 255) = 9.69%
BLUE value IS 42 (16.80% from 255) = 14.53%
R=75.78%
G=9.69%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219284200.870.810.14355.677.3348.43
HexDB1C2A05751E1644d30
Octal333345201271211654411560
Binary110110111110010101001010111101000111101011001001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1C2A; }

 p { color: rgb(219,28,42); }

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

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

 a { background-color: rgb(219,28,42); }

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

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

 span { border-color: rgb(219,28,42); }

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