Html Css Color HEX #DA1624 Fire Engine Red

📋 copy color: '#DA1624'

red 218 ◦ green 22 ◦ blue 36

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

Shades of Fire Engine Red #DA1624

Tints of Fire Engine Red #DA1624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.97%

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

R = 78.99%
G = 7.97%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA1624 (or 0xDA1624) is known color: Fire Engine Red. HEX triplet: DA, 16 and 24. RGB value is (218,22,36). Sum of RGB (Red+Green+Blue) = 218+22+36=276 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.99% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1624 is #25E9DB. Grayscale: #525252. Windows color (decimal): -2484700 or 2365146. OLE color: 2365146.

HSL color Cylindrical-coordinate representation of color #DA1624: hue angle of 355.71º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1624 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 36 -
CMYK 0 0.90 0.83 0.15
HSL 355.71º 0.82% 0.47% -
HSV(B) 355.71º 0.9% 0.85% -
XYZ 29.52 15.61 3.13 -
YUV 82.2 101.93 224.86 -
System Red Green Blue C M Y K H S L
Decimal 218 22 36 0 0.90 0.83 0.15 355.71 0.82 0.47
Hex DA 16 24 0 5A 53 F 164 52 2F
Octal 332 26 44 0 132 123 17 544 122 57
Binary 11011010 10110 100100 0 1011010 1010011 1111 101100100 1010010 101111

Color Harmonies of #DA1624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1624

Black with #DA1624

Text Example


Text Example

White with #DA1624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1624; }

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

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

background-color css

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

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

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

border-color css

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

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

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