Html Css Color HEX #DA091B Fire Engine Red

📋 copy color: '#DA091B'

red 218 ◦ green 9 ◦ blue 27

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

Shades of Fire Engine Red #DA091B

Tints of Fire Engine Red #DA091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.63%

R = 85.83%
G = 3.54%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA091B (or 0xDA091B) is known color: Fire Engine Red. HEX triplet: DA, 09 and 1B. RGB value is (218,9,27). Sum of RGB (Red+Green+Blue) = 218+9+27=254 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.83% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 27 (10.94% from 255 or 10.63% from 254); Max value from RGB is 218 - color contains mainly: red. Hex color #DA091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA091B is #25F6E4. Grayscale: #494949. Windows color (decimal): -2488037 or 1771994. OLE color: 1771994.

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

Color convert

RGB 218 9 27 -
CMYK 0 0.96 0.88 0.15
HSL 354.83º 0.92% 0.45% -
HSV(B) 354.83º 0.96% 0.85% -
XYZ 29.21 15.18 2.43 -
YUV 73.54 101.74 231.04 -
System Red Green Blue C M Y K H S L
Decimal 218 9 27 0 0.96 0.88 0.15 354.83 0.92 0.45
Hex DA 9 1B 0 60 58 F 163 5C 2D
Octal 332 11 33 0 140 130 17 543 134 55
Binary 11011010 1001 11011 0 1100000 1011000 1111 101100011 1011100 101101

Color Harmonies of #DA091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA091B

Black with #DA091B

Text Example


Text Example

White with #DA091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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