Html Css Color HEX #DA161B Fire Engine Red

📋 copy color: '#DA161B'

red 218 ◦ green 22 ◦ blue 27

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

Shades of Fire Engine Red #DA161B

Tints of Fire Engine Red #DA161B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.11%

R = 81.65%
G = 8.24%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA161B (or 0xDA161B) is known color: Fire Engine Red. HEX triplet: DA, 16 and 1B. RGB value is (218,22,27). Sum of RGB (Red+Green+Blue) = 218+22+27=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA161B is #25E9E4. Grayscale: #515151. Windows color (decimal): -2484709 or 1775322. OLE color: 1775322.

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

Color convert

RGB 218 22 27 -
CMYK 0 0.90 0.88 0.15
HSL 358.47º 0.82% 0.47% -
HSV(B) 358.47º 0.9% 0.85% -
XYZ 29.4 15.56 2.49 -
YUV 81.17 97.43 225.59 -
System Red Green Blue C M Y K H S L
Decimal 218 22 27 0 0.90 0.88 0.15 358.47 0.82 0.47
Hex DA 16 1B 0 5A 58 F 166 52 2F
Octal 332 26 33 0 132 130 17 546 122 57
Binary 11011010 10110 11011 0 1011010 1011000 1111 101100110 1010010 101111

Color Harmonies of #DA161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA161B

Black with #DA161B

Text Example


Text Example

White with #DA161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA161B; }

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

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

background-color css

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

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

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

border-color css

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

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

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