Html Css Color HEX #DA1316 Fire Engine Red

📋 copy color: '#DA1316'

red 218 ◦ green 19 ◦ blue 22

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

Shades of Fire Engine Red #DA1316

Tints of Fire Engine Red #DA1316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.34%

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

R = 84.17%
G = 7.34%
B = 8.49%

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

#DA1316 (or 0xDA1316) is known color: Fire Engine Red. HEX triplet: DA, 13 and 16. RGB value is (218,19,22). Sum of RGB (Red+Green+Blue) = 218+19+22=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1316 is #25ECE9. Grayscale: #4F4F4F. Windows color (decimal): -2485482 or 1446874. OLE color: 1446874.

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

Color convert

RGB 218 19 22 -
CMYK 0 0.91 0.90 0.15
HSL 359.1º 0.84% 0.46% -
HSV(B) 359.1º 0.91% 0.85% -
XYZ 29.29 15.43 2.19 -
YUV 78.84 95.93 227.26 -
System Red Green Blue C M Y K H S L
Decimal 218 19 22 0 0.91 0.90 0.15 359.1 0.84 0.46
Hex DA 13 16 0 5B 5A F 167 54 2E
Octal 332 23 26 0 133 132 17 547 124 56
Binary 11011010 10011 10110 0 1011011 1011010 1111 101100111 1010100 101110

Color Harmonies of #DA1316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1316

Black with #DA1316

Text Example


Text Example

White with #DA1316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1316; }

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

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

background-color css

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

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

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

border-color css

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

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

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