Html Css Color HEX #DB0826 Fire Engine Red

📋 copy color: '#DB0826'

red 219 ◦ green 8 ◦ blue 38

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

Shades of Fire Engine Red #DB0826

Tints of Fire Engine Red #DB0826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.02%

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

R = 82.64%
G = 3.02%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB0826 (or 0xDB0826) is known color: Fire Engine Red. HEX triplet: DB, 08 and 26. RGB value is (219,8,38). Sum of RGB (Red+Green+Blue) = 219+8+38=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0826 is #24F7D9. Grayscale: #4A4A4A. Windows color (decimal): -2422746 or 2492635. OLE color: 2492635.

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

Color convert

RGB 219 8 38 -
CMYK 0 0.96 0.83 0.14
HSL 351.47º 0.93% 0.45% -
HSV(B) 351.47º 0.96% 0.86% -
XYZ 29.65 15.37 3.24 -
YUV 74.51 107.4 231.06 -
System Red Green Blue C M Y K H S L
Decimal 219 8 38 0 0.96 0.83 0.14 351.47 0.93 0.45
Hex DB 8 26 0 60 53 E 15F 5D 2D
Octal 333 10 46 0 140 123 16 537 135 55
Binary 11011011 1000 100110 0 1100000 1010011 1110 101011111 1011101 101101

Color Harmonies of #DB0826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0826

Black with #DB0826

Text Example


Text Example

White with #DB0826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0826; }

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

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

background-color css

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

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

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

border-color css

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

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

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