#DB1C25

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

Shades of Fire Engine Red #DB1C25

Tints of Fire Engine Red #DB1C25

Color information

#DB1C25 (or 0xDB1C25) is unknown color: approx Fire Engine Red. HEX triplet: DB, 1C and 25. RGB value is (219,28,37). Sum of RGB (Red+Green+Blue) = 219+28+37=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1C25 is #24E3DA. Grayscale: #565656. Windows color (decimal): -2417627 or 2432219. OLE color: 2432219.

HSL color Cylindrical-coordinate representation of color #DB1C25: hue angle of 357.17º 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 #DB1C25 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB2192837-
CMYK00.870.830.14
HSL357.17º77.33%48.43%-
HSV(B)357.17º87.21%85.88%-
XYZ29.9616.023.26-
YUV86.14100.28222.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 77.11%
GREEN value IS 28 (11.33% from 255) = 9.86%
BLUE value IS 37 (14.84% from 255) = 13.03%
R=77.11%
G=9.86%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219283700.870.830.14357.1777.3348.43
HexDB1C2505753E1654d30
Octal333344501271231654511560
Binary110110111110010010101010111101001111101011001011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB1C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB1C25; }

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

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

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

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

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

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

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

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