Html Css Color HEX #DA0822 Fire Engine Red

📋 copy color: '#DA0822'

red 218 ◦ green 8 ◦ blue 34

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

Shades of Fire Engine Red #DA0822

Tints of Fire Engine Red #DA0822

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.08%

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

R = 83.85%
G = 3.08%
B = 13.08%

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

#DA0822 (or 0xDA0822) is known color: Fire Engine Red. HEX triplet: DA, 08 and 22. RGB value is (218,8,34). Sum of RGB (Red+Green+Blue) = 218+8+34=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0822 is #25F7DD. Grayscale: #494949. Windows color (decimal): -2488286 or 2230490. OLE color: 2230490.

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

Color convert

RGB 218 8 34 -
CMYK 0 0.96 0.84 0.15
HSL 352.57º 0.93% 0.44% -
HSV(B) 352.57º 0.96% 0.85% -
XYZ 29.29 15.19 2.9 -
YUV 73.75 105.57 230.89 -
System Red Green Blue C M Y K H S L
Decimal 218 8 34 0 0.96 0.84 0.15 352.57 0.93 0.44
Hex DA 8 22 0 60 54 F 161 5D 2C
Octal 332 10 42 0 140 124 17 541 135 54
Binary 11011010 1000 100010 0 1100000 1010100 1111 101100001 1011101 101100

Color Harmonies of #DA0822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0822

Black with #DA0822

Text Example


Text Example

White with #DA0822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0822; }

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

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

background-color css

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

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

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

border-color css

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

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

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