Html Css Color HEX #DB1A22 Fire Engine Red

📋 copy color: '#DB1A22'

red 219 ◦ green 26 ◦ blue 34

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

Shades of Fire Engine Red #DB1A22

Tints of Fire Engine Red #DB1A22

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.32%

 BLUE value IS 34 (13.67% from 255) = 12.19%

R = 78.49%
G = 9.32%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB1A22 (or 0xDB1A22) is known color: Fire Engine Red. HEX triplet: DB, 1A and 22. RGB value is (219,26,34). Sum of RGB (Red+Green+Blue) = 219+26+34=279 (36% of max value = 765). Red value is 219 (85.94% from 255 or 78.49% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1A22 is #24E5DD. Grayscale: #545454. Windows color (decimal): -2418142 or 2235099. OLE color: 2235099.

HSL color Cylindrical-coordinate representation of color #DB1A22: hue angle of 357.51º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1A22 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 26 34 -
CMYK 0 0.88 0.84 0.14
HSL 357.51º 0.79% 0.48% -
HSV(B) 357.51º 0.88% 0.86% -
XYZ 29.87 15.91 3.01 -
YUV 84.62 99.44 223.85 -
System Red Green Blue C M Y K H S L
Decimal 219 26 34 0 0.88 0.84 0.14 357.51 0.79 0.48
Hex DB 1A 22 0 58 54 E 166 4F 30
Octal 333 32 42 0 130 124 16 546 117 60
Binary 11011011 11010 100010 0 1011000 1010100 1110 101100110 1001111 110000

Color Harmonies of #DB1A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A22

Black with #DB1A22

Text Example


Text Example

White with #DB1A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A22; }

 p { color: rgb(219,26,34); }

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

background-color css

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

 a { background-color: rgb(219,26,34); }

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

border-color css

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

 span { border-color: rgb(219,26,34); }

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