Html Css Color HEX #DA1120 Fire Engine Red

📋 copy color: '#DA1120'

red 218 ◦ green 17 ◦ blue 32

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

Shades of Fire Engine Red #DA1120

Tints of Fire Engine Red #DA1120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 81.65%
G = 6.37%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA1120 (or 0xDA1120) is known color: Fire Engine Red. HEX triplet: DA, 11 and 20. RGB value is (218,17,32). Sum of RGB (Red+Green+Blue) = 218+17+32=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1120 is #25EEDF. Grayscale: #4E4E4E. Windows color (decimal): -2485984 or 2101722. OLE color: 2101722.

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

Color convert

RGB 218 17 32 -
CMYK 0 0.92 0.85 0.15
HSL 355.52º 0.86% 0.46% -
HSV(B) 355.52º 0.92% 0.85% -
XYZ 29.37 15.41 2.79 -
YUV 78.81 101.59 227.28 -
System Red Green Blue C M Y K H S L
Decimal 218 17 32 0 0.92 0.85 0.15 355.52 0.86 0.46
Hex DA 11 20 0 5C 55 F 164 56 2E
Octal 332 21 40 0 134 125 17 544 126 56
Binary 11011010 10001 100000 0 1011100 1010101 1111 101100100 1010110 101110

Color Harmonies of #DA1120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1120

Black with #DA1120

Text Example


Text Example

White with #DA1120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1120; }

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

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

background-color css

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

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

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

border-color css

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

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

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