Html Css Color HEX #DA171A Fire Engine Red

📋 copy color: '#DA171A'

red 218 ◦ green 23 ◦ blue 26

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

Shades of Fire Engine Red #DA171A

Tints of Fire Engine Red #DA171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.61%

 BLUE value IS 26 (10.55% from 255) = 9.74%

R = 81.65%
G = 8.61%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA171A (or 0xDA171A) is known color: Fire Engine Red. HEX triplet: DA, 17 and 1A. RGB value is (218,23,26). Sum of RGB (Red+Green+Blue) = 218+23+26=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA171A is #25E8E5. Grayscale: #515151. Windows color (decimal): -2484454 or 1710042. OLE color: 1710042.

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

Color convert

RGB 218 23 26 -
CMYK 0 0.89 0.88 0.15
HSL 359.08º 0.81% 0.47% -
HSV(B) 359.08º 0.89% 0.85% -
XYZ 29.41 15.59 2.44 -
YUV 81.65 96.6 225.26 -
System Red Green Blue C M Y K H S L
Decimal 218 23 26 0 0.89 0.88 0.15 359.08 0.81 0.47
Hex DA 17 1A 0 59 58 F 167 51 2F
Octal 332 27 32 0 131 130 17 547 121 57
Binary 11011010 10111 11010 0 1011001 1011000 1111 101100111 1010001 101111

Color Harmonies of #DA171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA171A

Black with #DA171A

Text Example


Text Example

White with #DA171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA171A; }

 p { color: rgb(218,23,26); }

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

background-color css

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

 a { background-color: rgb(218,23,26); }

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

border-color css

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

 span { border-color: rgb(218,23,26); }

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