Html Css Color HEX #DA0929 Fire Engine Red

📋 copy color: '#DA0929'

red 218 ◦ green 9 ◦ blue 41

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

Shades of Fire Engine Red #DA0929

Tints of Fire Engine Red #DA0929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.3%

R = 81.34%
G = 3.36%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA0929 (or 0xDA0929) is known color: Fire Engine Red. HEX triplet: DA, 09 and 29. RGB value is (218,9,41). Sum of RGB (Red+Green+Blue) = 218+9+41=268 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.34% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0929 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0929 is #25F6D6. Grayscale: #4B4B4B. Windows color (decimal): -2488023 or 2689498. OLE color: 2689498.

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

Color convert

RGB 218 9 41 -
CMYK 0 0.96 0.81 0.15
HSL 350.81º 0.92% 0.45% -
HSV(B) 350.81º 0.96% 0.85% -
XYZ 29.41 15.26 3.49 -
YUV 75.14 108.74 229.9 -
System Red Green Blue C M Y K H S L
Decimal 218 9 41 0 0.96 0.81 0.15 350.81 0.92 0.45
Hex DA 9 29 0 60 51 F 15F 5C 2D
Octal 332 11 51 0 140 121 17 537 134 55
Binary 11011010 1001 101001 0 1100000 1010001 1111 101011111 1011100 101101

Color Harmonies of #DA0929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0929

Black with #DA0929

Text Example


Text Example

White with #DA0929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0929; }

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

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

background-color css

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

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

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

border-color css

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

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

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