Html Css Color HEX #DA1418 Fire Engine Red

📋 copy color: '#DA1418'

red 218 ◦ green 20 ◦ blue 24

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

Shades of Fire Engine Red #DA1418

Tints of Fire Engine Red #DA1418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.63%

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

R = 83.21%
G = 7.63%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA1418 (or 0xDA1418) is known color: Fire Engine Red. HEX triplet: DA, 14 and 18. RGB value is (218,20,24). Sum of RGB (Red+Green+Blue) = 218+20+24=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1418 is #25EBE7. Grayscale: #4F4F4F. Windows color (decimal): -2485224 or 1578202. OLE color: 1578202.

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

Color convert

RGB 218 20 24 -
CMYK 0 0.91 0.89 0.15
HSL 358.79º 0.83% 0.47% -
HSV(B) 358.79º 0.91% 0.85% -
XYZ 29.33 15.47 2.3 -
YUV 79.66 96.6 226.67 -
System Red Green Blue C M Y K H S L
Decimal 218 20 24 0 0.91 0.89 0.15 358.79 0.83 0.47
Hex DA 14 18 0 5B 59 F 167 53 2F
Octal 332 24 30 0 133 131 17 547 123 57
Binary 11011010 10100 11000 0 1011011 1011001 1111 101100111 1010011 101111

Color Harmonies of #DA1418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1418

Black with #DA1418

Text Example


Text Example

White with #DA1418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1418; }

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

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

background-color css

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

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

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

border-color css

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

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

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