Html Css Color HEX #D7112A Fire Engine Red

📋 copy color: '#D7112A'

red 215 ◦ green 17 ◦ blue 42

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

Shades of Fire Engine Red #D7112A

Tints of Fire Engine Red #D7112A

RGB

 RED value IS 215 (84.38% from 255) = 78.47%

 GREEN value IS 17 (7.03% from 255) = 6.2%

 BLUE value IS 42 (16.8% from 255) = 15.33%

R = 78.47%
G = 6.2%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D7112A (or 0xD7112A) is known color: Fire Engine Red. HEX triplet: D7, 11 and 2A. RGB value is (215,17,42). Sum of RGB (Red+Green+Blue) = 215+17+42=274 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.47% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 215 - color contains mainly: red. Hex color #D7112A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7112A is #28EED5. Grayscale: #4F4F4F. Windows color (decimal): -2682582 or 2757079. OLE color: 2757079.

HSL color Cylindrical-coordinate representation of color #D7112A: hue angle of 352.42º 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 #D7112A is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 17 42 -
CMYK 0 0.92 0.80 0.16
HSL 352.42º 0.85% 0.45% -
HSV(B) 352.42º 0.92% 0.84% -
XYZ 28.64 15.02 3.58 -
YUV 79.05 107.1 224.97 -
System Red Green Blue C M Y K H S L
Decimal 215 17 42 0 0.92 0.80 0.16 352.42 0.85 0.45
Hex D7 11 2A 0 5C 50 10 160 55 2D
Octal 327 21 52 0 134 120 20 540 125 55
Binary 11010111 10001 101010 0 1011100 1010000 10000 101100000 1010101 101101

Color Harmonies of #D7112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7112A

Black with #D7112A

Text Example


Text Example

White with #D7112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7112A; }

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

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

background-color css

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

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

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

border-color css

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

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

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