Html Css Color HEX #DB1925 Fire Engine Red

📋 copy color: '#DB1925'

red 219 ◦ green 25 ◦ blue 37

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

Shades of Fire Engine Red #DB1925

Tints of Fire Engine Red #DB1925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.9%

 BLUE value IS 37 (14.84% from 255) = 13.17%

R = 77.94%
G = 8.9%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB1925 (or 0xDB1925) is known color: Fire Engine Red. HEX triplet: DB, 19 and 25. RGB value is (219,25,37). Sum of RGB (Red+Green+Blue) = 219+25+37=281 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.94% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1925 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1925 is #24E6DA. Grayscale: #545454. Windows color (decimal): -2418395 or 2431451. OLE color: 2431451.

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

Color convert

RGB 219 25 37 -
CMYK 0 0.89 0.83 0.14
HSL 356.29º 0.8% 0.48% -
HSV(B) 356.29º 0.89% 0.86% -
XYZ 29.89 15.89 3.24 -
YUV 84.37 101.27 224.02 -
System Red Green Blue C M Y K H S L
Decimal 219 25 37 0 0.89 0.83 0.14 356.29 0.8 0.48
Hex DB 19 25 0 59 53 E 164 50 30
Octal 333 31 45 0 131 123 16 544 120 60
Binary 11011011 11001 100101 0 1011001 1010011 1110 101100100 1010000 110000

Color Harmonies of #DB1925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1925

Black with #DB1925

Text Example


Text Example

White with #DB1925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1925; }

 p { color: rgb(219,25,37); }

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

background-color css

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

 a { background-color: rgb(219,25,37); }

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

border-color css

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

 span { border-color: rgb(219,25,37); }

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