Html Css Color HEX #D4162E Fire Engine Red

📋 copy color: '#D4162E'

red 212 ◦ green 22 ◦ blue 46

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

Shades of Fire Engine Red #D4162E

Tints of Fire Engine Red #D4162E

RGB

 RED value IS 212 (83.2% from 255) = 75.71%

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

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 75.71%
G = 7.86%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4162E (or 0xD4162E) is known color: Fire Engine Red. HEX triplet: D4, 16 and 2E. RGB value is (212,22,46). Sum of RGB (Red+Green+Blue) = 212+22+46=280 (37% of max value = 765). Red value is 212 (83.20% from 255 or 75.71% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 212 - color contains mainly: red. Hex color #D4162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4162E is #2BE9D1. Grayscale: #515151. Windows color (decimal): -2877906 or 3020500. OLE color: 3020500.

HSL color Cylindrical-coordinate representation of color #D4162E: hue angle of 352.42º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4162E is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 22 46 -
CMYK 0 0.90 0.78 0.17
HSL 352.42º 0.81% 0.46% -
HSV(B) 352.42º 0.9% 0.83% -
XYZ 27.93 14.77 3.96 -
YUV 81.55 107.95 221.05 -
System Red Green Blue C M Y K H S L
Decimal 212 22 46 0 0.90 0.78 0.17 352.42 0.81 0.46
Hex D4 16 2E 0 5A 4E 11 160 51 2E
Octal 324 26 56 0 132 116 21 540 121 56
Binary 11010100 10110 101110 0 1011010 1001110 10001 101100000 1010001 101110

Color Harmonies of #D4162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4162E

Black with #D4162E

Text Example


Text Example

White with #D4162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4162E; }

 p { color: rgb(212,22,46); }

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

background-color css

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

 a { background-color: rgb(212,22,46); }

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

border-color css

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

 span { border-color: rgb(212,22,46); }

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