Html Css Color HEX #DA181B Fire Engine Red

📋 copy color: '#DA181B'

red 218 ◦ green 24 ◦ blue 27

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

Shades of Fire Engine Red #DA181B

Tints of Fire Engine Red #DA181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.04%

R = 81.04%
G = 8.92%
B = 10.04%

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

#DA181B (or 0xDA181B) is known color: Fire Engine Red. HEX triplet: DA, 18 and 1B. RGB value is (218,24,27). Sum of RGB (Red+Green+Blue) = 218+24+27=269 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.04% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 218 - color contains mainly: red. Hex color #DA181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA181B is #25E7E4. Grayscale: #525252. Windows color (decimal): -2484197 or 1775834. OLE color: 1775834.

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

Color convert

RGB 218 24 27 -
CMYK 0 0.89 0.88 0.15
HSL 359.07º 0.8% 0.47% -
HSV(B) 359.07º 0.89% 0.85% -
XYZ 29.44 15.64 2.5 -
YUV 82.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 218 24 27 0 0.89 0.88 0.15 359.07 0.8 0.47
Hex DA 18 1B 0 59 58 F 167 50 2F
Octal 332 30 33 0 131 130 17 547 120 57
Binary 11011010 11000 11011 0 1011001 1011000 1111 101100111 1010000 101111

Color Harmonies of #DA181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA181B

Black with #DA181B

Text Example


Text Example

White with #DA181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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