Html Css Color HEX #DA081F Fire Engine Red

📋 copy color: '#DA081F'

red 218 ◦ green 8 ◦ blue 31

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

Shades of Fire Engine Red #DA081F

Tints of Fire Engine Red #DA081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

 BLUE value IS 31 (12.5% from 255) = 12.06%

R = 84.82%
G = 3.11%
B = 12.06%

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

#DA081F (or 0xDA081F) is known color: Fire Engine Red. HEX triplet: DA, 08 and 1F. RGB value is (218,8,31). Sum of RGB (Red+Green+Blue) = 218+8+31=257 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.82% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 218 - color contains mainly: red. Hex color #DA081F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA081F is #25F7E0. Grayscale: #494949. Windows color (decimal): -2488289 or 2033882. OLE color: 2033882.

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

Color convert

RGB 218 8 31 -
CMYK 0 0.96 0.86 0.15
HSL 353.43º 0.93% 0.44% -
HSV(B) 353.43º 0.96% 0.85% -
XYZ 29.25 15.18 2.68 -
YUV 73.41 104.07 231.13 -
System Red Green Blue C M Y K H S L
Decimal 218 8 31 0 0.96 0.86 0.15 353.43 0.93 0.44
Hex DA 8 1F 0 60 56 F 161 5D 2C
Octal 332 10 37 0 140 126 17 541 135 54
Binary 11011010 1000 11111 0 1100000 1010110 1111 101100001 1011101 101100

Color Harmonies of #DA081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA081F

Black with #DA081F

Text Example


Text Example

White with #DA081F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA081F; }

 p { color: rgb(218,8,31); }

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

background-color css

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

 a { background-color: rgb(218,8,31); }

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

border-color css

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

 span { border-color: rgb(218,8,31); }

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