Html Css Color HEX #DB141A Fire Engine Red

📋 copy color: '#DB141A'

red 219 ◦ green 20 ◦ blue 26

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

Shades of Fire Engine Red #DB141A

Tints of Fire Engine Red #DB141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 82.64%
G = 7.55%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB141A (or 0xDB141A) is known color: Fire Engine Red. HEX triplet: DB, 14 and 1A. RGB value is (219,20,26). Sum of RGB (Red+Green+Blue) = 219+20+26=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB141A is #24EBE5. Grayscale: #505050. Windows color (decimal): -2419686 or 1709275. OLE color: 1709275.

HSL color Cylindrical-coordinate representation of color #DB141A: hue angle of 358.19º 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 #DB141A is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 20 26 -
CMYK 0 0.91 0.88 0.14
HSL 358.19º 0.83% 0.47% -
HSV(B) 358.19º 0.91% 0.86% -
XYZ 29.65 15.63 2.43 -
YUV 80.19 97.43 227.01 -
System Red Green Blue C M Y K H S L
Decimal 219 20 26 0 0.91 0.88 0.14 358.19 0.83 0.47
Hex DB 14 1A 0 5B 58 E 166 53 2F
Octal 333 24 32 0 133 130 16 546 123 57
Binary 11011011 10100 11010 0 1011011 1011000 1110 101100110 1010011 101111

Color Harmonies of #DB141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB141A

Black with #DB141A

Text Example


Text Example

White with #DB141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB141A; }

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

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

background-color css

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

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

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

border-color css

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

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

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