Html Css Color HEX #DA0922 Fire Engine Red

📋 copy color: '#DA0922'

red 218 ◦ green 9 ◦ blue 34

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

Shades of Fire Engine Red #DA0922

Tints of Fire Engine Red #DA0922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.03%

R = 83.52%
G = 3.45%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA0922 (or 0xDA0922) is known color: Fire Engine Red. HEX triplet: DA, 09 and 22. RGB value is (218,9,34). Sum of RGB (Red+Green+Blue) = 218+9+34=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0922 is #25F6DD. Grayscale: #4A4A4A. Windows color (decimal): -2488030 or 2230746. OLE color: 2230746.

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

Color convert

RGB 218 9 34 -
CMYK 0 0.96 0.84 0.15
HSL 352.82º 0.92% 0.45% -
HSV(B) 352.82º 0.96% 0.85% -
XYZ 29.3 15.22 2.91 -
YUV 74.34 105.24 230.47 -
System Red Green Blue C M Y K H S L
Decimal 218 9 34 0 0.96 0.84 0.15 352.82 0.92 0.45
Hex DA 9 22 0 60 54 F 161 5C 2D
Octal 332 11 42 0 140 124 17 541 134 55
Binary 11011010 1001 100010 0 1100000 1010100 1111 101100001 1011100 101101

Color Harmonies of #DA0922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0922

Black with #DA0922

Text Example


Text Example

White with #DA0922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0922; }

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

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

background-color css

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

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

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

border-color css

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

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

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