Html Css Color HEX #DA1820 Fire Engine Red

📋 copy color: '#DA1820'

red 218 ◦ green 24 ◦ blue 32

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

Shades of Fire Engine Red #DA1820

Tints of Fire Engine Red #DA1820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

 BLUE value IS 32 (12.89% from 255) = 11.68%

R = 79.56%
G = 8.76%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA1820 (or 0xDA1820) is known color: Fire Engine Red. HEX triplet: DA, 18 and 20. RGB value is (218,24,32). Sum of RGB (Red+Green+Blue) = 218+24+32=274 (36% of max value = 765). Red value is 218 (85.55% from 255 or 79.56% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA1820 is #25E7DF. Grayscale: #535353. Windows color (decimal): -2484192 or 2103514. OLE color: 2103514.

HSL color Cylindrical-coordinate representation of color #DA1820: hue angle of 357.53º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1820 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 24 32 -
CMYK 0 0.89 0.85 0.15
HSL 357.53º 0.8% 0.47% -
HSV(B) 357.53º 0.89% 0.85% -
XYZ 29.5 15.66 2.83 -
YUV 82.92 99.27 224.35 -
System Red Green Blue C M Y K H S L
Decimal 218 24 32 0 0.89 0.85 0.15 357.53 0.8 0.47
Hex DA 18 20 0 59 55 F 166 50 2F
Octal 332 30 40 0 131 125 17 546 120 57
Binary 11011010 11000 100000 0 1011001 1010101 1111 101100110 1010000 101111

Color Harmonies of #DA1820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1820

Black with #DA1820

Text Example


Text Example

White with #DA1820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1820; }

 p { color: rgb(218,24,32); }

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

background-color css

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

 a { background-color: rgb(218,24,32); }

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

border-color css

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

 span { border-color: rgb(218,24,32); }

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