Html Css Color HEX #DB2026 Fire Engine Red

📋 copy color: '#DB2026'

red 219 ◦ green 32 ◦ blue 38

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

Shades of Fire Engine Red #DB2026

Tints of Fire Engine Red #DB2026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.07%

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

R = 75.78%
G = 11.07%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB2026 (or 0xDB2026) is known color: Fire Engine Red. HEX triplet: DB, 20 and 26. RGB value is (219,32,38). Sum of RGB (Red+Green+Blue) = 219+32+38=289 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.78% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2026 is #24DFD9. Grayscale: #585858. Windows color (decimal): -2416602 or 2498779. OLE color: 2498779.

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

Color convert

RGB 219 32 38 -
CMYK 0 0.85 0.83 0.14
HSL 358.07º 0.75% 0.49% -
HSV(B) 358.07º 0.85% 0.86% -
XYZ 30.08 16.23 3.38 -
YUV 88.6 99.45 221.01 -
System Red Green Blue C M Y K H S L
Decimal 219 32 38 0 0.85 0.83 0.14 358.07 0.75 0.49
Hex DB 20 26 0 55 53 E 166 4B 31
Octal 333 40 46 0 125 123 16 546 113 61
Binary 11011011 100000 100110 0 1010101 1010011 1110 101100110 1001011 110001

Color Harmonies of #DB2026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2026

Black with #DB2026

Text Example


Text Example

White with #DB2026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2026; }

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

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

background-color css

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

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

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

border-color css

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

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

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