Html Css Color HEX #DA162C Fire Engine Red

📋 copy color: '#DA162C'

red 218 ◦ green 22 ◦ blue 44

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

Shades of Fire Engine Red #DA162C

Tints of Fire Engine Red #DA162C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.75%

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 76.76%
G = 7.75%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA162C (or 0xDA162C) is known color: Fire Engine Red. HEX triplet: DA, 16 and 2C. RGB value is (218,22,44). Sum of RGB (Red+Green+Blue) = 218+22+44=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA162C is #25E9D3. Grayscale: #535353. Windows color (decimal): -2484692 or 2889434. OLE color: 2889434.

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

Color convert

RGB 218 22 44 -
CMYK 0 0.90 0.80 0.15
HSL 353.27º 0.82% 0.47% -
HSV(B) 353.27º 0.9% 0.85% -
XYZ 29.65 15.66 3.84 -
YUV 83.11 105.93 224.21 -
System Red Green Blue C M Y K H S L
Decimal 218 22 44 0 0.90 0.80 0.15 353.27 0.82 0.47
Hex DA 16 2C 0 5A 50 F 161 52 2F
Octal 332 26 54 0 132 120 17 541 122 57
Binary 11011010 10110 101100 0 1011010 1010000 1111 101100001 1010010 101111

Color Harmonies of #DA162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA162C

Black with #DA162C

Text Example


Text Example

White with #DA162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA162C; }

 p { color: rgb(218,22,44); }

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

background-color css

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

 a { background-color: rgb(218,22,44); }

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

border-color css

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

 span { border-color: rgb(218,22,44); }

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