Html Css Color HEX #DA0828 Fire Engine Red

📋 copy color: '#DA0828'

red 218 ◦ green 8 ◦ blue 40

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

Shades of Fire Engine Red #DA0828

Tints of Fire Engine Red #DA0828

RGB

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

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

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

R = 81.95%
G = 3.01%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA0828 (or 0xDA0828) is known color: Fire Engine Red. HEX triplet: DA, 08 and 28. RGB value is (218,8,40). Sum of RGB (Red+Green+Blue) = 218+8+40=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0828 is #25F7D7. Grayscale: #4A4A4A. Windows color (decimal): -2488280 or 2623706. OLE color: 2623706.

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

Color convert

RGB 218 8 40 -
CMYK 0 0.96 0.82 0.15
HSL 350.86º 0.93% 0.44% -
HSV(B) 350.86º 0.96% 0.85% -
XYZ 29.38 15.23 3.4 -
YUV 74.44 108.57 230.4 -
System Red Green Blue C M Y K H S L
Decimal 218 8 40 0 0.96 0.82 0.15 350.86 0.93 0.44
Hex DA 8 28 0 60 52 F 15F 5D 2C
Octal 332 10 50 0 140 122 17 537 135 54
Binary 11011010 1000 101000 0 1100000 1010010 1111 101011111 1011101 101100

Color Harmonies of #DA0828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0828

Black with #DA0828

Text Example


Text Example

White with #DA0828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0828; }

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

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

background-color css

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

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

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

border-color css

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

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

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