Html Css Color HEX #DA162B Fire Engine Red

📋 copy color: '#DA162B'

red 218 ◦ green 22 ◦ blue 43

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

Shades of Fire Engine Red #DA162B

Tints of Fire Engine Red #DA162B

RGB

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

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

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

R = 77.03%
G = 7.77%
B = 15.19%

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

#DA162B (or 0xDA162B) is known color: Fire Engine Red. HEX triplet: DA, 16 and 2B. RGB value is (218,22,43). Sum of RGB (Red+Green+Blue) = 218+22+43=283 (37% of max value = 765). Red value is 218 (85.55% from 255 or 77.03% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 218 - color contains mainly: red. Hex color #DA162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA162B is #25E9D4. Grayscale: #535353. Windows color (decimal): -2484693 or 2823898. OLE color: 2823898.

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

Color convert

RGB 218 22 43 -
CMYK 0 0.90 0.80 0.15
HSL 353.57º 0.82% 0.47% -
HSV(B) 353.57º 0.9% 0.85% -
XYZ 29.64 15.65 3.74 -
YUV 83 105.43 224.29 -
System Red Green Blue C M Y K H S L
Decimal 218 22 43 0 0.90 0.80 0.15 353.57 0.82 0.47
Hex DA 16 2B 0 5A 50 F 162 52 2F
Octal 332 26 53 0 132 120 17 542 122 57
Binary 11011010 10110 101011 0 1011010 1010000 1111 101100010 1010010 101111

Color Harmonies of #DA162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA162B

Black with #DA162B

Text Example


Text Example

White with #DA162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA162B; }

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

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

background-color css

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

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

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

border-color css

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

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

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