Html Css Color HEX #DA181E Fire Engine Red

📋 copy color: '#DA181E'

red 218 ◦ green 24 ◦ blue 30

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

Shades of Fire Engine Red #DA181E

Tints of Fire Engine Red #DA181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.03%

R = 80.15%
G = 8.82%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA181E (or 0xDA181E) is known color: Fire Engine Red. HEX triplet: DA, 18 and 1E. RGB value is (218,24,30). Sum of RGB (Red+Green+Blue) = 218+24+30=272 (36% of max value = 765). Red value is 218 (85.55% from 255 or 80.15% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 218 - color contains mainly: red. Hex color #DA181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA181E is #25E7E1. Grayscale: #525252. Windows color (decimal): -2484194 or 1972442. OLE color: 1972442.

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

Color convert

RGB 218 24 30 -
CMYK 0 0.89 0.86 0.15
HSL 358.14º 0.8% 0.47% -
HSV(B) 358.14º 0.89% 0.85% -
XYZ 29.47 15.65 2.7 -
YUV 82.69 98.27 224.51 -
System Red Green Blue C M Y K H S L
Decimal 218 24 30 0 0.89 0.86 0.15 358.14 0.8 0.47
Hex DA 18 1E 0 59 56 F 166 50 2F
Octal 332 30 36 0 131 126 17 546 120 57
Binary 11011010 11000 11110 0 1011001 1010110 1111 101100110 1010000 101111

Color Harmonies of #DA181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA181E

Black with #DA181E

Text Example


Text Example

White with #DA181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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