Html Css Color HEX #DA0E2A Fire Engine Red

📋 copy color: '#DA0E2A'

red 218 ◦ green 14 ◦ blue 42

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

Shades of Fire Engine Red #DA0E2A

Tints of Fire Engine Red #DA0E2A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.11%

 BLUE value IS 42 (16.8% from 255) = 15.33%

R = 79.56%
G = 5.11%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA0E2A (or 0xDA0E2A) is known color: Fire Engine Red. HEX triplet: DA, 0E and 2A. RGB value is (218,14,42). Sum of RGB (Red+Green+Blue) = 218+14+42=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0E2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0E2A is #25F1D5. Grayscale: #4E4E4E. Windows color (decimal): -2486742 or 2756314. OLE color: 2756314.

HSL color Cylindrical-coordinate representation of color #DA0E2A: hue angle of 351.76º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0E2A is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 14 42 -
CMYK 0 0.94 0.81 0.15
HSL 351.76º 0.88% 0.45% -
HSV(B) 351.76º 0.94% 0.85% -
XYZ 29.49 15.39 3.61 -
YUV 78.19 107.59 227.72 -
System Red Green Blue C M Y K H S L
Decimal 218 14 42 0 0.94 0.81 0.15 351.76 0.88 0.45
Hex DA E 2A 0 5E 51 F 160 58 2D
Octal 332 16 52 0 136 121 17 540 130 55
Binary 11011010 1110 101010 0 1011110 1010001 1111 101100000 1011000 101101

Color Harmonies of #DA0E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0E2A

Black with #DA0E2A

Text Example


Text Example

White with #DA0E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0E2A; }

 p { color: rgb(218,14,42); }

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

background-color css

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

 a { background-color: rgb(218,14,42); }

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

border-color css

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

 span { border-color: rgb(218,14,42); }

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