Html Css Color HEX #DA181A Fire Engine Red

📋 copy color: '#DA181A'

red 218 ◦ green 24 ◦ blue 26

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

Shades of Fire Engine Red #DA181A

Tints of Fire Engine Red #DA181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 81.34%
G = 8.96%
B = 9.7%

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

#DA181A (or 0xDA181A) is known color: Fire Engine Red. HEX triplet: DA, 18 and 1A. RGB value is (218,24,26). Sum of RGB (Red+Green+Blue) = 218+24+26=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA181A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA181A is #25E7E5. Grayscale: #525252. Windows color (decimal): -2484198 or 1710298. OLE color: 1710298.

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

Color convert

RGB 218 24 26 -
CMYK 0 0.89 0.88 0.15
HSL 359.38º 0.8% 0.47% -
HSV(B) 359.38º 0.89% 0.85% -
XYZ 29.43 15.63 2.44 -
YUV 82.23 96.27 224.84 -
System Red Green Blue C M Y K H S L
Decimal 218 24 26 0 0.89 0.88 0.15 359.38 0.8 0.47
Hex DA 18 1A 0 59 58 F 167 50 2F
Octal 332 30 32 0 131 130 17 547 120 57
Binary 11011010 11000 11010 0 1011001 1011000 1111 101100111 1010000 101111

Color Harmonies of #DA181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA181A

Black with #DA181A

Text Example


Text Example

White with #DA181A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA181A; }

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

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

background-color css

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

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

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

border-color css

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

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

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