Html Css Color HEX #DA1A24 Fire Engine Red

📋 copy color: '#DA1A24'

red 218 ◦ green 26 ◦ blue 36

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

Shades of Fire Engine Red #DA1A24

Tints of Fire Engine Red #DA1A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.86%

R = 77.86%
G = 9.29%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA1A24 (or 0xDA1A24) is known color: Fire Engine Red. HEX triplet: DA, 1A and 24. RGB value is (218,26,36). Sum of RGB (Red+Green+Blue) = 218+26+36=280 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.86% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1A24 is #25E5DB. Grayscale: #545454. Windows color (decimal): -2483676 or 2366170. OLE color: 2366170.

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

Color convert

RGB 218 26 36 -
CMYK 0 0.88 0.83 0.15
HSL 356.88º 0.79% 0.48% -
HSV(B) 356.88º 0.88% 0.85% -
XYZ 29.6 15.77 3.15 -
YUV 84.55 100.61 223.19 -
System Red Green Blue C M Y K H S L
Decimal 218 26 36 0 0.88 0.83 0.15 356.88 0.79 0.48
Hex DA 1A 24 0 58 53 F 165 4F 30
Octal 332 32 44 0 130 123 17 545 117 60
Binary 11011010 11010 100100 0 1011000 1010011 1111 101100101 1001111 110000

Color Harmonies of #DA1A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1A24

Black with #DA1A24

Text Example


Text Example

White with #DA1A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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