Html Css Color HEX #DB172A Fire Engine Red

📋 copy color: '#DB172A'

red 219 ◦ green 23 ◦ blue 42

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

Shades of Fire Engine Red #DB172A

Tints of Fire Engine Red #DB172A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.1%

 BLUE value IS 42 (16.8% from 255) = 14.79%

R = 77.11%
G = 8.1%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB172A (or 0xDB172A) is known color: Fire Engine Red. HEX triplet: DB, 17 and 2A. RGB value is (219,23,42). Sum of RGB (Red+Green+Blue) = 219+23+42=284 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.11% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 219 - color contains mainly: red. Hex color #DB172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB172A is #24E8D5. Grayscale: #535353. Windows color (decimal): -2418902 or 2758619. OLE color: 2758619.

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

Color convert

RGB 219 23 42 -
CMYK 0 0.89 0.81 0.14
HSL 354.18º 0.81% 0.47% -
HSV(B) 354.18º 0.89% 0.86% -
XYZ 29.94 15.84 3.67 -
YUV 83.77 104.43 224.46 -
System Red Green Blue C M Y K H S L
Decimal 219 23 42 0 0.89 0.81 0.14 354.18 0.81 0.47
Hex DB 17 2A 0 59 51 E 162 51 2F
Octal 333 27 52 0 131 121 16 542 121 57
Binary 11011011 10111 101010 0 1011001 1010001 1110 101100010 1010001 101111

Color Harmonies of #DB172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB172A

Black with #DB172A

Text Example


Text Example

White with #DB172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB172A; }

 p { color: rgb(219,23,42); }

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

background-color css

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

 a { background-color: rgb(219,23,42); }

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

border-color css

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

 span { border-color: rgb(219,23,42); }

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