Html Css Color HEX #DB1426 Fire Engine Red

📋 copy color: '#DB1426'

red 219 ◦ green 20 ◦ blue 38

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

Shades of Fire Engine Red #DB1426

Tints of Fire Engine Red #DB1426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.22%

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

R = 79.06%
G = 7.22%
B = 13.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB1426 (or 0xDB1426) is known color: Fire Engine Red. HEX triplet: DB, 14 and 26. RGB value is (219,20,38). Sum of RGB (Red+Green+Blue) = 219+20+38=277 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.06% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1426 is #24EBD9. Grayscale: #515151. Windows color (decimal): -2419674 or 2495707. OLE color: 2495707.

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

Color convert

RGB 219 20 38 -
CMYK 0 0.91 0.83 0.14
HSL 354.57º 0.83% 0.47% -
HSV(B) 354.57º 0.91% 0.86% -
XYZ 29.81 15.7 3.29 -
YUV 81.55 103.43 226.04 -
System Red Green Blue C M Y K H S L
Decimal 219 20 38 0 0.91 0.83 0.14 354.57 0.83 0.47
Hex DB 14 26 0 5B 53 E 163 53 2F
Octal 333 24 46 0 133 123 16 543 123 57
Binary 11011011 10100 100110 0 1011011 1010011 1110 101100011 1010011 101111

Color Harmonies of #DB1426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1426

Black with #DB1426

Text Example


Text Example

White with #DB1426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1426; }

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

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

background-color css

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

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

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

border-color css

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

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

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