Html Css Color HEX #DA0A1E Fire Engine Red

📋 copy color: '#DA0A1E'

red 218 ◦ green 10 ◦ blue 30

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

Shades of Fire Engine Red #DA0A1E

Tints of Fire Engine Red #DA0A1E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.88%

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

R = 84.5%
G = 3.88%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA0A1E (or 0xDA0A1E) is known color: Fire Engine Red. HEX triplet: DA, 0A and 1E. RGB value is (218,10,30). Sum of RGB (Red+Green+Blue) = 218+10+30=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0A1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0A1E is #25F5E1. Grayscale: #4A4A4A. Windows color (decimal): -2487778 or 1968858. OLE color: 1968858.

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

Color convert

RGB 218 10 30 -
CMYK 0 0.95 0.86 0.15
HSL 354.23º 0.91% 0.45% -
HSV(B) 354.23º 0.95% 0.85% -
XYZ 29.26 15.22 2.62 -
YUV 74.47 102.91 230.37 -
System Red Green Blue C M Y K H S L
Decimal 218 10 30 0 0.95 0.86 0.15 354.23 0.91 0.45
Hex DA A 1E 0 5F 56 F 162 5B 2D
Octal 332 12 36 0 137 126 17 542 133 55
Binary 11011010 1010 11110 0 1011111 1010110 1111 101100010 1011011 101101

Color Harmonies of #DA0A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0A1E

Black with #DA0A1E

Text Example


Text Example

White with #DA0A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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