Html Css Color HEX #DB0929 Fire Engine Red

📋 copy color: '#DB0929'

red 219 ◦ green 9 ◦ blue 41

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

Shades of Fire Engine Red #DB0929

Tints of Fire Engine Red #DB0929

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.35%

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 81.41%
G = 3.35%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB0929 (or 0xDB0929) is known color: Fire Engine Red. HEX triplet: DB, 09 and 29. RGB value is (219,9,41). Sum of RGB (Red+Green+Blue) = 219+9+41=269 (35% of max value = 765). Red value is 219 (85.94% from 255 or 81.41% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0929 is #24F6D6. Grayscale: #4B4B4B. Windows color (decimal): -2422487 or 2689499. OLE color: 2689499.

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

Color convert

RGB 219 9 41 -
CMYK 0 0.96 0.81 0.14
HSL 350.86º 0.92% 0.45% -
HSV(B) 350.86º 0.96% 0.86% -
XYZ 29.71 15.42 3.51 -
YUV 75.44 108.57 230.4 -
System Red Green Blue C M Y K H S L
Decimal 219 9 41 0 0.96 0.81 0.14 350.86 0.92 0.45
Hex DB 9 29 0 60 51 E 15F 5C 2D
Octal 333 11 51 0 140 121 16 537 134 55
Binary 11011011 1001 101001 0 1100000 1010001 1110 101011111 1011100 101101

Color Harmonies of #DB0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0929

Black with #DB0929

Text Example


Text Example

White with #DB0929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0929; }

 p { color: rgb(219,9,41); }

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

background-color css

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

 a { background-color: rgb(219,9,41); }

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

border-color css

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

 span { border-color: rgb(219,9,41); }

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