Html Css Color HEX #DA1114 Fire Engine Red

📋 copy color: '#DA1114'

red 218 ◦ green 17 ◦ blue 20

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

Shades of Fire Engine Red #DA1114

Tints of Fire Engine Red #DA1114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 85.49%
G = 6.67%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA1114 (or 0xDA1114) is known color: Fire Engine Red. HEX triplet: DA, 11 and 14. RGB value is (218,17,20). Sum of RGB (Red+Green+Blue) = 218+17+20=255 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.49% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1114 is #25EEEB. Grayscale: #4D4D4D. Windows color (decimal): -2485996 or 1315290. OLE color: 1315290.

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

Color convert

RGB 218 17 20 -
CMYK 0 0.92 0.91 0.15
HSL 359.1º 0.86% 0.46% -
HSV(B) 359.1º 0.92% 0.85% -
XYZ 29.24 15.36 2.08 -
YUV 77.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 218 17 20 0 0.92 0.91 0.15 359.1 0.86 0.46
Hex DA 11 14 0 5C 5B F 167 56 2E
Octal 332 21 24 0 134 133 17 547 126 56
Binary 11011010 10001 10100 0 1011100 1011011 1111 101100111 1010110 101110

Color Harmonies of #DA1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1114

Black with #DA1114

Text Example


Text Example

White with #DA1114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1114; }

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

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

background-color css

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

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

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

border-color css

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

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

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