Html Css Color HEX #DA1119 Fire Engine Red

📋 copy color: '#DA1119'

red 218 ◦ green 17 ◦ blue 25

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

Shades of Fire Engine Red #DA1119

Tints of Fire Engine Red #DA1119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.54%

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

R = 83.85%
G = 6.54%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA1119 (or 0xDA1119) is known color: Fire Engine Red. HEX triplet: DA, 11 and 19. RGB value is (218,17,25). Sum of RGB (Red+Green+Blue) = 218+17+25=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1119 is #25EEE6. Grayscale: #4E4E4E. Windows color (decimal): -2485991 or 1642970. OLE color: 1642970.

HSL color Cylindrical-coordinate representation of color #DA1119: hue angle of 357.61º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA1119 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 17 25 -
CMYK 0 0.92 0.89 0.15
HSL 357.61º 0.86% 0.46% -
HSV(B) 357.61º 0.92% 0.85% -
XYZ 29.29 15.38 2.34 -
YUV 78.01 98.09 227.85 -
System Red Green Blue C M Y K H S L
Decimal 218 17 25 0 0.92 0.89 0.15 357.61 0.86 0.46
Hex DA 11 19 0 5C 59 F 166 56 2E
Octal 332 21 31 0 134 131 17 546 126 56
Binary 11011010 10001 11001 0 1011100 1011001 1111 101100110 1010110 101110

Color Harmonies of #DA1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1119

Black with #DA1119

Text Example


Text Example

White with #DA1119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1119; }

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

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

background-color css

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

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

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

border-color css

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

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

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