Html Css Color HEX #DA0928 Fire Engine Red

📋 copy color: '#DA0928'

red 218 ◦ green 9 ◦ blue 40

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

Shades of Fire Engine Red #DA0928

Tints of Fire Engine Red #DA0928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.98%

R = 81.65%
G = 3.37%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA0928 (or 0xDA0928) is known color: Fire Engine Red. HEX triplet: DA, 09 and 28. RGB value is (218,9,40). Sum of RGB (Red+Green+Blue) = 218+9+40=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0928 is #25F6D7. Grayscale: #4B4B4B. Windows color (decimal): -2488024 or 2623962. OLE color: 2623962.

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

Color convert

RGB 218 9 40 -
CMYK 0 0.96 0.82 0.15
HSL 351.1º 0.92% 0.45% -
HSV(B) 351.1º 0.96% 0.85% -
XYZ 29.39 15.25 3.4 -
YUV 75.03 108.24 229.98 -
System Red Green Blue C M Y K H S L
Decimal 218 9 40 0 0.96 0.82 0.15 351.1 0.92 0.45
Hex DA 9 28 0 60 52 F 15F 5C 2D
Octal 332 11 50 0 140 122 17 537 134 55
Binary 11011010 1001 101000 0 1100000 1010010 1111 101011111 1011100 101101

Color Harmonies of #DA0928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0928

Black with #DA0928

Text Example


Text Example

White with #DA0928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0928; }

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

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

background-color css

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

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

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

border-color css

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

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

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