Html Css Color HEX #DA171C Fire Engine Red

📋 copy color: '#DA171C'

red 218 ◦ green 23 ◦ blue 28

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

Shades of Fire Engine Red #DA171C

Tints of Fire Engine Red #DA171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 81.04%
G = 8.55%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA171C (or 0xDA171C) is known color: Fire Engine Red. HEX triplet: DA, 17 and 1C. RGB value is (218,23,28). Sum of RGB (Red+Green+Blue) = 218+23+28=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA171C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA171C is #25E8E3. Grayscale: #525252. Windows color (decimal): -2484452 or 1841114. OLE color: 1841114.

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

Color convert

RGB 218 23 28 -
CMYK 0 0.89 0.87 0.15
HSL 358.46º 0.81% 0.47% -
HSV(B) 358.46º 0.89% 0.85% -
XYZ 29.43 15.6 2.56 -
YUV 81.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 218 23 28 0 0.89 0.87 0.15 358.46 0.81 0.47
Hex DA 17 1C 0 59 57 F 166 51 2F
Octal 332 27 34 0 131 127 17 546 121 57
Binary 11011010 10111 11100 0 1011001 1010111 1111 101100110 1010001 101111

Color Harmonies of #DA171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA171C

Black with #DA171C

Text Example


Text Example

White with #DA171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA171C; }

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

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

background-color css

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

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

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

border-color css

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

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

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