Html Css Color HEX #DA0524 Fire Engine Red

📋 copy color: '#DA0524'

red 218 ◦ green 5 ◦ blue 36

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

Shades of Fire Engine Red #DA0524

Tints of Fire Engine Red #DA0524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.9%

R = 84.17%
G = 1.93%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA0524 (or 0xDA0524) is known color: Fire Engine Red. HEX triplet: DA, 05 and 24. RGB value is (218,5,36). Sum of RGB (Red+Green+Blue) = 218+5+36=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0524 is #25FADB. Grayscale: #484848. Windows color (decimal): -2489052 or 2360794. OLE color: 2360794.

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

Color convert

RGB 218 5 36 -
CMYK 0 0.98 0.83 0.15
HSL 351.27º 0.96% 0.44% -
HSV(B) 351.27º 0.98% 0.85% -
XYZ 29.29 15.14 3.05 -
YUV 72.22 107.57 231.98 -
System Red Green Blue C M Y K H S L
Decimal 218 5 36 0 0.98 0.83 0.15 351.27 0.96 0.44
Hex DA 5 24 0 62 53 F 15F 60 2C
Octal 332 5 44 0 142 123 17 537 140 54
Binary 11011010 101 100100 0 1100010 1010011 1111 101011111 1100000 101100

Color Harmonies of #DA0524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0524

Black with #DA0524

Text Example


Text Example

White with #DA0524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0524; }

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

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

background-color css

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

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

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

border-color css

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

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

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