Html Css Color HEX #DA182A Fire Engine Red

📋 copy color: '#DA182A'

red 218 ◦ green 24 ◦ blue 42

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

Shades of Fire Engine Red #DA182A

Tints of Fire Engine Red #DA182A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.79%

R = 76.76%
G = 8.45%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA182A (or 0xDA182A) is known color: Fire Engine Red. HEX triplet: DA, 18 and 2A. RGB value is (218,24,42). Sum of RGB (Red+Green+Blue) = 218+24+42=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA182A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA182A is #25E7D5. Grayscale: #545454. Windows color (decimal): -2484182 or 2758874. OLE color: 2758874.

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

Color convert

RGB 218 24 42 -
CMYK 0 0.89 0.81 0.15
HSL 354.43º 0.8% 0.47% -
HSV(B) 354.43º 0.89% 0.85% -
XYZ 29.66 15.73 3.66 -
YUV 84.06 104.27 223.54 -
System Red Green Blue C M Y K H S L
Decimal 218 24 42 0 0.89 0.81 0.15 354.43 0.8 0.47
Hex DA 18 2A 0 59 51 F 162 50 2F
Octal 332 30 52 0 131 121 17 542 120 57
Binary 11011010 11000 101010 0 1011001 1010001 1111 101100010 1010000 101111

Color Harmonies of #DA182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA182A

Black with #DA182A

Text Example


Text Example

White with #DA182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA182A; }

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

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

background-color css

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

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

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

border-color css

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

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

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