Html Css Color HEX #DB0026 Fire Engine Red

📋 copy color: '#DB0026'

red 219 ◦ green 0 ◦ blue 38

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

Shades of Fire Engine Red #DB0026

Tints of Fire Engine Red #DB0026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.21%
G = 0%
B = 14.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB0026 (or 0xDB0026) is known color: Fire Engine Red. HEX triplet: DB, 00 and 26. RGB value is (219,0,38). Sum of RGB (Red+Green+Blue) = 219+0+38=257 (34% of max value = 765). Red value is 219 (85.94% from 255 or 85.21% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0026 is #24FFD9. Grayscale: #454545. Windows color (decimal): -2424794 or 2490587. OLE color: 2490587.

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

Color convert

RGB 219 0 38 -
CMYK 0 1 0.83 0.14
HSL 349.59º 1% 0.43% -
HSV(B) 349.59º 1% 0.86% -
XYZ 29.56 15.2 3.21 -
YUV 69.81 110.05 234.41 -
System Red Green Blue C M Y K H S L
Decimal 219 0 38 0 1 0.83 0.14 349.59 1 0.43
Hex DB 0 26 0 64 53 E 15E 64 2B
Octal 333 0 46 0 144 123 16 536 144 53
Binary 11011011 0 100110 0 1100100 1010011 1110 101011110 1100100 101011

Color Harmonies of #DB0026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0026

Black with #DB0026

Text Example


Text Example

White with #DB0026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0026; }

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

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

background-color css

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

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

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

border-color css

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

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

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