Html Css Color HEX #DB0626 Fire Engine Red

📋 copy color: '#DB0626'

red 219 ◦ green 6 ◦ blue 38

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

Shades of Fire Engine Red #DB0626

Tints of Fire Engine Red #DB0626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.28%

 BLUE value IS 38 (15.23% from 255) = 14.45%

R = 83.27%
G = 2.28%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB0626 (or 0xDB0626) is known color: Fire Engine Red. HEX triplet: DB, 06 and 26. RGB value is (219,6,38). Sum of RGB (Red+Green+Blue) = 219+6+38=263 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.27% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0626 is #24F9D9. Grayscale: #494949. Windows color (decimal): -2423258 or 2492123. OLE color: 2492123.

HSL color Cylindrical-coordinate representation of color #DB0626: hue angle of 350.99º degrees, saturation: 0.95, 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 #DB0626 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 6 38 -
CMYK 0 0.97 0.83 0.14
HSL 350.99º 0.95% 0.44% -
HSV(B) 350.99º 0.97% 0.86% -
XYZ 29.63 15.33 3.23 -
YUV 73.34 108.07 231.9 -
System Red Green Blue C M Y K H S L
Decimal 219 6 38 0 0.97 0.83 0.14 350.99 0.95 0.44
Hex DB 6 26 0 61 53 E 15F 5F 2C
Octal 333 6 46 0 141 123 16 537 137 54
Binary 11011011 110 100110 0 1100001 1010011 1110 101011111 1011111 101100

Color Harmonies of #DB0626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0626

Black with #DB0626

Text Example


Text Example

White with #DB0626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0626; }

 p { color: rgb(219,6,38); }

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

background-color css

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

 a { background-color: rgb(219,6,38); }

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

border-color css

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

 span { border-color: rgb(219,6,38); }

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