#D6112A

Color #D6112A Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #D6112A

Tints of Fire Engine Red #D6112A

Color information

#D6112A (or 0xD6112A) is unknown color: approx Fire Engine Red. HEX triplet: D6, 11 and 2A. RGB value is (214,17,42). Sum of RGB (Red+Green+Blue) = 214+17+42=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D6112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6112A is #29EED5. Grayscale: #4E4E4E. Windows color (decimal): -2748118 or 2757078. OLE color: 2757078.

HSL color Cylindrical-coordinate representation of color #D6112A: hue angle of 352.39º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6112A is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB2141742-
CMYK00.920.800.16
HSL352.39º85.28%45.29%-
HSV(B)352.39º92.06%83.92%-
XYZ28.3514.863.57-
YUV78.75107.27224.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 78.39%
GREEN value IS 17 (7.03% from 255) = 6.23%
BLUE value IS 42 (16.80% from 255) = 15.38%
R=78.39%
G=6.23%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214174200.920.800.16352.3985.2845.29
HexD6112A05C5010160552d
Octal326215201341202054012555
Binary1101011010001101010010111001010000100001011000001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6112A; }

 p { color: rgb(214,17,42); }

 H1.HeaderClassName
 {
   color: #D6112A;
 }
 .AnyTagClassName
 {
   color: #D6112A;
 }
</style>
background-color css

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

 a { background-color: rgb(214,17,42); }

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

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

 span { border-color: rgb(214,17,42); }

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