Html Css Color HEX #DA091D Fire Engine Red

📋 copy color: '#DA091D'

red 218 ◦ green 9 ◦ blue 29

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

Shades of Fire Engine Red #DA091D

Tints of Fire Engine Red #DA091D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.33%

R = 85.16%
G = 3.52%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA091D (or 0xDA091D) is known color: Fire Engine Red. HEX triplet: DA, 09 and 1D. RGB value is (218,9,29). Sum of RGB (Red+Green+Blue) = 218+9+29=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA091D is #25F6E2. Grayscale: #494949. Windows color (decimal): -2488035 or 1903066. OLE color: 1903066.

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

Color convert

RGB 218 9 29 -
CMYK 0 0.96 0.87 0.15
HSL 354.26º 0.92% 0.45% -
HSV(B) 354.26º 0.96% 0.85% -
XYZ 29.23 15.19 2.55 -
YUV 73.77 102.74 230.87 -
System Red Green Blue C M Y K H S L
Decimal 218 9 29 0 0.96 0.87 0.15 354.26 0.92 0.45
Hex DA 9 1D 0 60 57 F 162 5C 2D
Octal 332 11 35 0 140 127 17 542 134 55
Binary 11011010 1001 11101 0 1100000 1010111 1111 101100010 1011100 101101

Color Harmonies of #DA091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA091D

Black with #DA091D

Text Example


Text Example

White with #DA091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA091D; }

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

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

background-color css

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

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

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

border-color css

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

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

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