Html Css Color HEX #DB132A Fire Engine Red

📋 copy color: '#DB132A'

red 219 ◦ green 19 ◦ blue 42

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

Shades of Fire Engine Red #DB132A

Tints of Fire Engine Red #DB132A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

 BLUE value IS 42 (16.8% from 255) = 15%

R = 78.21%
G = 6.79%
B = 15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB132A (or 0xDB132A) is known color: Fire Engine Red. HEX triplet: DB, 13 and 2A. RGB value is (219,19,42). Sum of RGB (Red+Green+Blue) = 219+19+42=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB132A is #24ECD5. Grayscale: #515151. Windows color (decimal): -2419926 or 2757595. OLE color: 2757595.

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

Color convert

RGB 219 19 42 -
CMYK 0 0.91 0.81 0.14
HSL 353.1º 0.84% 0.47% -
HSV(B) 353.1º 0.91% 0.86% -
XYZ 29.86 15.69 3.65 -
YUV 81.42 105.76 226.13 -
System Red Green Blue C M Y K H S L
Decimal 219 19 42 0 0.91 0.81 0.14 353.1 0.84 0.47
Hex DB 13 2A 0 5B 51 E 161 54 2F
Octal 333 23 52 0 133 121 16 541 124 57
Binary 11011011 10011 101010 0 1011011 1010001 1110 101100001 1010100 101111

Color Harmonies of #DB132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB132A

Black with #DB132A

Text Example


Text Example

White with #DB132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB132A; }

 p { color: rgb(219,19,42); }

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

background-color css

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

 a { background-color: rgb(219,19,42); }

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

border-color css

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

 span { border-color: rgb(219,19,42); }

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