Html Css Color HEX #DA1416 Fire Engine Red

📋 copy color: '#DA1416'

red 218 ◦ green 20 ◦ blue 22

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

Shades of Fire Engine Red #DA1416

Tints of Fire Engine Red #DA1416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 83.85%
G = 7.69%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA1416 (or 0xDA1416) is known color: Fire Engine Red. HEX triplet: DA, 14 and 16. RGB value is (218,20,22). Sum of RGB (Red+Green+Blue) = 218+20+22=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1416 is #25EBE9. Grayscale: #4F4F4F. Windows color (decimal): -2485226 or 1447130. OLE color: 1447130.

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

Color convert

RGB 218 20 22 -
CMYK 0 0.91 0.90 0.15
HSL 359.39º 0.83% 0.47% -
HSV(B) 359.39º 0.91% 0.85% -
XYZ 29.31 15.46 2.2 -
YUV 79.43 95.6 226.84 -
System Red Green Blue C M Y K H S L
Decimal 218 20 22 0 0.91 0.90 0.15 359.39 0.83 0.47
Hex DA 14 16 0 5B 5A F 167 53 2F
Octal 332 24 26 0 133 132 17 547 123 57
Binary 11011010 10100 10110 0 1011011 1011010 1111 101100111 1010011 101111

Color Harmonies of #DA1416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1416

Black with #DA1416

Text Example


Text Example

White with #DA1416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1416; }

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

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

background-color css

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

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

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

border-color css

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

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

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