Html Css Color HEX #DA0526 Fire Engine Red

📋 copy color: '#DA0526'

red 218 ◦ green 5 ◦ blue 38

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

Shades of Fire Engine Red #DA0526

Tints of Fire Engine Red #DA0526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.56%

R = 83.52%
G = 1.92%
B = 14.56%

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

#DA0526 (or 0xDA0526) is known color: Fire Engine Red. HEX triplet: DA, 05 and 26. RGB value is (218,5,38). Sum of RGB (Red+Green+Blue) = 218+5+38=261 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.52% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0526 is #25FAD9. Grayscale: #484848. Windows color (decimal): -2489050 or 2491866. OLE color: 2491866.

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

Color convert

RGB 218 5 38 -
CMYK 0 0.98 0.83 0.15
HSL 350.7º 0.96% 0.44% -
HSV(B) 350.7º 0.98% 0.85% -
XYZ 29.32 15.15 3.21 -
YUV 72.45 108.57 231.82 -
System Red Green Blue C M Y K H S L
Decimal 218 5 38 0 0.98 0.83 0.15 350.7 0.96 0.44
Hex DA 5 26 0 62 53 F 15F 60 2C
Octal 332 5 46 0 142 123 17 537 140 54
Binary 11011010 101 100110 0 1100010 1010011 1111 101011111 1100000 101100

Color Harmonies of #DA0526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0526

Black with #DA0526

Text Example


Text Example

White with #DA0526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0526; }

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

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

background-color css

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

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

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

border-color css

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

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

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