Html Css Color HEX #DA081C Fire Engine Red

📋 copy color: '#DA081C'

red 218 ◦ green 8 ◦ blue 28

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

Shades of Fire Engine Red #DA081C

Tints of Fire Engine Red #DA081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 85.83%
G = 3.15%
B = 11.02%

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

#DA081C (or 0xDA081C) is known color: Fire Engine Red. HEX triplet: DA, 08 and 1C. RGB value is (218,8,28). Sum of RGB (Red+Green+Blue) = 218+8+28=254 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.83% from 254); Green value is 8 (3.52% from 255 or 3.15% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 218 - color contains mainly: red. Hex color #DA081C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA081C is #25F7E3. Grayscale: #494949. Windows color (decimal): -2488292 or 1837274. OLE color: 1837274.

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

Color convert

RGB 218 8 28 -
CMYK 0 0.96 0.87 0.15
HSL 354.29º 0.93% 0.44% -
HSV(B) 354.29º 0.96% 0.85% -
XYZ 29.21 15.16 2.49 -
YUV 73.07 102.57 231.37 -
System Red Green Blue C M Y K H S L
Decimal 218 8 28 0 0.96 0.87 0.15 354.29 0.93 0.44
Hex DA 8 1C 0 60 57 F 162 5D 2C
Octal 332 10 34 0 140 127 17 542 135 54
Binary 11011010 1000 11100 0 1100000 1010111 1111 101100010 1011101 101100

Color Harmonies of #DA081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA081C

Black with #DA081C

Text Example


Text Example

White with #DA081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA081C; }

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

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

background-color css

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

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

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

border-color css

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

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

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