Html Css Color HEX #DA1A2C Fire Engine Red

📋 copy color: '#DA1A2C'

red 218 ◦ green 26 ◦ blue 44

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

Shades of Fire Engine Red #DA1A2C

Tints of Fire Engine Red #DA1A2C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.03%

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 75.69%
G = 9.03%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA1A2C (or 0xDA1A2C) is known color: Fire Engine Red. HEX triplet: DA, 1A and 2C. RGB value is (218,26,44). Sum of RGB (Red+Green+Blue) = 218+26+44=288 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.69% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1A2C is #25E5D3. Grayscale: #555555. Windows color (decimal): -2483668 or 2890458. OLE color: 2890458.

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

Color convert

RGB 218 26 44 -
CMYK 0 0.88 0.80 0.15
HSL 354.38º 0.79% 0.48% -
HSV(B) 354.38º 0.88% 0.85% -
XYZ 29.74 15.83 3.87 -
YUV 85.46 104.61 222.54 -
System Red Green Blue C M Y K H S L
Decimal 218 26 44 0 0.88 0.80 0.15 354.38 0.79 0.48
Hex DA 1A 2C 0 58 50 F 162 4F 30
Octal 332 32 54 0 130 120 17 542 117 60
Binary 11011010 11010 101100 0 1011000 1010000 1111 101100010 1001111 110000

Color Harmonies of #DA1A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1A2C

Black with #DA1A2C

Text Example


Text Example

White with #DA1A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1A2C; }

 p { color: rgb(218,26,44); }

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

background-color css

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

 a { background-color: rgb(218,26,44); }

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

border-color css

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

 span { border-color: rgb(218,26,44); }

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