Html Css Color HEX #D7121B Fire Engine Red

📋 copy color: '#D7121B'

red 215 ◦ green 18 ◦ blue 27

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

Shades of Fire Engine Red #D7121B

Tints of Fire Engine Red #D7121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

 BLUE value IS 27 (10.94% from 255) = 10.38%

R = 82.69%
G = 6.92%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7121B (or 0xD7121B) is known color: Fire Engine Red. HEX triplet: D7, 12 and 1B. RGB value is (215,18,27). Sum of RGB (Red+Green+Blue) = 215+18+27=260 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.69% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 215 - color contains mainly: red. Hex color #D7121B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7121B is #28EDE4. Grayscale: #4E4E4E. Windows color (decimal): -2682341 or 1774295. OLE color: 1774295.

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

Color convert

RGB 215 18 27 -
CMYK 0 0.92 0.87 0.16
HSL 357.26º 0.85% 0.46% -
HSV(B) 357.26º 0.92% 0.84% -
XYZ 28.44 14.96 2.43 -
YUV 77.93 99.27 225.77 -
System Red Green Blue C M Y K H S L
Decimal 215 18 27 0 0.92 0.87 0.16 357.26 0.85 0.46
Hex D7 12 1B 0 5C 57 10 165 55 2E
Octal 327 22 33 0 134 127 20 545 125 56
Binary 11010111 10010 11011 0 1011100 1010111 10000 101100101 1010101 101110

Color Harmonies of #D7121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7121B

Black with #D7121B

Text Example


Text Example

White with #D7121B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7121B; }

 p { color: rgb(215,18,27); }

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

background-color css

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

 a { background-color: rgb(215,18,27); }

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

border-color css

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

 span { border-color: rgb(215,18,27); }

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