Html Css Color HEX #DA0528 Fire Engine Red

📋 copy color: '#DA0528'

red 218 ◦ green 5 ◦ blue 40

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

Shades of Fire Engine Red #DA0528

Tints of Fire Engine Red #DA0528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.21%

R = 82.89%
G = 1.9%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA0528 (or 0xDA0528) is known color: Fire Engine Red. HEX triplet: DA, 05 and 28. RGB value is (218,5,40). Sum of RGB (Red+Green+Blue) = 218+5+40=263 (34% of max value = 765). Red value is 218 (85.55% from 255 or 82.89% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 40 (16.02% from 255 or 15.21% from 263); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0528 is #25FAD7. Grayscale: #484848. Windows color (decimal): -2489048 or 2622938. OLE color: 2622938.

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

Color convert

RGB 218 5 40 -
CMYK 0 0.98 0.82 0.15
HSL 350.14º 0.96% 0.44% -
HSV(B) 350.14º 0.98% 0.85% -
XYZ 29.35 15.17 3.39 -
YUV 72.68 109.57 231.65 -
System Red Green Blue C M Y K H S L
Decimal 218 5 40 0 0.98 0.82 0.15 350.14 0.96 0.44
Hex DA 5 28 0 62 52 F 15E 60 2C
Octal 332 5 50 0 142 122 17 536 140 54
Binary 11011010 101 101000 0 1100010 1010010 1111 101011110 1100000 101100

Color Harmonies of #DA0528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0528

Black with #DA0528

Text Example


Text Example

White with #DA0528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0528; }

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

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

background-color css

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

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

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

border-color css

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

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

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