Html Css Color HEX #D6162C Fire Engine Red

📋 copy color: '#D6162C'

red 214 ◦ green 22 ◦ blue 44

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

Shades of Fire Engine Red #D6162C

Tints of Fire Engine Red #D6162C

RGB

 RED value IS 214 (83.98% from 255) = 76.43%

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

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

R = 76.43%
G = 7.86%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6162C (or 0xD6162C) is known color: Fire Engine Red. HEX triplet: D6, 16 and 2C. RGB value is (214,22,44). Sum of RGB (Red+Green+Blue) = 214+22+44=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D6162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6162C is #29E9D3. Grayscale: #525252. Windows color (decimal): -2746836 or 2889430. OLE color: 2889430.

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

Color convert

RGB 214 22 44 -
CMYK 0 0.90 0.79 0.16
HSL 353.13º 0.81% 0.46% -
HSV(B) 353.13º 0.9% 0.84% -
XYZ 28.47 15.05 3.79 -
YUV 81.92 106.61 222.21 -
System Red Green Blue C M Y K H S L
Decimal 214 22 44 0 0.90 0.79 0.16 353.13 0.81 0.46
Hex D6 16 2C 0 5A 4F 10 161 51 2E
Octal 326 26 54 0 132 117 20 541 121 56
Binary 11010110 10110 101100 0 1011010 1001111 10000 101100001 1010001 101110

Color Harmonies of #D6162C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6162C

Black with #D6162C

Text Example


Text Example

White with #D6162C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6162C; }

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

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

background-color css

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

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

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

border-color css

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

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

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