Html Css Color HEX #DA0821 Fire Engine Red

📋 copy color: '#DA0821'

red 218 ◦ green 8 ◦ blue 33

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

Shades of Fire Engine Red #DA0821

Tints of Fire Engine Red #DA0821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.74%

R = 84.17%
G = 3.09%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA0821 (or 0xDA0821) is known color: Fire Engine Red. HEX triplet: DA, 08 and 21. RGB value is (218,8,33). Sum of RGB (Red+Green+Blue) = 218+8+33=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0821 is #25F7DE. Grayscale: #494949. Windows color (decimal): -2488287 or 2164954. OLE color: 2164954.

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

Color convert

RGB 218 8 33 -
CMYK 0 0.96 0.85 0.15
HSL 352.86º 0.93% 0.44% -
HSV(B) 352.86º 0.96% 0.85% -
XYZ 29.27 15.19 2.83 -
YUV 73.64 105.07 230.97 -
System Red Green Blue C M Y K H S L
Decimal 218 8 33 0 0.96 0.85 0.15 352.86 0.93 0.44
Hex DA 8 21 0 60 55 F 161 5D 2C
Octal 332 10 41 0 140 125 17 541 135 54
Binary 11011010 1000 100001 0 1100000 1010101 1111 101100001 1011101 101100

Color Harmonies of #DA0821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0821

Black with #DA0821

Text Example


Text Example

White with #DA0821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0821; }

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

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

background-color css

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

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

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

border-color css

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

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

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