Html Css Color HEX #DB2126 Fire Engine Red

📋 copy color: '#DB2126'

red 219 ◦ green 33 ◦ blue 38

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

Shades of Fire Engine Red #DB2126

Tints of Fire Engine Red #DB2126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.38%

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

R = 75.52%
G = 11.38%
B = 13.1%

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

#DB2126 (or 0xDB2126) is known color: Fire Engine Red. HEX triplet: DB, 21 and 26. RGB value is (219,33,38). Sum of RGB (Red+Green+Blue) = 219+33+38=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2126 is #24DED9. Grayscale: #595959. Windows color (decimal): -2416346 or 2499035. OLE color: 2499035.

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

Color convert

RGB 219 33 38 -
CMYK 0 0.85 0.83 0.14
HSL 358.39º 0.74% 0.49% -
HSV(B) 358.39º 0.85% 0.86% -
XYZ 30.11 16.29 3.39 -
YUV 89.18 99.12 220.59 -
System Red Green Blue C M Y K H S L
Decimal 219 33 38 0 0.85 0.83 0.14 358.39 0.74 0.49
Hex DB 21 26 0 55 53 E 166 4A 31
Octal 333 41 46 0 125 123 16 546 112 61
Binary 11011011 100001 100110 0 1010101 1010011 1110 101100110 1001010 110001

Color Harmonies of #DB2126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2126

Black with #DB2126

Text Example


Text Example

White with #DB2126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2126; }

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

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

background-color css

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

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

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

border-color css

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

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

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