Html Css Color HEX #DA0824 Fire Engine Red

📋 copy color: '#DA0824'

red 218 ◦ green 8 ◦ blue 36

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

Shades of Fire Engine Red #DA0824

Tints of Fire Engine Red #DA0824

RGB

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

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

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

R = 83.21%
G = 3.05%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA0824 (or 0xDA0824) is known color: Fire Engine Red. HEX triplet: DA, 08 and 24. RGB value is (218,8,36). Sum of RGB (Red+Green+Blue) = 218+8+36=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0824 is #25F7DB. Grayscale: #4A4A4A. Windows color (decimal): -2488284 or 2361562. OLE color: 2361562.

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

Color convert

RGB 218 8 36 -
CMYK 0 0.96 0.83 0.15
HSL 352º 0.93% 0.44% -
HSV(B) 352º 0.96% 0.85% -
XYZ 29.32 15.21 3.06 -
YUV 73.98 106.57 230.72 -
System Red Green Blue C M Y K H S L
Decimal 218 8 36 0 0.96 0.83 0.15 352 0.93 0.44
Hex DA 8 24 0 60 53 F 160 5D 2C
Octal 332 10 44 0 140 123 17 540 135 54
Binary 11011010 1000 100100 0 1100000 1010011 1111 101100000 1011101 101100

Color Harmonies of #DA0824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA0824

Black with #DA0824

Text Example


Text Example

White with #DA0824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA0824; }

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

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

background-color css

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

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

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

border-color css

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

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

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