Html Css Color HEX #DA091E Fire Engine Red

📋 copy color: '#DA091E'

red 218 ◦ green 9 ◦ blue 30

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

Shades of Fire Engine Red #DA091E

Tints of Fire Engine Red #DA091E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.5%

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

R = 84.82%
G = 3.5%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA091E (or 0xDA091E) is known color: Fire Engine Red. HEX triplet: DA, 09 and 1E. RGB value is (218,9,30). Sum of RGB (Red+Green+Blue) = 218+9+30=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA091E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA091E is #25F6E1. Grayscale: #4A4A4A. Windows color (decimal): -2488034 or 1968602. OLE color: 1968602.

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

Color convert

RGB 218 9 30 -
CMYK 0 0.96 0.86 0.15
HSL 353.97º 0.92% 0.45% -
HSV(B) 353.97º 0.96% 0.85% -
XYZ 29.25 15.19 2.62 -
YUV 73.89 103.24 230.79 -
System Red Green Blue C M Y K H S L
Decimal 218 9 30 0 0.96 0.86 0.15 353.97 0.92 0.45
Hex DA 9 1E 0 60 56 F 162 5C 2D
Octal 332 11 36 0 140 126 17 542 134 55
Binary 11011010 1001 11110 0 1100000 1010110 1111 101100010 1011100 101101

Color Harmonies of #DA091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA091E

Black with #DA091E

Text Example


Text Example

White with #DA091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA091E; }

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

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

background-color css

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

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

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

border-color css

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

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

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