Html Css Color HEX #DB131B Fire Engine Red

📋 copy color: '#DB131B'

red 219 ◦ green 19 ◦ blue 27

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

Shades of Fire Engine Red #DB131B

Tints of Fire Engine Red #DB131B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.19%

R = 82.64%
G = 7.17%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DB131B (or 0xDB131B) is known color: Fire Engine Red. HEX triplet: DB, 13 and 1B. RGB value is (219,19,27). Sum of RGB (Red+Green+Blue) = 219+19+27=265 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.64% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 219 - color contains mainly: red. Hex color #DB131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB131B is #24ECE4. Grayscale: #4F4F4F. Windows color (decimal): -2419941 or 1774555. OLE color: 1774555.

HSL color Cylindrical-coordinate representation of color #DB131B: hue angle of 357.6º 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 #DB131B is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 19 27 -
CMYK 0 0.91 0.88 0.14
HSL 357.6º 0.84% 0.47% -
HSV(B) 357.6º 0.91% 0.86% -
XYZ 29.64 15.6 2.49 -
YUV 79.71 98.26 227.35 -
System Red Green Blue C M Y K H S L
Decimal 219 19 27 0 0.91 0.88 0.14 357.6 0.84 0.47
Hex DB 13 1B 0 5B 58 E 166 54 2F
Octal 333 23 33 0 133 130 16 546 124 57
Binary 11011011 10011 11011 0 1011011 1011000 1110 101100110 1010100 101111

Color Harmonies of #DB131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB131B

Black with #DB131B

Text Example


Text Example

White with #DB131B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB131B; }

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

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

background-color css

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

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

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

border-color css

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

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

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