Html Css Color HEX #DA0620 Fire Engine Red

📋 copy color: '#DA0620'

red 218 ◦ green 6 ◦ blue 32

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

Shades of Fire Engine Red #DA0620

Tints of Fire Engine Red #DA0620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 85.16%
G = 2.34%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA0620 (or 0xDA0620) is known color: Fire Engine Red. HEX triplet: DA, 06 and 20. RGB value is (218,6,32). Sum of RGB (Red+Green+Blue) = 218+6+32=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0620 is #25F9DF. Grayscale: #484848. Windows color (decimal): -2488800 or 2098906. OLE color: 2098906.

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

Color convert

RGB 218 6 32 -
CMYK 0 0.97 0.85 0.15
HSL 352.64º 0.95% 0.44% -
HSV(B) 352.64º 0.97% 0.85% -
XYZ 29.24 15.14 2.75 -
YUV 72.35 105.24 231.89 -
System Red Green Blue C M Y K H S L
Decimal 218 6 32 0 0.97 0.85 0.15 352.64 0.95 0.44
Hex DA 6 20 0 61 55 F 161 5F 2C
Octal 332 6 40 0 141 125 17 541 137 54
Binary 11011010 110 100000 0 1100001 1010101 1111 101100001 1011111 101100

Color Harmonies of #DA0620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0620

Black with #DA0620

Text Example


Text Example

White with #DA0620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0620; }

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

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

background-color css

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

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

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

border-color css

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

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

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