Html Css Color HEX #DB0728 Fire Engine Red

📋 copy color: '#DB0728'

red 219 ◦ green 7 ◦ blue 40

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

Shades of Fire Engine Red #DB0728

Tints of Fire Engine Red #DB0728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.63%

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 82.33%
G = 2.63%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB0728 (or 0xDB0728) is known color: Fire Engine Red. HEX triplet: DB, 07 and 28. RGB value is (219,7,40). Sum of RGB (Red+Green+Blue) = 219+7+40=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0728 is #24F8D7. Grayscale: #4A4A4A. Windows color (decimal): -2423000 or 2623451. OLE color: 2623451.

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

Color convert

RGB 219 7 40 -
CMYK 0 0.97 0.82 0.14
HSL 350.66º 0.94% 0.44% -
HSV(B) 350.66º 0.97% 0.86% -
XYZ 29.67 15.37 3.41 -
YUV 74.15 108.74 231.32 -
System Red Green Blue C M Y K H S L
Decimal 219 7 40 0 0.97 0.82 0.14 350.66 0.94 0.44
Hex DB 7 28 0 61 52 E 15F 5E 2C
Octal 333 7 50 0 141 122 16 537 136 54
Binary 11011011 111 101000 0 1100001 1010010 1110 101011111 1011110 101100

Color Harmonies of #DB0728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0728

Black with #DB0728

Text Example


Text Example

White with #DB0728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0728; }

 p { color: rgb(219,7,40); }

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

background-color css

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

 a { background-color: rgb(219,7,40); }

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

border-color css

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

 span { border-color: rgb(219,7,40); }

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