Html Css Color HEX #D2162C Fire Engine Red

📋 copy color: '#D2162C'

red 210 ◦ green 22 ◦ blue 44

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

Shades of Fire Engine Red #D2162C

Tints of Fire Engine Red #D2162C

RGB

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

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

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

R = 76.09%
G = 7.97%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D2162C (or 0xD2162C) is known color: Fire Engine Red. HEX triplet: D2, 16 and 2C. RGB value is (210,22,44). Sum of RGB (Red+Green+Blue) = 210+22+44=276 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.09% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 210 - color contains mainly: red. Hex color #D2162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2162C is #2DE9D3. Grayscale: #505050. Windows color (decimal): -3008980 or 2889426. OLE color: 2889426.

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

Color convert

RGB 210 22 44 -
CMYK 0 0.90 0.79 0.18
HSL 352.98º 0.81% 0.45% -
HSV(B) 352.98º 0.9% 0.82% -
XYZ 27.32 14.46 3.73 -
YUV 80.72 107.28 220.21 -
System Red Green Blue C M Y K H S L
Decimal 210 22 44 0 0.90 0.79 0.18 352.98 0.81 0.45
Hex D2 16 2C 0 5A 4F 12 161 51 2D
Octal 322 26 54 0 132 117 22 541 121 55
Binary 11010010 10110 101100 0 1011010 1001111 10010 101100001 1010001 101101

Color Harmonies of #D2162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2162C

Black with #D2162C

Text Example


Text Example

White with #D2162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2162C; }

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

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

background-color css

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

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

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

border-color css

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

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

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