Html Css Color HEX #DA0521 Fire Engine Red

📋 copy color: '#DA0521'

red 218 ◦ green 5 ◦ blue 33

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

Shades of Fire Engine Red #DA0521

Tints of Fire Engine Red #DA0521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 85.16%
G = 1.95%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA0521 (or 0xDA0521) is known color: Fire Engine Red. HEX triplet: DA, 05 and 21. RGB value is (218,5,33). Sum of RGB (Red+Green+Blue) = 218+5+33=256 (33% of max value = 765). Red value is 218 (85.55% from 255 or 85.16% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0521 is #25FADE. Grayscale: #474747. Windows color (decimal): -2489055 or 2164186. OLE color: 2164186.

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

Color convert

RGB 218 5 33 -
CMYK 0 0.98 0.85 0.15
HSL 352.11º 0.96% 0.44% -
HSV(B) 352.11º 0.98% 0.85% -
XYZ 29.24 15.12 2.82 -
YUV 71.88 106.07 232.22 -
System Red Green Blue C M Y K H S L
Decimal 218 5 33 0 0.98 0.85 0.15 352.11 0.96 0.44
Hex DA 5 21 0 62 55 F 160 60 2C
Octal 332 5 41 0 142 125 17 540 140 54
Binary 11011010 101 100001 0 1100010 1010101 1111 101100000 1100000 101100

Color Harmonies of #DA0521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0521

Black with #DA0521

Text Example


Text Example

White with #DA0521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0521; }

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

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

background-color css

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

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

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

border-color css

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

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

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