Html Css Color HEX #DA181C Fire Engine Red

📋 copy color: '#DA181C'

red 218 ◦ green 24 ◦ blue 28

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

Shades of Fire Engine Red #DA181C

Tints of Fire Engine Red #DA181C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.89%

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

R = 80.74%
G = 8.89%
B = 10.37%

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

#DA181C (or 0xDA181C) is known color: Fire Engine Red. HEX triplet: DA, 18 and 1C. RGB value is (218,24,28). Sum of RGB (Red+Green+Blue) = 218+24+28=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA181C is #25E7E3. Grayscale: #525252. Windows color (decimal): -2484196 or 1841370. OLE color: 1841370.

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

Color convert

RGB 218 24 28 -
CMYK 0 0.89 0.87 0.15
HSL 358.76º 0.8% 0.47% -
HSV(B) 358.76º 0.89% 0.85% -
XYZ 29.45 15.64 2.57 -
YUV 82.46 97.27 224.67 -
System Red Green Blue C M Y K H S L
Decimal 218 24 28 0 0.89 0.87 0.15 358.76 0.8 0.47
Hex DA 18 1C 0 59 57 F 167 50 2F
Octal 332 30 34 0 131 127 17 547 120 57
Binary 11011010 11000 11100 0 1011001 1010111 1111 101100111 1010000 101111

Color Harmonies of #DA181C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA181C

Black with #DA181C

Text Example


Text Example

White with #DA181C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA181C; }

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

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

background-color css

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

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

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

border-color css

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

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

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