Html Css Color HEX #DA0622 Fire Engine Red

📋 copy color: '#DA0622'

red 218 ◦ green 6 ◦ blue 34

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

Shades of Fire Engine Red #DA0622

Tints of Fire Engine Red #DA0622

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

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

R = 84.5%
G = 2.33%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#DA0622 (or 0xDA0622) is known color: Fire Engine Red. HEX triplet: DA, 06 and 22. RGB value is (218,6,34). Sum of RGB (Red+Green+Blue) = 218+6+34=258 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.50% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0622 is #25F9DD. Grayscale: #484848. Windows color (decimal): -2488798 or 2229978. OLE color: 2229978.

HSL color Cylindrical-coordinate representation of color #DA0622: hue angle of 352.08º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0622 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 6 34 -
CMYK 0 0.97 0.84 0.15
HSL 352.08º 0.95% 0.44% -
HSV(B) 352.08º 0.97% 0.85% -
XYZ 29.27 15.15 2.9 -
YUV 72.58 106.24 231.72 -
System Red Green Blue C M Y K H S L
Decimal 218 6 34 0 0.97 0.84 0.15 352.08 0.95 0.44
Hex DA 6 22 0 61 54 F 160 5F 2C
Octal 332 6 42 0 141 124 17 540 137 54
Binary 11011010 110 100010 0 1100001 1010100 1111 101100000 1011111 101100

Color Harmonies of #DA0622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0622

Black with #DA0622

Text Example


Text Example

White with #DA0622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0622; }

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

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

background-color css

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

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

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

border-color css

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

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

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