Html Css Color HEX #DB0426 Fire Engine Red

📋 copy color: '#DB0426'

red 219 ◦ green 4 ◦ blue 38

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

Shades of Fire Engine Red #DB0426

Tints of Fire Engine Red #DB0426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 83.91%
G = 1.53%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB0426 (or 0xDB0426) is known color: Fire Engine Red. HEX triplet: DB, 04 and 26. RGB value is (219,4,38). Sum of RGB (Red+Green+Blue) = 219+4+38=261 (34% of max value = 765). Red value is 219 (85.94% from 255 or 83.91% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0426 is #24FBD9. Grayscale: #484848. Windows color (decimal): -2423770 or 2491611. OLE color: 2491611.

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

Color convert

RGB 219 4 38 -
CMYK 0 0.98 0.83 0.14
HSL 350.51º 0.96% 0.44% -
HSV(B) 350.51º 0.98% 0.86% -
XYZ 29.61 15.29 3.22 -
YUV 72.16 108.73 232.74 -
System Red Green Blue C M Y K H S L
Decimal 219 4 38 0 0.98 0.83 0.14 350.51 0.96 0.44
Hex DB 4 26 0 62 53 E 15F 60 2C
Octal 333 4 46 0 142 123 16 537 140 54
Binary 11011011 100 100110 0 1100010 1010011 1110 101011111 1100000 101100

Color Harmonies of #DB0426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0426

Black with #DB0426

Text Example


Text Example

White with #DB0426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0426; }

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

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

background-color css

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

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

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

border-color css

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

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

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