Html Css Color HEX #DA1929 Fire Engine Red

📋 copy color: '#DA1929'

red 218 ◦ green 25 ◦ blue 41

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

Shades of Fire Engine Red #DA1929

Tints of Fire Engine Red #DA1929

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 76.76%
G = 8.8%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA1929 (or 0xDA1929) is known color: Fire Engine Red. HEX triplet: DA, 19 and 29. RGB value is (218,25,41). Sum of RGB (Red+Green+Blue) = 218+25+41=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1929 is #25E6D6. Grayscale: #545454. Windows color (decimal): -2483927 or 2693594. OLE color: 2693594.

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

Color convert

RGB 218 25 41 -
CMYK 0 0.89 0.81 0.15
HSL 355.03º 0.79% 0.48% -
HSV(B) 355.03º 0.89% 0.85% -
XYZ 29.66 15.76 3.58 -
YUV 84.53 103.44 223.2 -
System Red Green Blue C M Y K H S L
Decimal 218 25 41 0 0.89 0.81 0.15 355.03 0.79 0.48
Hex DA 19 29 0 59 51 F 163 4F 30
Octal 332 31 51 0 131 121 17 543 117 60
Binary 11011010 11001 101001 0 1011001 1010001 1111 101100011 1001111 110000

Color Harmonies of #DA1929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1929

Black with #DA1929

Text Example


Text Example

White with #DA1929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1929; }

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

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

background-color css

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

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

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

border-color css

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

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

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