Html Css Color HEX #DA0920 Fire Engine Red

📋 copy color: '#DA0920'

red 218 ◦ green 9 ◦ blue 32

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

Shades of Fire Engine Red #DA0920

Tints of Fire Engine Red #DA0920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.47%

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

R = 84.17%
G = 3.47%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA0920 (or 0xDA0920) is known color: Fire Engine Red. HEX triplet: DA, 09 and 20. RGB value is (218,9,32). Sum of RGB (Red+Green+Blue) = 218+9+32=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0920 is #25F6DF. Grayscale: #4A4A4A. Windows color (decimal): -2488032 or 2099674. OLE color: 2099674.

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

Color convert

RGB 218 9 32 -
CMYK 0 0.96 0.85 0.15
HSL 353.4º 0.92% 0.45% -
HSV(B) 353.4º 0.96% 0.85% -
XYZ 29.27 15.21 2.76 -
YUV 74.11 104.24 230.63 -
System Red Green Blue C M Y K H S L
Decimal 218 9 32 0 0.96 0.85 0.15 353.4 0.92 0.45
Hex DA 9 20 0 60 55 F 161 5C 2D
Octal 332 11 40 0 140 125 17 541 134 55
Binary 11011010 1001 100000 0 1100000 1010101 1111 101100001 1011100 101101

Color Harmonies of #DA0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0920

Black with #DA0920

Text Example


Text Example

White with #DA0920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0920; }

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

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

background-color css

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

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

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

border-color css

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

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

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