Html Css Color HEX #DB0E1E Fire Engine Red

📋 copy color: '#DB0E1E'

red 219 ◦ green 14 ◦ blue 30

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

Shades of Fire Engine Red #DB0E1E

Tints of Fire Engine Red #DB0E1E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.32%

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

R = 83.27%
G = 5.32%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DB0E1E (or 0xDB0E1E) is known color: Fire Engine Red. HEX triplet: DB, 0E and 1E. RGB value is (219,14,30). Sum of RGB (Red+Green+Blue) = 219+14+30=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 14 (5.86% from 255 or 5.32% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0E1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0E1E is #24F1E1. Grayscale: #4D4D4D. Windows color (decimal): -2421218 or 1969883. OLE color: 1969883.

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

Color convert

RGB 219 14 30 -
CMYK 0 0.94 0.86 0.14
HSL 355.32º 0.88% 0.46% -
HSV(B) 355.32º 0.94% 0.86% -
XYZ 29.6 15.47 2.65 -
YUV 77.12 101.42 229.2 -
System Red Green Blue C M Y K H S L
Decimal 219 14 30 0 0.94 0.86 0.14 355.32 0.88 0.46
Hex DB E 1E 0 5E 56 E 163 58 2E
Octal 333 16 36 0 136 126 16 543 130 56
Binary 11011011 1110 11110 0 1011110 1010110 1110 101100011 1011000 101110

Color Harmonies of #DB0E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0E1E

Black with #DB0E1E

Text Example


Text Example

White with #DB0E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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