Html Css Color HEX #DA1A20 Fire Engine Red

📋 copy color: '#DA1A20'

red 218 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #DA1A20

Tints of Fire Engine Red #DA1A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.59%

R = 78.99%
G = 9.42%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA1A20 (or 0xDA1A20) is known color: Fire Engine Red. HEX triplet: DA, 1A and 20. RGB value is (218,26,32). Sum of RGB (Red+Green+Blue) = 218+26+32=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1A20 is #25E5DF. Grayscale: #545454. Windows color (decimal): -2483680 or 2104026. OLE color: 2104026.

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

Color convert

RGB 218 26 32 -
CMYK 0 0.88 0.85 0.15
HSL 358.13º 0.79% 0.48% -
HSV(B) 358.13º 0.88% 0.85% -
XYZ 29.54 15.75 2.85 -
YUV 84.09 98.61 223.51 -
System Red Green Blue C M Y K H S L
Decimal 218 26 32 0 0.88 0.85 0.15 358.13 0.79 0.48
Hex DA 1A 20 0 58 55 F 166 4F 30
Octal 332 32 40 0 130 125 17 546 117 60
Binary 11011010 11010 100000 0 1011000 1010101 1111 101100110 1001111 110000

Color Harmonies of #DA1A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1A20

Black with #DA1A20

Text Example


Text Example

White with #DA1A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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