Html Css Color HEX #DB162B Fire Engine Red

📋 copy color: '#DB162B'

red 219 ◦ green 22 ◦ blue 43

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

Shades of Fire Engine Red #DB162B

Tints of Fire Engine Red #DB162B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.75%

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 77.11%
G = 7.75%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB162B (or 0xDB162B) is known color: Fire Engine Red. HEX triplet: DB, 16 and 2B. RGB value is (219,22,43). Sum of RGB (Red+Green+Blue) = 219+22+43=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB162B is #24E9D4. Grayscale: #535353. Windows color (decimal): -2419157 or 2823899. OLE color: 2823899.

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

Color convert

RGB 219 22 43 -
CMYK 0 0.90 0.80 0.14
HSL 353.6º 0.82% 0.47% -
HSV(B) 353.6º 0.9% 0.86% -
XYZ 29.94 15.81 3.76 -
YUV 83.3 105.27 224.79 -
System Red Green Blue C M Y K H S L
Decimal 219 22 43 0 0.90 0.80 0.14 353.6 0.82 0.47
Hex DB 16 2B 0 5A 50 E 162 52 2F
Octal 333 26 53 0 132 120 16 542 122 57
Binary 11011011 10110 101011 0 1011010 1010000 1110 101100010 1010010 101111

Color Harmonies of #DB162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB162B

Black with #DB162B

Text Example


Text Example

White with #DB162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB162B; }

 p { color: rgb(219,22,43); }

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

background-color css

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

 a { background-color: rgb(219,22,43); }

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

border-color css

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

 span { border-color: rgb(219,22,43); }

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