Html Css Color HEX #DA1024 Fire Engine Red

📋 copy color: '#DA1024'

red 218 ◦ green 16 ◦ blue 36

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

Shades of Fire Engine Red #DA1024

Tints of Fire Engine Red #DA1024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.93%

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

R = 80.74%
G = 5.93%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA1024 (or 0xDA1024) is known color: Fire Engine Red. HEX triplet: DA, 10 and 24. RGB value is (218,16,36). Sum of RGB (Red+Green+Blue) = 218+16+36=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1024 is #25EFDB. Grayscale: #4E4E4E. Windows color (decimal): -2486236 or 2363610. OLE color: 2363610.

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

Color convert

RGB 218 16 36 -
CMYK 0 0.93 0.83 0.15
HSL 354.06º 0.86% 0.46% -
HSV(B) 354.06º 0.93% 0.85% -
XYZ 29.42 15.4 3.09 -
YUV 78.68 103.92 227.37 -
System Red Green Blue C M Y K H S L
Decimal 218 16 36 0 0.93 0.83 0.15 354.06 0.86 0.46
Hex DA 10 24 0 5D 53 F 162 56 2E
Octal 332 20 44 0 135 123 17 542 126 56
Binary 11011010 10000 100100 0 1011101 1010011 1111 101100010 1010110 101110

Color Harmonies of #DA1024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1024

Black with #DA1024

Text Example


Text Example

White with #DA1024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1024; }

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

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

background-color css

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

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

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

border-color css

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

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

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