Html Css Color HEX #DB1326 Fire Engine Red

📋 copy color: '#DB1326'

red 219 ◦ green 19 ◦ blue 38

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

Shades of Fire Engine Red #DB1326

Tints of Fire Engine Red #DB1326

RGB

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

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

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

R = 79.35%
G = 6.88%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB1326 (or 0xDB1326) is known color: Fire Engine Red. HEX triplet: DB, 13 and 26. RGB value is (219,19,38). Sum of RGB (Red+Green+Blue) = 219+19+38=276 (36% of max value = 765). Red value is 219 (85.94% from 255 or 79.35% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1326 is #24ECD9. Grayscale: #515151. Windows color (decimal): -2419930 or 2495451. OLE color: 2495451.

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

Color convert

RGB 219 19 38 -
CMYK 0 0.91 0.83 0.14
HSL 354.3º 0.84% 0.47% -
HSV(B) 354.3º 0.91% 0.86% -
XYZ 29.8 15.67 3.29 -
YUV 80.97 103.76 226.46 -
System Red Green Blue C M Y K H S L
Decimal 219 19 38 0 0.91 0.83 0.14 354.3 0.84 0.47
Hex DB 13 26 0 5B 53 E 162 54 2F
Octal 333 23 46 0 133 123 16 542 124 57
Binary 11011011 10011 100110 0 1011011 1010011 1110 101100010 1010100 101111

Color Harmonies of #DB1326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1326

Black with #DB1326

Text Example


Text Example

White with #DB1326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1326; }

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

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

background-color css

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

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

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

border-color css

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

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

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