Html Css Color HEX #DB1026 Fire Engine Red

📋 copy color: '#DB1026'

red 219 ◦ green 16 ◦ blue 38

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

Shades of Fire Engine Red #DB1026

Tints of Fire Engine Red #DB1026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

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

R = 80.22%
G = 5.86%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB1026 (or 0xDB1026) is known color: Fire Engine Red. HEX triplet: DB, 10 and 26. RGB value is (219,16,38). Sum of RGB (Red+Green+Blue) = 219+16+38=273 (36% of max value = 765). Red value is 219 (85.94% from 255 or 80.22% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1026 is #24EFD9. Grayscale: #4F4F4F. Windows color (decimal): -2420698 or 2494683. OLE color: 2494683.

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

Color convert

RGB 219 16 38 -
CMYK 0 0.93 0.83 0.14
HSL 353.5º 0.86% 0.46% -
HSV(B) 353.5º 0.93% 0.86% -
XYZ 29.75 15.57 3.27 -
YUV 79.21 104.75 227.71 -
System Red Green Blue C M Y K H S L
Decimal 219 16 38 0 0.93 0.83 0.14 353.5 0.86 0.46
Hex DB 10 26 0 5D 53 E 161 56 2E
Octal 333 20 46 0 135 123 16 541 126 56
Binary 11011011 10000 100110 0 1011101 1010011 1110 101100001 1010110 101110

Color Harmonies of #DB1026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1026

Black with #DB1026

Text Example


Text Example

White with #DB1026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1026; }

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

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

background-color css

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

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

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

border-color css

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

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

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