Html Css Color HEX #DA1519 Fire Engine Red

📋 copy color: '#DA1519'

red 218 ◦ green 21 ◦ blue 25

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

Shades of Fire Engine Red #DA1519

Tints of Fire Engine Red #DA1519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.95%

 BLUE value IS 25 (10.16% from 255) = 9.47%

R = 82.58%
G = 7.95%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA1519 (or 0xDA1519) is known color: Fire Engine Red. HEX triplet: DA, 15 and 19. RGB value is (218,21,25). Sum of RGB (Red+Green+Blue) = 218+21+25=264 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.58% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DA1519 is #25EAE6. Grayscale: #505050. Windows color (decimal): -2484967 or 1643994. OLE color: 1643994.

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

Color convert

RGB 218 21 25 -
CMYK 0 0.90 0.89 0.15
HSL 358.78º 0.82% 0.47% -
HSV(B) 358.78º 0.9% 0.85% -
XYZ 29.36 15.51 2.37 -
YUV 80.36 96.77 226.17 -
System Red Green Blue C M Y K H S L
Decimal 218 21 25 0 0.90 0.89 0.15 358.78 0.82 0.47
Hex DA 15 19 0 5A 59 F 167 52 2F
Octal 332 25 31 0 132 131 17 547 122 57
Binary 11011010 10101 11001 0 1011010 1011001 1111 101100111 1010010 101111

Color Harmonies of #DA1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1519

Black with #DA1519

Text Example


Text Example

White with #DA1519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1519; }

 p { color: rgb(218,21,25); }

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

background-color css

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

 a { background-color: rgb(218,21,25); }

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

border-color css

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

 span { border-color: rgb(218,21,25); }

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