Html Css Color HEX #DA1129 Fire Engine Red

📋 copy color: '#DA1129'

red 218 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #DA1129

Tints of Fire Engine Red #DA1129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 78.99%
G = 6.16%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA1129 (or 0xDA1129) is known color: Fire Engine Red. HEX triplet: DA, 11 and 29. RGB value is (218,17,41). Sum of RGB (Red+Green+Blue) = 218+17+41=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1129 is #25EED6. Grayscale: #4F4F4F. Windows color (decimal): -2485975 or 2691546. OLE color: 2691546.

HSL color Cylindrical-coordinate representation of color #DA1129: hue angle of 352.84º 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 #DA1129 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 17 41 -
CMYK 0 0.92 0.81 0.15
HSL 352.84º 0.86% 0.46% -
HSV(B) 352.84º 0.92% 0.85% -
XYZ 29.51 15.47 3.53 -
YUV 79.84 106.09 226.55 -
System Red Green Blue C M Y K H S L
Decimal 218 17 41 0 0.92 0.81 0.15 352.84 0.86 0.46
Hex DA 11 29 0 5C 51 F 161 56 2E
Octal 332 21 51 0 134 121 17 541 126 56
Binary 11011010 10001 101001 0 1011100 1010001 1111 101100001 1010110 101110

Color Harmonies of #DA1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1129

Black with #DA1129

Text Example


Text Example

White with #DA1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1129; }

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

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

background-color css

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

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

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

border-color css

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

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

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