Html Css Color HEX #D7121F Fire Engine Red

📋 copy color: '#D7121F'

red 215 ◦ green 18 ◦ blue 31

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

Shades of Fire Engine Red #D7121F

Tints of Fire Engine Red #D7121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.74%

R = 81.44%
G = 6.82%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7121F (or 0xD7121F) is known color: Fire Engine Red. HEX triplet: D7, 12 and 1F. RGB value is (215,18,31). Sum of RGB (Red+Green+Blue) = 215+18+31=264 (34% of max value = 765). Red value is 215 (84.38% from 255 or 81.44% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 215 - color contains mainly: red. Hex color #D7121F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7121F is #28EDE0. Grayscale: #4E4E4E. Windows color (decimal): -2682337 or 2036439. OLE color: 2036439.

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

Color convert

RGB 215 18 31 -
CMYK 0 0.92 0.86 0.16
HSL 356.04º 0.85% 0.46% -
HSV(B) 356.04º 0.92% 0.84% -
XYZ 28.49 14.98 2.69 -
YUV 78.39 101.27 225.44 -
System Red Green Blue C M Y K H S L
Decimal 215 18 31 0 0.92 0.86 0.16 356.04 0.85 0.46
Hex D7 12 1F 0 5C 56 10 164 55 2E
Octal 327 22 37 0 134 126 20 544 125 56
Binary 11010111 10010 11111 0 1011100 1010110 10000 101100100 1010101 101110

Color Harmonies of #D7121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7121F

Black with #D7121F

Text Example


Text Example

White with #D7121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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