Html Css Color HEX #DB1D28 Fire Engine Red

📋 copy color: '#DB1D28'

red 219 ◦ green 29 ◦ blue 40

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

Shades of Fire Engine Red #DB1D28

Tints of Fire Engine Red #DB1D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.07%

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

R = 76.04%
G = 10.07%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB1D28 (or 0xDB1D28) is known color: Fire Engine Red. HEX triplet: DB, 1D and 28. RGB value is (219,29,40). Sum of RGB (Red+Green+Blue) = 219+29+40=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1D28 is #24E2D7. Grayscale: #575757. Windows color (decimal): -2417368 or 2629083. OLE color: 2629083.

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

Color convert

RGB 219 29 40 -
CMYK 0 0.87 0.82 0.14
HSL 356.53º 0.77% 0.49% -
HSV(B) 356.53º 0.87% 0.86% -
XYZ 30.04 16.09 3.53 -
YUV 87.06 101.45 222.11 -
System Red Green Blue C M Y K H S L
Decimal 219 29 40 0 0.87 0.82 0.14 356.53 0.77 0.49
Hex DB 1D 28 0 57 52 E 165 4D 31
Octal 333 35 50 0 127 122 16 545 115 61
Binary 11011011 11101 101000 0 1010111 1010010 1110 101100101 1001101 110001

Color Harmonies of #DB1D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1D28

Black with #DB1D28

Text Example


Text Example

White with #DB1D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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