Html Css Color HEX #DA1020 Fire Engine Red

📋 copy color: '#DA1020'

red 218 ◦ green 16 ◦ blue 32

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

Shades of Fire Engine Red #DA1020

Tints of Fire Engine Red #DA1020

RGB

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

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

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

R = 81.95%
G = 6.02%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA1020 (or 0xDA1020) is known color: Fire Engine Red. HEX triplet: DA, 10 and 20. RGB value is (218,16,32). Sum of RGB (Red+Green+Blue) = 218+16+32=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1020 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1020 is #25EFDF. Grayscale: #4E4E4E. Windows color (decimal): -2486240 or 2101466. OLE color: 2101466.

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

Color convert

RGB 218 16 32 -
CMYK 0 0.93 0.85 0.15
HSL 355.25º 0.86% 0.46% -
HSV(B) 355.25º 0.93% 0.85% -
XYZ 29.36 15.38 2.79 -
YUV 78.22 101.92 227.7 -
System Red Green Blue C M Y K H S L
Decimal 218 16 32 0 0.93 0.85 0.15 355.25 0.86 0.46
Hex DA 10 20 0 5D 55 F 163 56 2E
Octal 332 20 40 0 135 125 17 543 126 56
Binary 11011010 10000 100000 0 1011101 1010101 1111 101100011 1010110 101110

Color Harmonies of #DA1020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1020

Black with #DA1020

Text Example


Text Example

White with #DA1020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1020; }

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

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

background-color css

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

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

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

border-color css

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

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

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