Html Css Color HEX #DA2324 Fire Engine Red

📋 copy color: '#DA2324'

red 218 ◦ green 35 ◦ blue 36

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

Shades of Fire Engine Red #DA2324

Tints of Fire Engine Red #DA2324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.11%

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

R = 75.43%
G = 12.11%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA2324 (or 0xDA2324) is known color: Fire Engine Red. HEX triplet: DA, 23 and 24. RGB value is (218,35,36). Sum of RGB (Red+Green+Blue) = 218+35+36=289 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.43% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2324 is #25DCDB. Grayscale: #5A5A5A. Windows color (decimal): -2481372 or 2368474. OLE color: 2368474.

HSL color Cylindrical-coordinate representation of color #DA2324: hue angle of 359.67º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2324 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 35 36 -
CMYK 0 0.84 0.83 0.15
HSL 359.67º 0.72% 0.5% -
HSV(B) 359.67º 0.84% 0.85% -
XYZ 29.83 16.23 3.23 -
YUV 89.83 97.63 219.42 -
System Red Green Blue C M Y K H S L
Decimal 218 35 36 0 0.84 0.83 0.15 359.67 0.72 0.5
Hex DA 23 24 0 54 53 F 168 48 32
Octal 332 43 44 0 124 123 17 550 110 62
Binary 11011010 100011 100100 0 1010100 1010011 1111 101101000 1001000 110010

Color Harmonies of #DA2324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2324

Black with #DA2324

Text Example


Text Example

White with #DA2324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2324; }

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

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

background-color css

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

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

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

border-color css

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

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

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