Html Css Color HEX #D2162E Fire Engine Red

📋 copy color: '#D2162E'

red 210 ◦ green 22 ◦ blue 46

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

Shades of Fire Engine Red #D2162E

Tints of Fire Engine Red #D2162E

RGB

 RED value IS 210 (82.42% from 255) = 75.54%

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

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

R = 75.54%
G = 7.91%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2162E (or 0xD2162E) is known color: Fire Engine Red. HEX triplet: D2, 16 and 2E. RGB value is (210,22,46). Sum of RGB (Red+Green+Blue) = 210+22+46=278 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.54% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 210 - color contains mainly: red. Hex color #D2162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2162E is #2DE9D1. Grayscale: #515151. Windows color (decimal): -3008978 or 3020498. OLE color: 3020498.

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

Color convert

RGB 210 22 46 -
CMYK 0 0.90 0.78 0.18
HSL 352.34º 0.81% 0.45% -
HSV(B) 352.34º 0.9% 0.82% -
XYZ 27.36 14.47 3.94 -
YUV 80.95 108.28 220.05 -
System Red Green Blue C M Y K H S L
Decimal 210 22 46 0 0.90 0.78 0.18 352.34 0.81 0.45
Hex D2 16 2E 0 5A 4E 12 160 51 2D
Octal 322 26 56 0 132 116 22 540 121 55
Binary 11010010 10110 101110 0 1011010 1001110 10010 101100000 1010001 101101

Color Harmonies of #D2162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2162E

Black with #D2162E

Text Example


Text Example

White with #D2162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2162E; }

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

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

background-color css

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

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

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

border-color css

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

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

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