Html Css Color HEX #D71B1F Fire Engine Red

📋 copy color: '#D71B1F'

red 215 ◦ green 27 ◦ blue 31

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

Shades of Fire Engine Red #D71B1F

Tints of Fire Engine Red #D71B1F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.89%

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

R = 78.75%
G = 9.89%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D71B1F (or 0xD71B1F) is known color: Fire Engine Red. HEX triplet: D7, 1B and 1F. RGB value is (215,27,31). Sum of RGB (Red+Green+Blue) = 215+27+31=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D71B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71B1F is #28E4E0. Grayscale: #535353. Windows color (decimal): -2680033 or 2038743. OLE color: 2038743.

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

Color convert

RGB 215 27 31 -
CMYK 0 0.87 0.86 0.16
HSL 358.72º 0.78% 0.47% -
HSV(B) 358.72º 0.87% 0.84% -
XYZ 28.66 15.33 2.74 -
YUV 83.67 98.28 221.67 -
System Red Green Blue C M Y K H S L
Decimal 215 27 31 0 0.87 0.86 0.16 358.72 0.78 0.47
Hex D7 1B 1F 0 57 56 10 167 4E 2F
Octal 327 33 37 0 127 126 20 547 116 57
Binary 11010111 11011 11111 0 1010111 1010110 10000 101100111 1001110 101111

Color Harmonies of #D71B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71B1F

Black with #D71B1F

Text Example


Text Example

White with #D71B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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