Html Css Color HEX #DB1D1E Fire Engine Red

📋 copy color: '#DB1D1E'

red 219 ◦ green 29 ◦ blue 30

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

Shades of Fire Engine Red #DB1D1E

Tints of Fire Engine Red #DB1D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.43%

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 78.78%
G = 10.43%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB1D1E (or 0xDB1D1E) is known color: Fire Engine Red. HEX triplet: DB, 1D and 1E. RGB value is (219,29,30). Sum of RGB (Red+Green+Blue) = 219+29+30=278 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.78% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1D1E is #24E2E1. Grayscale: #565656. Windows color (decimal): -2417378 or 1973723. OLE color: 1973723.

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

Color convert

RGB 219 29 30 -
CMYK 0 0.87 0.86 0.14
HSL 359.68º 0.77% 0.49% -
HSV(B) 359.68º 0.87% 0.86% -
XYZ 29.89 16.03 2.75 -
YUV 85.92 96.45 222.92 -
System Red Green Blue C M Y K H S L
Decimal 219 29 30 0 0.87 0.86 0.14 359.68 0.77 0.49
Hex DB 1D 1E 0 57 56 E 168 4D 31
Octal 333 35 36 0 127 126 16 550 115 61
Binary 11011011 11101 11110 0 1010111 1010110 1110 101101000 1001101 110001

Color Harmonies of #DB1D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1D1E

Black with #DB1D1E

Text Example


Text Example

White with #DB1D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1D1E; }

 p { color: rgb(219,29,30); }

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

background-color css

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

 a { background-color: rgb(219,29,30); }

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

border-color css

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

 span { border-color: rgb(219,29,30); }

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