Html Css Color HEX #DA1018 Fire Engine Red

📋 copy color: '#DA1018'

red 218 ◦ green 16 ◦ blue 24

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

Shades of Fire Engine Red #DA1018

Tints of Fire Engine Red #DA1018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.2%

 BLUE value IS 24 (9.77% from 255) = 9.3%

R = 84.5%
G = 6.2%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA1018 (or 0xDA1018) is known color: Fire Engine Red. HEX triplet: DA, 10 and 18. RGB value is (218,16,24). Sum of RGB (Red+Green+Blue) = 218+16+24=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1018 is #25EFE7. Grayscale: #4D4D4D. Windows color (decimal): -2486248 or 1577178. OLE color: 1577178.

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

Color convert

RGB 218 16 24 -
CMYK 0 0.93 0.89 0.15
HSL 357.62º 0.86% 0.46% -
HSV(B) 357.62º 0.93% 0.85% -
XYZ 29.26 15.34 2.28 -
YUV 77.31 97.92 228.35 -
System Red Green Blue C M Y K H S L
Decimal 218 16 24 0 0.93 0.89 0.15 357.62 0.86 0.46
Hex DA 10 18 0 5D 59 F 166 56 2E
Octal 332 20 30 0 135 131 17 546 126 56
Binary 11011010 10000 11000 0 1011101 1011001 1111 101100110 1010110 101110

Color Harmonies of #DA1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1018

Black with #DA1018

Text Example


Text Example

White with #DA1018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1018; }

 p { color: rgb(218,16,24); }

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

background-color css

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

 a { background-color: rgb(218,16,24); }

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

border-color css

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

 span { border-color: rgb(218,16,24); }

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