Html Css Color HEX #DA1619 Fire Engine Red

📋 copy color: '#DA1619'

red 218 ◦ green 22 ◦ blue 25

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

Shades of Fire Engine Red #DA1619

Tints of Fire Engine Red #DA1619

RGB

 RED value IS 218 (85.55% from 255) = 82.26%

 GREEN value IS 22 (8.98% from 255) = 8.3%

 BLUE value IS 25 (10.16% from 255) = 9.43%

R = 82.26%
G = 8.3%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA1619 (or 0xDA1619) is known color: Fire Engine Red. HEX triplet: DA, 16 and 19. RGB value is (218,22,25). Sum of RGB (Red+Green+Blue) = 218+22+25=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1619 is #25E9E6. Grayscale: #515151. Windows color (decimal): -2484711 or 1644250. OLE color: 1644250.

HSL color Cylindrical-coordinate representation of color #DA1619: hue angle of 359.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1619 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 25 -
CMYK 0 0.90 0.89 0.15
HSL 359.08º 0.82% 0.47% -
HSV(B) 359.08º 0.9% 0.85% -
XYZ 29.38 15.55 2.37 -
YUV 80.95 96.43 225.76 -
System Red Green Blue C M Y K H S L
Decimal 218 22 25 0 0.90 0.89 0.15 359.08 0.82 0.47
Hex DA 16 19 0 5A 59 F 167 52 2F
Octal 332 26 31 0 132 131 17 547 122 57
Binary 11011010 10110 11001 0 1011010 1011001 1111 101100111 1010010 101111

Color Harmonies of #DA1619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1619

Black with #DA1619

Text Example


Text Example

White with #DA1619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1619; }

 p { color: rgb(218,22,25); }

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

background-color css

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

 a { background-color: rgb(218,22,25); }

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

border-color css

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

 span { border-color: rgb(218,22,25); }

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