Html Css Color HEX #DA0926 Fire Engine Red

📋 copy color: '#DA0926'

red 218 ◦ green 9 ◦ blue 38

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

Shades of Fire Engine Red #DA0926

Tints of Fire Engine Red #DA0926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.34%

R = 82.26%
G = 3.4%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA0926 (or 0xDA0926) is known color: Fire Engine Red. HEX triplet: DA, 09 and 26. RGB value is (218,9,38). Sum of RGB (Red+Green+Blue) = 218+9+38=265 (35% of max value = 765). Red value is 218 (85.55% from 255 or 82.26% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0926 is #25F6D9. Grayscale: #4A4A4A. Windows color (decimal): -2488026 or 2492890. OLE color: 2492890.

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

Color convert

RGB 218 9 38 -
CMYK 0 0.96 0.83 0.15
HSL 351.67º 0.92% 0.45% -
HSV(B) 351.67º 0.96% 0.85% -
XYZ 29.36 15.24 3.23 -
YUV 74.8 107.24 230.14 -
System Red Green Blue C M Y K H S L
Decimal 218 9 38 0 0.96 0.83 0.15 351.67 0.92 0.45
Hex DA 9 26 0 60 53 F 160 5C 2D
Octal 332 11 46 0 140 123 17 540 134 55
Binary 11011010 1001 100110 0 1100000 1010011 1111 101100000 1011100 101101

Color Harmonies of #DA0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0926

Black with #DA0926

Text Example


Text Example

White with #DA0926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0926; }

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

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

background-color css

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

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

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

border-color css

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

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

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