Html Css Color HEX #DA182B Fire Engine Red

📋 copy color: '#DA182B'

red 218 ◦ green 24 ◦ blue 43

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

Shades of Fire Engine Red #DA182B

Tints of Fire Engine Red #DA182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 76.49%
G = 8.42%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA182B (or 0xDA182B) is known color: Fire Engine Red. HEX triplet: DA, 18 and 2B. RGB value is (218,24,43). Sum of RGB (Red+Green+Blue) = 218+24+43=285 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.49% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 218 - color contains mainly: red. Hex color #DA182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA182B is #25E7D4. Grayscale: #545454. Windows color (decimal): -2484181 or 2824410. OLE color: 2824410.

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

Color convert

RGB 218 24 43 -
CMYK 0 0.89 0.80 0.15
HSL 354.12º 0.8% 0.47% -
HSV(B) 354.12º 0.89% 0.85% -
XYZ 29.68 15.73 3.76 -
YUV 84.17 104.77 223.46 -
System Red Green Blue C M Y K H S L
Decimal 218 24 43 0 0.89 0.80 0.15 354.12 0.8 0.47
Hex DA 18 2B 0 59 50 F 162 50 2F
Octal 332 30 53 0 131 120 17 542 120 57
Binary 11011010 11000 101011 0 1011001 1010000 1111 101100010 1010000 101111

Color Harmonies of #DA182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA182B

Black with #DA182B

Text Example


Text Example

White with #DA182B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA182B; }

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

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

background-color css

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

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

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

border-color css

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

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

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