Html Css Color HEX #D71A1F Fire Engine Red

📋 copy color: '#D71A1F'

red 215 ◦ green 26 ◦ blue 31

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

Shades of Fire Engine Red #D71A1F

Tints of Fire Engine Red #D71A1F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.56%

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

R = 79.04%
G = 9.56%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D71A1F (or 0xD71A1F) is known color: Fire Engine Red. HEX triplet: D7, 1A and 1F. RGB value is (215,26,31). Sum of RGB (Red+Green+Blue) = 215+26+31=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D71A1F is #28E5E0. Grayscale: #535353. Windows color (decimal): -2680289 or 2038487. OLE color: 2038487.

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

Color convert

RGB 215 26 31 -
CMYK 0 0.88 0.86 0.16
HSL 358.41º 0.78% 0.47% -
HSV(B) 358.41º 0.88% 0.84% -
XYZ 28.64 15.28 2.74 -
YUV 83.08 98.62 222.09 -
System Red Green Blue C M Y K H S L
Decimal 215 26 31 0 0.88 0.86 0.16 358.41 0.78 0.47
Hex D7 1A 1F 0 58 56 10 166 4E 2F
Octal 327 32 37 0 130 126 20 546 116 57
Binary 11010111 11010 11111 0 1011000 1010110 10000 101100110 1001110 101111

Color Harmonies of #D71A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71A1F

Black with #D71A1F

Text Example


Text Example

White with #D71A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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