Html Css Color HEX #DA0520 Fire Engine Red

📋 copy color: '#DA0520'

red 218 ◦ green 5 ◦ blue 32

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

Shades of Fire Engine Red #DA0520

Tints of Fire Engine Red #DA0520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

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

R = 85.49%
G = 1.96%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA0520 (or 0xDA0520) is known color: Fire Engine Red. HEX triplet: DA, 05 and 20. RGB value is (218,5,32). Sum of RGB (Red+Green+Blue) = 218+5+32=255 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.49% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0520 is #25FADF. Grayscale: #474747. Windows color (decimal): -2489056 or 2098650. OLE color: 2098650.

HSL color Cylindrical-coordinate representation of color #DA0520: hue angle of 352.39º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0520 is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 5 32 -
CMYK 0 0.98 0.85 0.15
HSL 352.39º 0.96% 0.44% -
HSV(B) 352.39º 0.98% 0.85% -
XYZ 29.23 15.12 2.74 -
YUV 71.77 105.57 232.3 -
System Red Green Blue C M Y K H S L
Decimal 218 5 32 0 0.98 0.85 0.15 352.39 0.96 0.44
Hex DA 5 20 0 62 55 F 160 60 2C
Octal 332 5 40 0 142 125 17 540 140 54
Binary 11011010 101 100000 0 1100010 1010101 1111 101100000 1100000 101100

Color Harmonies of #DA0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0520

Black with #DA0520

Text Example


Text Example

White with #DA0520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0520; }

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

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

background-color css

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

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

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

border-color css

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

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

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