Html Css Color HEX #DA1113 Fire Engine Red

📋 copy color: '#DA1113'

red 218 ◦ green 17 ◦ blue 19

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

Shades of Fire Engine Red #DA1113

Tints of Fire Engine Red #DA1113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.48%

R = 85.83%
G = 6.69%
B = 7.48%

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

#DA1113 (or 0xDA1113) is known color: Fire Engine Red. HEX triplet: DA, 11 and 13. RGB value is (218,17,19). Sum of RGB (Red+Green+Blue) = 218+17+19=254 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.83% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1113 is #25EEEC. Grayscale: #4D4D4D. Windows color (decimal): -2485997 or 1249754. OLE color: 1249754.

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

Color convert

RGB 218 17 19 -
CMYK 0 0.92 0.91 0.15
HSL 359.4º 0.86% 0.46% -
HSV(B) 359.4º 0.92% 0.85% -
XYZ 29.23 15.35 2.04 -
YUV 77.33 95.09 228.34 -
System Red Green Blue C M Y K H S L
Decimal 218 17 19 0 0.92 0.91 0.15 359.4 0.86 0.46
Hex DA 11 13 0 5C 5B F 167 56 2E
Octal 332 21 23 0 134 133 17 547 126 56
Binary 11011010 10001 10011 0 1011100 1011011 1111 101100111 1010110 101110

Color Harmonies of #DA1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1113

Black with #DA1113

Text Example


Text Example

White with #DA1113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1113; }

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

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

background-color css

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

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

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

border-color css

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

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

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