Html Css Color HEX #DA171D Fire Engine Red

📋 copy color: '#DA171D'

red 218 ◦ green 23 ◦ blue 29

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

Shades of Fire Engine Red #DA171D

Tints of Fire Engine Red #DA171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 80.74%
G = 8.52%
B = 10.74%

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

#DA171D (or 0xDA171D) is known color: Fire Engine Red. HEX triplet: DA, 17 and 1D. RGB value is (218,23,29). Sum of RGB (Red+Green+Blue) = 218+23+29=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA171D is #25E8E2. Grayscale: #525252. Windows color (decimal): -2484451 or 1906650. OLE color: 1906650.

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

Color convert

RGB 218 23 29 -
CMYK 0 0.89 0.87 0.15
HSL 358.15º 0.81% 0.47% -
HSV(B) 358.15º 0.89% 0.85% -
XYZ 29.44 15.61 2.62 -
YUV 81.99 98.1 225.01 -
System Red Green Blue C M Y K H S L
Decimal 218 23 29 0 0.89 0.87 0.15 358.15 0.81 0.47
Hex DA 17 1D 0 59 57 F 166 51 2F
Octal 332 27 35 0 131 127 17 546 121 57
Binary 11011010 10111 11101 0 1011001 1010111 1111 101100110 1010001 101111

Color Harmonies of #DA171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA171D

Black with #DA171D

Text Example


Text Example

White with #DA171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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