Html Css Color HEX #DB1126 Fire Engine Red

📋 copy color: '#DB1126'

red 219 ◦ green 17 ◦ blue 38

#DB1126
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #DB1126

Tints of Fire Engine Red #DB1126

RGB

 RED value IS 219 (85.94% from 255) = 79.93%

 GREEN value IS 17 (7.03% from 255) = 6.2%

 BLUE value IS 38 (15.23% from 255) = 13.87%

R = 79.93%
G = 6.2%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB1126 (or 0xDB1126) is known color: Fire Engine Red. HEX triplet: DB, 11 and 26. RGB value is (219,17,38). Sum of RGB (Red+Green+Blue) = 219+17+38=274 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.93% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1126 is #24EED9. Grayscale: #4F4F4F. Windows color (decimal): -2420442 or 2494939. OLE color: 2494939.

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

Color convert

RGB 219 17 38 -
CMYK 0 0.92 0.83 0.14
HSL 353.76º 0.86% 0.46% -
HSV(B) 353.76º 0.92% 0.86% -
XYZ 29.76 15.6 3.28 -
YUV 79.79 104.42 227.29 -
System Red Green Blue C M Y K H S L
Decimal 219 17 38 0 0.92 0.83 0.14 353.76 0.86 0.46
Hex DB 11 26 0 5C 53 E 162 56 2E
Octal 333 21 46 0 134 123 16 542 126 56
Binary 11011011 10001 100110 0 1011100 1010011 1110 101100010 1010110 101110

Color Harmonies of #DB1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1126

Black with #DB1126

Text Example


Text Example

White with #DB1126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1126; }

 p { color: rgb(219,17,38); }

 H1.HeaderClassName
 {
   color: #DB1126;
 }
 .AnyTagClassName
 {
   color: #DB1126;
 }
</style>

background-color css

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

 a { background-color: rgb(219,17,38); }

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

border-color css

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

 span { border-color: rgb(219,17,38); }

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